- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- root file system 98% utilized
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2010 09:58 AM
06-29-2010 09:58 AM
root file system 98% utilized
My server root file system is 98% utilized,
could you please help me...
sh# > find / -type f -xdev -print | xargs -e ll | sort -rn -k5 | head -n 10
-r-xr-xr-x 1 bin bin 29437860 Sep 7 2007 /etc/vx/static.d/build/vold.o
-rw------- 1 root root 10485760 Apr 9 09:31 /etc/emc/ppme/log.0000000001
-rw-r--r-- 1 root sys 9118400 Jun 29 13:56 /etc/log/agent.log
-rw------- 1 root sys 5797888 Jun 27 00:31 /etc/lvmconf/vg08.conf
-r-xr-xr-x 1 bin bin 5288456 Sep 7 2007 /etc/vx/type/static/vxconfigd
-r-xr-xr-x 1 root sys 5000459 Sep 30 2005 /nsr/jukebox/libvgalaxy.sl
-r-xr-xr-- 1 bin bin 3182592 Oct 19 2006 /etc/emc/bin/powermig_no
-r-xr-xr-x 1 bin bin 3006464 Mar 29 2004 /etc/opt/resmon/lbin/rdbmsmond
-r-xr-xr-x 1 bin bin 2990080 Mar 29 2004 /etc/opt/resmon/lbin/mibmond
-rw------- 1 root sys 2983936 Jan 4 21:45 /etc/lvmconf/vg01.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2010 10:11 AM
06-29-2010 10:11 AM
Re: root file system 98% utilized
Does /nsr/jukebox/ need to be in /?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2010 10:17 AM
06-29-2010 10:17 AM
Re: root file system 98% utilized
#>etc/emc/ppme/log.0000000001
#>/etc/log/agent.log
it will free about 18MB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2010 10:38 AM
06-29-2010 10:38 AM
Re: root file system 98% utilized
#> /etc/emc/ppme/log.0000000001
For numbered logfiles, you typically can do something better for all but the active one.
Either remove them, or move them, or gzip and tar them. Or some combination of the last 3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2010 06:50 PM
06-29-2010 06:50 PM
Re: root file system 98% utilized
This is not the right file,but even you can have a check on the old back-up's under lvmconf.
What is the size of the / FS ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2010 09:58 PM
06-29-2010 09:58 PM
Re: root file system 98% utilized
(The placement of this shared lib is strange, btw. I've lots of networker experience and have never seen something like that installed there...)
Then you can remove the temporary /nsr and you have some more space.
If you don't use this machine as a networker server or storagenode anymore, you could remove the directory entirely (a shared lib from 2005 would mean you haven't upgraded recently... ;-) )
As for finding what's causing the problem: I usually do:
du -akx / | sort -n | tail
Sometimes a large number of small files can be as devastating as 1 large file. This way you have also directories containing lots of files in the output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2010 11:03 PM
06-29-2010 11:03 PM
Re: root file system 98% utilized
Hope this information helps you to find solution.
Regards
Ishwar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2010 11:13 PM
06-29-2010 11:13 PM
Re: root file system 98% utilized
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2010 10:16 AM
07-05-2010 10:16 AM
Re: root file system 98% utilized
In you output I can see so many old files which are not updating now if those files are not required you can nullify those files
# > filename
It will reduce your file into 0 zero bytes.
Suraj