- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- File System reached 86%
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
11-18-2007 04:58 PM
11-18-2007 04:58 PM
File System reached 86%
I have hp rp2470 HP-UX B.11.11 U 9000/800, file system /var has been reached to 86%, how to reduce files and decrease the percentage to 80%?
Regards,
Faisal M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 05:24 PM
11-18-2007 05:24 PM
Re: File System reached 86%
check the size of the following files
#find /var -xdev -size +10000 -exec ls -lrt {} \;
See the big sized file and if you think they are not use able remove them.
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 06:34 PM
11-18-2007 06:34 PM
Re: File System reached 86%
Faisal,
/var is a dynamic directory, it keeps the logs and patches information. 86% still looks fine.
if you want to trim
1) /var/opt/perf/datafiles/log* (this will grow big through times)
2) use find /var -size +2000 > /tmp/out this will give you clue what files are big
Hope this help
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 07:02 PM
11-18-2007 07:02 PM
Re: File System reached 86%
> /var/adm/btmp
Please note that who will give a false reading for a while after you have trimmed wtmp.
You might also trim:
/var/adm/cron/log
/var/adm/lp/log
/var/adm/syslog/mail.log and
/var/adm/syslog/syslog.log
But as Whiteknight said, unless there is an awful lot of rapid growth on your system, 86% does not seem bad.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 09:31 PM
11-18-2007 09:31 PM
Re: File System reached 86%
You can have some housekeeping script to housekeep the /var FS on a weekly or monthly basis.
You can use sam -> Routine Tasks -> system log files , to get list of files to choose from .
good candidates for housekeeping
---------------------------------
/var/mail
/var/adm/OLD*
/var/adm/wtmp
/var/adm/sa/sa?? --> sar needs these files
Regards,
RD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 02:57 AM
11-19-2007 02:57 AM
Re: File System reached 86%
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 04:25 AM
11-19-2007 04:25 AM
Re: File System reached 86%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 04:29 AM
11-19-2007 04:29 AM
Re: File System reached 86%
man cleanup