1752765 Members
5134 Online
108789 Solutions
New Discussion юеВ

Patch Level

 
Brantley Hudson_1
Occasional Contributor

Patch Level

I'm trying to determine the patches installed on a machine and am unsure on
HPUX how to find out. Can someone give me a pointer? (Sorry for the newbie
question, I'm just starting out)

Thanks,
Brantley
3 REPLIES 3
Randy Mather
Frequent Advisor

Re: Patch Level

swlist -l product | more or redirect to a file
(swlist -l product>file.ext)
This will output products and patches installed.

swlist -l fileset -a state | more

This will output products and patches, and if they are configured.

Also .. if you have support, there is a custom patch manager on the HP support
web site that will let you do a patch analysis on your system. Under software
updates area.

Be CAREFUL when installing patches. I usually test them one at a time on
another server if possible.

randy_mather@ham.honda.com
Honda of America Mfg
Chris Anoruo_1
Frequent Advisor

Re: Patch Level

You can also go to /var/adm/sw/patch to see all the patches installed and
superseded.
Brantley Hudson_1
Occasional Contributor

Re: Patch Level

Randy Mather's response was what I was looking for. The swlist output gives the
patch name and a description, and that's exactly what I needed.

Thanks,
Brantley