Operating System - HP-UX
1847700 Members
6690 Online
110265 Solutions
New Discussion

Re: Patch name with swlist

 
romano r
Frequent Advisor

Patch name with swlist

Hi,
I've a 10.20 installation. I installed patch PHKL_24065 all seems worked fine, but
if I run swlist instead of this patch name I see:
BUNDLE B.10.20 Patch Bundle

Running "swlist -l product BUNDLE" the result is:
# BUNDLE B.10.20 Patch Bundle
BUNDLE.PHKL_24065 B.10.00.00.AA Advanced VxFS B.10.20 cumulative patch

Is that correct or there is a way in order to show it without the general name "BUNDLE"?

Thanks
Romano
4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: Patch name with swlist

Romano,

Try "swlist -l product |grep "PHKL_24065" and see what you get.


Pete


Pete
Stuart Abramson_2
Honored Contributor

Re: Patch name with swlist

You must have downloaded the patch as part of a 1-patch bundle. So it shows the bundle name.

The previous answer will get it for you:

swlist -l product | grep PH
romano r
Frequent Advisor

Re: Patch name with swlist

Hi,
this is the output of "swlsit -l product| ...":
PHKL_24065 B.10.00.00.AA Advanced VxFS B.10.20 cumulative patch

thanks
romano

Jagadesh
Frequent Advisor

Re: Patch name with swlist

To view the installed patch try

swlist -l patch |grep
Hope this solves.