1833875 Members
1773 Online
110063 Solutions
New Discussion

Re: Installing patches

 
SOLVED
Go to solution
Marco Shaw_1
Respected Contributor

Installing patches

I just built a PA-RISC system with HP-UX 11.23 June 2006.

I'm installing pre-reqs for MC SG. One listed is PHKL_30686, my understanding is that this is also replaced with the newer PHKL_31500.

I'm pretty sure I saw this # scroll by when I was installing my system.

How can I confirm PHKL_31500 is installed? swlist doesn't seem to report that patch.

How do I determine if I'm ok?
2 REPLIES 2
Patrick Wallek
Honored Contributor
Solution

Re: Installing patches

This should do it:

# swlist -l patch | grep PHKL_31500

This will also work:

# swlist -l product | grep PHKL_31500
Marco Shaw_1
Respected Contributor

Re: Installing patches

swlist -l patch does the trick.