Operating System - HP-UX
1833776 Members
2144 Online
110063 Solutions
New Discussion

Re: To find patch info in HP-UX

 
SOLVED
Go to solution
bharani123
Occasional Advisor

To find patch info in HP-UX

Is there is any specific command or way to find the status of installed patches whether they are good or corrupted in HP-UX.
3 REPLIES 3
Tim Nelson
Honored Contributor
Solution

Re: To find patch info in HP-UX

swverify PH*

swlist -l fileset -a state
Grayh
Trusted Contributor

Re: To find patch info in HP-UX

Patch Commands
ï · Swconfig
ï ® configure software / patches
ï · Swlist
ï ® display software / patch information
ï · Swinstall
ï ® installs software / patches
ï · Swremove
ï ® removes software / patches

Patch Logs / Listing
ï · /var/adm/sw/swagent.log
--> contains entries from swagent daemon ï · /var/adm/sw/swinstall.log
--> entries/errors from swinstall
ï · List installed bundles
ï ® swlist -l bundle
ï · gather patch install / state data
ï ® swlist -l fileset -a state PH* > /tmp/swlist.txt
ï ® swlist â l product PH* > /tmp/swlist.txt
ï · Patch Tools
ï ® http://c2603jlj.msr.hp.com/9000/patch.html

Other patch commands
ï · 11.i (11.11) with patch PHCO_24630
ï · 11.0 with patch PHCO_24347
ï ® check_patches
--> Checks for common problems and issues
ie. Patch attributes, missing patch filesets, etc.
--> show_patches â a
displays only active patches on system

Probabily you are looking for "check_patches" command
Torsten.
Acclaimed Contributor

Re: To find patch info in HP-UX

Try

# /usr/contrib/bin/check_patches

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!