Open Indiana rpool full

LeftSide

Gawd
Joined
Nov 14, 2003
Messages
582
The rpool is full on my Open Indiana build. The disk is 30tb, and is full.
It seems as though the /proc folder is using the most amount of space, but I don't know what to remove. If anyone has any suggestions on where to look to free up some space that would be great.

Code:
root@openindiana:/proc# df -h
Filesystem             Size   Used  Available Capacity  Mounted on
rpool/ROOT/napp-it-0.9d2
                        29G    21G       796M    97%    /
/devices                 0K     0K         0K     0%    /devices
/dev                     0K     0K         0K     0%    /dev
ctfs                     0K     0K         0K     0%    /system/contract
proc                     0K     0K         0K     0%    /proc
mnttab                   0K     0K         0K     0%    /etc/mnttab
swap                   2.6G   404K       2.6G     1%    /etc/svc/volatile
objfs                    0K     0K         0K     0%    /system/object
sharefs                  0K     0K         0K     0%    /etc/dfs/sharetab
/usr/lib/libc/libc_hwcap1.so.1
                        22G    21G       796M    97%    /lib/libc.so.1
fd                       0K     0K         0K     0%    /dev/fd
swap                   2.6G    92K       2.6G     1%    /tmp
swap                   2.6G    68K       2.6G     1%    /var/run
rpool/export            29G    32K       796M     1%    /export
rpool/export/home       29G    32K       796M     1%    /export/home
rpool/export/home/user
                        29G    81M       796M    10%    /export/home/user
rpool                   29G    46K       796M     1%    /rpool
/dev/dsk/c4t0d0s2      496M   496M         0K   100%    /media/OpenIndiana_Text_X86



Code:
root@openindiana:/# du -m | grep -v mir3tb4k | awk '$1 > 50 {print $0}'
56      ./media/OpenIndiana_Text_X86/boot/platform/i86pc/amd64
107     ./media/OpenIndiana_Text_X86/boot/platform/i86pc
111     ./media/OpenIndiana_Text_X86/boot/platform
113     ./media/OpenIndiana_Text_X86/boot
56      ./media/OpenIndiana_Text_X86/platform/i86pc/amd64
107     ./media/OpenIndiana_Text_X86/platform/i86pc
111     ./media/OpenIndiana_Text_X86/platform
496     ./media/OpenIndiana_Text_X86
496     ./media
82      ./export/home/leftside
82      ./export/home
82      ./export
78      ./kernel/drv
154     ./kernel
58      ./usr/lib/python2.6
88      ./usr/lib/amd64
421     ./usr/lib
74      ./usr/bin
98      ./usr/jdk/instances/jdk1.6.0/jre/lib
99      ./usr/jdk/instances/jdk1.6.0/jre
100     ./usr/jdk/instances/jdk1.6.0
100     ./usr/jdk/instances
100     ./usr/jdk
51      ./usr/perl5/5.10.0
54      ./usr/perl5
97      ./usr/sfw
51      ./usr/share/doc
60      ./usr/share/man
58      ./usr/share/fonts/X11
58      ./usr/share/fonts
352     ./usr/share
68      ./usr/X11/lib/NVIDIA
99      ./usr/X11/lib
100     ./usr/X11
1330    ./usr
53      ./lib
84      ./platform/i86pc/amd64
171     ./platform/i86pc
180     ./platform
87      ./opt/sfw/crashplan/cache
68      ./opt/sfw/crashplan/log
188     ./opt/sfw/crashplan
188     ./opt/sfw
193     ./opt
3138    ./proc/19582/fd
89      ./proc/19582/object
3457    ./proc/19582
79      ./proc/19591/fd
109     ./proc/19591/object
320     ./proc/19591
4420    ./proc
72      ./var/web-gui
99      ./var/pkg/state/known
100     ./var/pkg/state
56      ./var/pkg/publisher/openindiana.org/file
112     ./var/pkg/publisher/openindiana.org
53      ./var/pkg/publisher/opensolaris.org/origins/6650a985bd46dbd0a050efa5b7273e4e67838b6f
53      ./var/pkg/publisher/opensolaris.org/origins
53      ./var/pkg/publisher/opensolaris.org
169     ./var/pkg/publisher
316     ./var/pkg
463     ./var
1960711 .
 
Well, I removed a few be snaps, and freed up 2.5GB, so the disk is no longer 99% full. I'm still unable to find the majority of the disk space usage.
 
How can proc be using space? It is a virtual filesystem not located on disk.
Unless Solaris/OpenIndiana works completely different than any *nix I ever used.

please post the output of
zfs list -r -t all rpool

and
du -h -x -d 1 /

(note that I use mainly Linux and do not know whether the OpenIndiana du supports these options, but I think it should)
 
Too late. After troubleshooting all night, I rebooted, and it didn't boot back up. I must have deleted something important. Oh well. I've spent most of today upgrading ESXi to 6.0, and installing omniOS. Hopefully it will run for 3 years with no issues like Open Indiana.
 
If you have deleted something important, reboot using an earlier snapshot, called Boot Environment. That has saved my butt several times when my Solaris system did not boot.I just rebooted into an earlier BE. :)
 
Back
Top