- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to check superseded 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
06-15-2004 06:25 PM
06-15-2004 06:25 PM
how to check superseded patches?
is the command swlist able to check superseded patches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 06:54 PM
06-15-2004 06:54 PM
Re: how to check superseded patches?
The best way to check for superseded patches is the ITRC Patch Database.
http://www4.itrc.hp.com/service/patch/mainPage.do
enter the patch in the search window, superseded patch will be shown.
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 06:57 PM
06-15-2004 06:57 PM
Re: how to check superseded patches?
To check the superseded patched you have to set the show_superseded_patches=true with swlist. By default it is not enabled.
Regards,
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 07:08 PM
06-15-2004 07:08 PM
Re: how to check superseded patches?
If a superseded patch is already installed, it will fail analysis.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 08:11 PM
06-15-2004 08:11 PM
Re: how to check superseded patches?
To view is attribute use e.g.:
# swlist -l fileset -a supersedes PHSS_25983
# Initializing...
# Contacting target "grcdg319"...
#
# Target: grcdg319:/
#
# PHSS_25983
PHSS_25983.KERN-RUN PHSS_24106.KERN-RUN,fr=* PHSS_23186.KERN-RUN,fr=*
Here you see that the installed patch PHSS_25983 would supersede PHSS_24106 and PHSS_23186, REGARDLESS if these are currently installed or not.
What I usually do if someone tells me 'check if PHXX_XXXXX is installed':
# swlist -l fileset -a state supersedes | grep PHXX_XXXXX
The result tells you if PHXX_XXXXX or SOME superseding patch is there. This works on any 11.x system without need to use any addtl. tools.
Best regards...
Dietmar.