- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Housekeep /var directory
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
09-12-2001 12:37 AM
09-12-2001 12:37 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2001 12:54 AM
09-12-2001 12:54 AM
SolutionThe files in /var/spool/mqueue are created by sendmail. Older files can be
removed. Look at the date/timestamp to determine the files age
you can also trim the wtmp and btmp files .
check to see if there is log files .
you can also use the command cleanup to clear the /var from the old patches but this option is not recommend .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2001 12:58 AM
09-12-2001 12:58 AM
Re: Housekeep /var directory
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x659ce7613948d5118fef0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2001 01:05 AM
09-12-2001 01:05 AM
Re: Housekeep /var directory
Other directories to check would be /var/tmp and /var/preserve (make sure none of files are in use).
Also if use DCE, check /var/opt/dce/svc and check for core files in /var/opt/dce/*.
Finally, perhaps make use of some log rotating routine for /var/adm/syslog/*.
Hope this helps.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2001 01:05 AM
09-12-2001 01:05 AM
Re: Housekeep /var directory
If you have done all kinds of trimmings and cleanups and still frustated you can do one last smart thing.
There is one directory /var/adm/sw/save that is real dumb and is not helpful until you recall a patch. You can move this directory to another file system and create a link.
Also did you try cleanup command?...
#cleanup -c 2
will remove the patches 2 levels before.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2001 01:37 AM
09-12-2001 01:37 AM
Re: Housekeep /var directory
Exaaa03926
Exaaa03925
Can i delete it ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2001 02:11 AM
09-12-2001 02:11 AM
Re: Housekeep /var directory
If you do a fuser on the files and see no process attached to the files, then I would say yes, delete the files.
Hope this helps.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2001 02:19 AM
09-12-2001 02:19 AM
Re: Housekeep /var directory
var/preserve contains automatically
preserved vi files. These files can be deleted whenever necessary