- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cleaning up /var
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
01-31-2007 07:12 AM
01-31-2007 07:12 AM
Cleaning up /var
'oracle-10..2.0.3.53-0' which have further subdirectories of desktop_apps/desktop_tools etc.
Can i delete these directories ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 07:16 AM
01-31-2007 07:16 AM
Re: Cleaning up /var
cd /var
du -x -ka . | sort -nr | more
This will produce a list of files in ascending order by size. This can help you determine where to get the most impact of cleanup.
Can also have a look at /var/adm/syslog - are you trimming the syslog.log and mail.log files? If not these can become hugh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 07:21 AM
01-31-2007 07:21 AM
Re: Cleaning up /var
cleanup -c 1
Gets rid of patches that were superseded more than once. Saves a lot of space on /var
I'm not familiar with
/var/appconfig/appmanager
I can't advise on that. Oracle does not be default store anything important in /var unless you told it to.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 07:35 AM
01-31-2007 07:35 AM
Re: Cleaning up /var
Those are CDE objects. Try moving them to a different location and see how CDE is affected.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2007 04:18 AM
02-01-2007 04:18 AM
Re: Cleaning up /var
A little off subject, but do you know if that would work on a Linux system (say RH or Fedora, for example) as well?
Also, will that list only files or is it also good for directories with many small files that add up to one big problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2007 07:27 AM
02-01-2007 07:27 AM