- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- file system utilization
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
04-11-2010 01:46 AM
04-11-2010 01:46 AM
file system utilization
the /var utilization reach the %72, I found that the /var/adm/sw/save utilize around 3.5G from the tootal size of /var which is 6G. do I need to clean up some files or it is normal??
NOTE: the cell manager installed in this server for omni backup S.W
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2010 02:30 AM
04-11-2010 02:30 AM
Re: file system utilization
By using below command, you can calculate how much space you can free.
cleanup -p -c1 > cleanup_patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2010 07:05 AM
04-11-2010 07:05 AM
Re: file system utilization
These are roll back copies of currently applied patches. The superseded patch files will be saved in this directory. If you remove phxxxx, you will not be able to uninstall the superseding patch of phxxxx from the system.
You will get idea from the below thread.
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1270997924577+28353475&threadId=121210
Regards,
Sooraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2010 09:44 PM
04-11-2010 09:44 PM
Re: file system utilization
(try to house keep system log files)
# /var/adm/syslog/syslog.log*
# cd /var/mail -> you can deleted (root, emails)
Look for large files under (/var)
# find /var -xdev -type f -size +5000000c -exec ll {} \; | sort -nk 5
or
# du -ak /var | sort -nr | more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2010 10:02 PM
04-11-2010 10:02 PM
Re: file system utilization
SO take the backup of /var file system and run
#cleanup -c 1 >>>>>> would remove patched which are superceded once
this would remove all superceeded patch and would free up a good space.
cleanup -c 2 >>> would remove patched which are superceded twice
BR,
Kapil+