Operating System - HP-UX
1832275 Members
2112 Online
110041 Solutions
New Discussion

Re: how to check superseded patches?

 
ChewSP
Contributor

how to check superseded patches?

i've got a patch to install but how do i know this patch has been superseded.
is the command swlist able to check superseded patches
4 REPLIES 4
Robert-Jan Goossens
Honored Contributor

Re: how to check superseded patches?

Hi,

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
Muthukumar_5
Honored Contributor

Re: how to check superseded patches?

hai.

To check the superseded patched you have to set the show_superseded_patches=true with swlist. By default it is not enabled.

Regards,
Muthu
Easy to suggest when don't know about the problem!
MarkSyder
Honored Contributor

Re: how to check superseded patches?

Another way is to try to install the patch using the GUI.

If a superseded patch is already installed, it will fail analysis.

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
Dietmar Konermann
Honored Contributor

Re: how to check superseded patches?

There is a "supersedes" attribute for patch filesets in the IPD.

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.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)