- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Remove patch
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-26-2002 03:10 AM
09-26-2002 03:10 AM
Remove patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 03:15 AM
09-26-2002 03:15 AM
Re: Remove patch
You can use swremove and select the patch
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 03:23 AM
09-26-2002 03:23 AM
Re: Remove patch
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063210668
You can also use the 'cleanup' utility.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 03:24 AM
09-26-2002 03:24 AM
Re: Remove patch
#swlist -v | more
Note down the name of patches
Verify the function of the patch in this site.
If the patch is not needed. then
#swremove
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 03:48 AM
09-26-2002 03:48 AM
Re: Remove patch
Periodically, you should apply a current SupportPlus bundle. Use the Quality Pack Bundle (QPK) for 11.0. Use the GOLDQPK11i for 11.11. When you install these bundles, use the 'patch_match_target' SD option to select patches that match software installed on your host.
Before you apply a new bundle (e.g. every 6 months or so), run 'cleanup' to commit and remove superceded patches to which you will not be returning. If you want to think of these as the "old" patches, that's OK.
# cleanup -c 1
This will leave one level of a previous patch version available. Thus, if a newer version of a patch proves to be a problem, a 'swremove' of it will re-instate the "old" version. 'cleanup' will reclaim considerable space in the '/var/adm/sw' directory by removing predecessor versions of current patches. 'cleanup' will also trim the SD log files in 'var/adm/sw'. It is the *only* way that this directory should be managed. Do *not* manually remove files from here.
It is a good idea to create a current Ignite recovery tape before a patch installation.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 04:07 AM
09-26-2002 04:07 AM
Re: Remove patch
Patches hardly takes space, instead if you feel like replacing the old patches with new ones, then mount the latest Support plus CD then
#swinstall -x patch_match_target=true -s /cdrom
with this all the old patches are replaced with new ones.