NIS Server Filesystem is full

Hey Guys,

I need your help.
My NIS server filesystem is 100%, the NIS is running under solaris 10.
I am affraid if the server stops, it wont come up again.

Please help.

Without knowing which filesystem is full it is unlikely that any Solaris experts will reply.
Please post the output from a suitable "df" command for all partitions.

Sorry Guis,

/dev/dsk/c0t0d0s0      123G   121G   606M   100%    /
/devices                 0K     0K     0K     0%    /devices
ctfs                     0K     0K     0K     0%    /system/contract
proc                     0K     0K     0K     0%    /proc
mnttab                   0K     0K     0K     0%    /etc/mnttab
swap                    13G   1.5M    13G     1%    /etc/svc/volatile
objfs                    0K     0K     0K     0%    /system/object
/platform/SUNW,Sun-Blade-T6300/lib/libc_psr/libc_psr_hwcap1.so.1
                       123G   121G   606M   100%    /platform/sun4v/lib/libc_psr.so.1
/platform/SUNW,Sun-Blade-T6300/lib/sparcv9/libc_psr/libc_psr_hwcap1.so.1
                       123G   121G   606M   100%    /platform/sun4v/lib/sparcv9/libc_psr.so.1
fd                       0K     0K     0K     0%    /dev/fd

SAuda��es,

Andr�

You should look at which directories are largest and see what can be removed from them, look at /var and /home

du -h /var
du -h /home

Check if any of the tmp directories can be cleared out too. You will have to mount more storage though if your storage needs are still growing.

I finally managed to solve the problem.
There was a directory in my root filesystem that, was taking much of the space.
This directory should not be there, managed to remove it.

Thanks guys.

1 Like