Operating System - HP-UX
1835960 Members
3206 Online
110088 Solutions
New Discussion

Re: How to find whether patches are present????

 
Paul Wewel
Occasional Contributor

How to find whether patches are present????

I have software that requires that some patches are present. How do I list installed patches and O/S levels like 11.11?
Better yet, how do I grep the list to see if I have a certain patch. Any help would be appreciated.
4 REPLIES 4
Stefan Farrelly
Honored Contributor

Re: How to find whether patches are present????


do the command> swlist -l fileset | grep PHXX
or grep
Im from Palmerston North, New Zealand, but somehow ended up in London...
Cheryl Griffin
Honored Contributor

Re: How to find whether patches are present????

It's always good to know the state:
# swlist -l fileset -a state |grep -i ph
"Downtime is a Crime."
Rick Garland
Honored Contributor

Re: How to find whether patches are present????

The swlist -l product command will accomplish this. If you want to know about a specific patch, swlist -l product | grep

And check the state of patches. swlist -l fileset -a state
CHRIS_ANORUO
Honored Contributor

Re: How to find whether patches are present????

Check in /var/adm/sw/patch.

Do ls -ld PH*|pg

Also use:
uname -a
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.