- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Filespace issues
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
08-22-2005 06:52 AM
08-22-2005 06:52 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 06:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 06:57 AM
08-22-2005 06:57 AM
Re: Filespace issues
Before patching I always cleanup the formatted man pages (not the nroff pages) to make sure I get the updated ones.
rm /usr/share/man/cat*.Z/*
While you are on the subject of patching. I have also done a trick many times to temporarily make room in /var/adm/sw. Create a new filesystem, copy everything from /var/adm/sw to the new. remove files from /var/adm/sw, mount the new fs at /var/adm/sw, update patches, cleanup patches, unmount new FS and copy back to /var/adm/sw ( sounds like a lot of work but the saved patches take a huge amount of space, once one set is committed you get the space back)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 07:00 AM
08-22-2005 07:00 AM
Re: Filespace issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 07:03 AM
08-22-2005 07:03 AM
Re: Filespace issues
cleanup -F
This will Force commitment for all patches currently applied to the system, and remove all of the backout files. This should free up space on the system. If you want to be conservative, run the cleanup command without any parameters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 07:09 AM
08-22-2005 07:09 AM
Re: Filespace issues
83733 18962 56397 25% /
47829 17380 25666 40% /stand
153613 44128 94123 32% /var
355029 285813 33713 89% /usr
30597 5224 22313 19% /tmp
271157 206681 37360 85% /opt
There is however another filesystem for a
database that has plenty of space and that's where I moved the "share" directory. For the
larger patch bundles I'm NFS mounting them from another system and other I'll temporarily store on the db filesystem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 07:24 AM
08-22-2005 07:24 AM
Re: Filespace issues
I assume /opt is one of your problem mount points. Change to /opt and run the command
du -sk *
This will give you the amount of space being consumed by the subdirectories under /opt. If there is a directory that is large, and not neccesary for booting the system, create a new lv of the appropriate size, move the data to it and mount it on the appropriate name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 07:38 AM
08-22-2005 07:38 AM