- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cleaning up superceeded patches
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
05-13-2003 06:46 AM
05-13-2003 06:46 AM
cleaning up superceeded patches
I reciently discovered a tool to help identify security patches that may be needed on the system called: security_patch_check so I ran it to see what the output would be.
It came back with a bunch of recalled patch messages stating that a patch had been recalled, but we have a newer patch out there. (basically a warning that if the newer patch were to be removed, the recalled patch would affect me again).
Now, I would like to not get all these error messages from this script, but now I cant remove the older patch because it has been "commited" doesnt it seem like the smarter thing to do when you have superceeding patches is to remove the older versions rather than make it so you CANT remove the older versions?
Whats your take on running the cleanup script vs swremoving old patches?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 06:54 AM
05-13-2003 06:54 AM
Re: cleaning up superceeded patches
It has been reported, and I run cleanup -c 1 on a monthly basis.
I would not worry about it. If you ever need to back out a patch, you can go back and manually re-install the one you want after your project is complete.
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
05-13-2003 06:57 AM
05-13-2003 06:57 AM
Re: cleaning up superceeded patches
Committing the patches removes the rollback data:
# swmodify -x patch_commit=true PHCO_12345.\*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 07:07 AM
05-13-2003 07:07 AM
Re: cleaning up superceeded patches
# PHSS_23440 1.0 ld(1) and linker tools cumulative patch
# PHSS_24303 1.0 ld(1) and linker tools cumulative patch
# PHSS_26559 1.0 ld(1) and linker tools cumulative patch
# PHSS_28434 1.0 ld(1) and linker tools cumulative patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 07:18 AM
05-13-2003 07:18 AM
Re: cleaning up superceeded patches
# swlist -l patch -a patch_state |grep superseded
S3100002024 "Sys Adm: removing old patches from an HP-UX 11.00 system" in the Knowledge Base shows how to automate this.