Operating System - HP-UX
1834693 Members
2743 Online
110069 Solutions
New Discussion

urgent - / (root) FS is sull

 
Anitha_3
Frequent Advisor

urgent - / (root) FS is sull

hi,

my root file system is full ..

please help to clean up ..


#du -kx / |sort -rn


225576 /
137088 /app
137008 /app/yantra7x/env
137008 /app/yantra7x
136856 /app/yantra7x/env/ui_trg
49344 /etc
38808 /sbin
26680 /etc/vx
21656 /etc/vx/type
13480 /etc/opt
8616 /etc/vx/type/static
6344 /etc/vx/type/gen
5904 /sbin/fs
5752 /etc/opt/resmon
5288 /etc/lvmconf
5120 /etc/vx/type/raid5
4008 /etc/vx/static.d
4008 /etc/opt/resmon/lbin
3792 /etc/opt/samba
3760 /etc/opt/samba/codepages
3496 /sbin/fs/vxfs
3296 /etc/vx/static.d/build
1840 /etc/opt/wbem
1824 /etc/opt/wbem/mof
1768 /sbin/fs/hfs
1592 /etc/opt/cifsclient
1568 /etc/vx/type/fsgen
1544 /etc/opt/cifsclient/unitables
1072 /sbin/init.d
1024 /etc/opt/resmon/lib
712 /etc/vx/static.d/default
632 /sbin/lib
576 /etc/rc.config.d
576 /etc/X11
520 /etc/lp
488 /etc/lp/interface
480 /etc/lp/interface/model.orig
448 /etc/hpC2400
360 /etc/vx/licenses/db
360 /etc/vx/licenses
328 /etc/opt/resmon/log
312 /etc/vx/vras
312 /etc/vx/type/fsgen/fs.d/vxfs
312 /etc/vx/type/fsgen/fs.d
272 /etc/vx/vras/templates
232 /etc/ppp
232 /etc/opt/resmon/dictionary
224 /sbin/fs/cdfs
208 /sbin/fs/lofs
200 /etc/opt/gnome/gtk
200 /etc/opt/gnome
176 /etc/mail
144 /etc/opt/mx/config
144 /etc/opt/mx
144 /etc/opt/dce
136 /sbin/set_parms.d
136 /dev
120 /etc/vx/aslkey.d
112 /etc/ppp/Examples
112 /.sw
104 /etc/sam
104 /etc/opt/resmon/persistence
104 /etc/opt/resmon/lib/nls/msg/C
104 /etc/opt/resmon/lib/nls/msg
104 /etc/opt/resmon/lib/nls
104 /.sw/sessions
96 /sbin/lib/eisa
96 /sbin/fs/cachefs
96 /etc/vx/vvr/ibc_scripts
96 /etc/vx/vvr
80 /etc/vx/isis
72 /sbin/fs/nfs
72 /etc/uucp
64 /etc/opt/mx/config/collectors
64 /etc/SnmpAgent.d
48 /etc/vx/vvr/ibc_scripts/sample_vxfs_snapshot
48 /etc/vx/vvr/ibc_scripts/sample_db_snapshot
48 /etc/net
48 /etc/CPQswsp
48 /app/yantra7x/env/ui_tut
40 /oracle
40 /etc/opt/mx/config/mxnode
40 /app/yantra5x/env
40 /app/yantra5x
32 /sbin/fs/autofs
32 /etc/vx/vras/msg
32 /etc/skel
32 /etc/opt/resmon/monitors
32 /etc/dt
32 /etc/default
32 /app/yantra7x/env/ui_prode
32 /app/yantra7x/env/ei_ext/ei_extsp2

thanks in advance.
govind
8 REPLIES 8
MarkSyder
Honored Contributor

Re: urgent - / (root) FS is sull

Any large files in the / directory?

ll|sort -k5,5nr|pg

will sort them by size (largest first).

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
Peter Leddy_1
Esteemed Contributor

Re: urgent - / (root) FS is sull

Hi,

Check if there are any core files and there could also be some large files residing in /dev.

HTH,

Peter
john korterman
Honored Contributor

Re: urgent - / (root) FS is sull

Hi,
apparently you store data from an application, app/yantra7x, in the root volume.
You need to clean up in the data produced by this application to free some space. In order to avoid similar problems in future, you should create a separate logical volume for that application.

regards,
John K.
it would be nice if you always got a second chance
Sยภเl Kย๓คг
Respected Contributor

Re: urgent - / (root) FS is sull

As John said it ssems your application yantra7x is producing some data and storing in the root.Try cleaning the data produced by this application.If the data is necessary add another disk and reconfigure it.You can even move data in to some other disk and make symbolic links to these datafiles.

regards
SK
Your imagination is the preview of your life's coming attractions
Cheryl Griffin
Honored Contributor

Re: urgent - / (root) FS is sull

You can reward the many people who have assisted you by assigning points to their posts.

For steps how to assign points see:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
"Downtime is a Crime."
Kent Ostby
Honored Contributor

Re: urgent - / (root) FS is sull

All of your system directories look fine size wise.

The problem would seem to be the /app directory.

You can move that to another filesystem that has more space and put in a symbolic link.

For instance if you moved /app to /data1, you could do:

ln -s /data1/app /app

Best regards,

Kent M. Ostby
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Anitha_3
Frequent Advisor

Re: urgent - / (root) FS is sull

hi all,

Thanks for the Help,

the problem was some user has installed Yantra application in the root, insted of putting it in a mount point.

thanks once again.

Regards,

Govind.
Anitha_3
Frequent Advisor

Re: urgent - / (root) FS is sull

One application in installed under /app which was taking lots of / FS space.

Thanks for the all the help..

REgards,
Govind.