1833803 Members
2337 Online
110063 Solutions
New Discussion

file system full

 
SOLVED
Go to solution

file system full

Hi all,

I am geting a error in syslog like....

munix: vxfs: NOTICE: msgcnt 263 mesg 001: V-2-1: vx_nospace - /dev/vx/dsk/rootdg/usrvol file system full (1 block extent)

can anyone help me why its comming...

Thanks in advance...

Regards,
Subrat
2 REPLIES 2
Ralph Grothe
Honored Contributor
Solution

Re: file system full

Run bdf /usr
Some process must have written so much to the filesystem as to have used its space up completely.
Madness, thy name is system administration
Ninad_1
Honored Contributor

Re: file system full

Hi,

It seems your /usr filesystem is full.
You can run the following command to see which are the directories/files occupying most space in /usr filesystem. Then you can do a cleanup as appropriate

du -k -x /usr | sort -n


Regards,
Ninad