- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can we rewmove /var/adm/sw/save/PHXXXX?
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
12-19-2006 02:47 AM
12-19-2006 02:47 AM
My /var is full and du -kx /var shows /var/adm/sw/save is occupying much of the space .
But if i remember correctly removing these patch copies will not allow me to uninstall those patches in future.
All i want to know is does that mean that i may not be able to install a latest patch in future which supersedes the older one (The one which i'm planning to remove from /var/adm/sw..
Thanks,
Siva
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 02:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 02:54 AM
12-19-2006 02:54 AM
Re: Can we rewmove /var/adm/sw/save/PHXXXX?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 02:56 AM
12-19-2006 02:56 AM
Re: Can we rewmove /var/adm/sw/save/PHXXXX?
Never manage the '/var/adm/sw' directory manually. You run the risk of corrupting your Installed Product directory and therefore not being able to patch your system.
Instead, to regain space in '/var', use the 'cleanup' command. This will safely remove superseded patches and their backup copies. See the manpages for 'cleanup' for more information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 02:56 AM
12-19-2006 02:56 AM
Re: Can we rewmove /var/adm/sw/save/PHXXXX?
Thanks for your prompt reply .
Ok i'll do that using cleanup utility.
But again my question is will that affect my future patching or upgrading that patch .
I've have got this doubt just becuase in itrc patch site , in the installation instructions it is mentioned that if we dont maintain a copy of the patch software in /var/adm/sw/save.. we may not be able to deinstall it in future.
Thanks,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 02:56 AM
12-19-2006 02:56 AM
Re: Can we rewmove /var/adm/sw/save/PHXXXX?
cleanup -c1
This will remove all patches that have been superceded at least once. You will still have some there, but you retain the ability to rollback your current patches if required.
This does not stop you installing patches in the future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 02:59 AM
12-19-2006 02:59 AM
Re: Can we rewmove /var/adm/sw/save/PHXXXX?
Thanks all for your valuable suggestions.
That has cleared my doubt.
Thanks again,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 03:01 AM
12-19-2006 03:01 AM
Re: Can we rewmove /var/adm/sw/save/PHXXXX?
All the cleanup command does is remove the ability to rool back the installed patch. It does not affect your ability to install succeeding patches. In fact it keeps track of what patches are installed, so succesive patches are installed correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 03:01 AM
12-19-2006 03:01 AM
Re: Can we rewmove /var/adm/sw/save/PHXXXX?
Anytime you do ave space by installing a patch with '-x 'patch_save_files=false'
you prevent that patch from potentially being backed out should you find a problem with it later.
You should always have ample room in '/var' for patching and for the retention of previous patch information at least until you are satisfied that you will not have to rollback a patch. Disk is cheap!
Regards!
...JRF...