- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cleanup utility
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-26-2002 01:03 PM
04-26-2002 01:03 PM
I've used the cleanup untility and committed all patches that have been superseded at least once. This only reclaimed about 80mb worth of space.
What I'd like to do is take everything in /var/adm/sw/save and move it to another filesystem. I would then rmdir the save directory, and recreate it as a symbolic link.
/var/adm/sw>ln -s /backup/save save
I know there's been a billion threads about /var/adm/sw/save, but I I don't remember seeing anyone suggest this particular idea.
Is there any reason not to do this? Would this add any risk during the boot process? For example, if that backup directory wasn't mounted would it interfere with system startup?
Thanks in advance,
Tim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 01:10 PM
04-26-2002 01:10 PM
Re: cleanup utility
Some HP-UX patches and SW are not configured until the system comes back up right after the patch installed followed by a required reboot.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 01:15 PM
04-26-2002 01:15 PM
Re: cleanup utility
Say you have install some kernal patch and when system is coming back it try to configure that filesets if your linked file system is not mounted then it can cause problem.
Most of the time it will not cause any problem. because it mounts all filesystem before software configuration phase.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 01:19 PM
04-26-2002 01:19 PM
SolutionThere is not even a requirement that /var be on the boot disk or even in vg00 but I would simply move /var/adm/sw to a new filesystem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 01:20 PM
04-26-2002 01:20 PM
Re: cleanup utility
I do not know if you have OmniBack II on your server. If yes, you should consider creating the /var/opt/omni/vdb filesystem to accomodate the growth of OB II catalog data which should easily eat up 2GB over some time.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 01:22 PM
04-26-2002 01:22 PM
Re: cleanup utility
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 01:39 PM
04-26-2002 01:39 PM
Re: cleanup utility
There are two perfect solutions to this:
First is to create an additional filesystem as suggested by Clay. The other is if you have enough disk space is to extend /var by either using on-line JFS if you have it or from your ignite tape.
Cheers
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 01:42 PM
04-26-2002 01:42 PM
Re: cleanup utility
I agree with chan. If you want to recover some space you can just tar the save directory and move it of var but keep save where it is. Save will be required only during roll back. Even in the case where you have to roll back just restore the required roll back patch from the save archive.
Thanks
Rgds
Hari