- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cleanup /var File System
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-10-2006 02:42 AM
04-10-2006 02:42 AM
Cleanup /var File System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2006 02:47 AM
04-10-2006 02:47 AM
Re: Cleanup /var File System
Have a look at this doc.
Title: CommandView SDM update from version 1.06 - CPU utilization 100%
Europe
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079977288
US
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079977288
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2006 02:57 AM
04-10-2006 02:57 AM
Re: Cleanup /var File System
configure it to cleanup old log files.
I am also starting to deploy cfengine
and use its tidy option to remove old
files.
Eeither option could be applied in this case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2006 03:02 AM
04-10-2006 03:02 AM
Re: Cleanup /var File System
cd /var
du -xsk *
Check for mailboxes that never was readed also. Patch files can also use a lot of space.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2006 03:03 AM
04-10-2006 03:03 AM
Re: Cleanup /var File System
/var/adm/btmp (bad user logins)
/var/adm/sulog
/var/adm/wtmp
/var/adm/cron (log and OLDlog)
/var/adm/lp (log and OLDlog)
/var/adm/syslog (syslog.log, mail.log, and OLD versions of both).
If btmp gets large trim it using SAM (after making sure you've checked who made the bad login attempts). Trim wtmp periodically. Trim syslog.log after you've scanned it for errors/warnings.
Run cleanup -c1 to remove old patches.
Mark Syder (like the drink but spelt different)