Operating System - HP-UX
1751840 Members
5319 Online
108782 Solutions
New Discussion юеВ

Re: how to find patch level in my HPUX server?

 
panks
Regular Advisor

how to find patch level in my HPUX server?

how to find patch level in my HPUX server?

Thanks
12 REPLIES 12
Ben Bomgardner
Advisor

Re: how to find patch level in my HPUX server?

'swlist -l patch' will list all of the patches installed. Is that what you are looking for?

There is also a patch assessment which works pretty well you can run here:
http://www13.itrc.hp.com/service/patch/assessSystemsPage.do?BC=main|
panks
Regular Advisor

Re: how to find patch level in my HPUX server?

I mean is there any way by which we can find ok my system patch level is X. Something like that or it is according to individual package?
Avinash20
Honored Contributor

Re: how to find patch level in my HPUX server?

Patch Level:

# swlist

Check for Bundle11i. QPK, HWEnable

The latest patch bundles could be found from www.itrc.hp.com
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Ben Bomgardner
Advisor

Re: how to find patch level in my HPUX server?

ah, i see what you mean. i think you might have to look at sim. i'm pretty sure there is a patch management component that might be close to what you want.
Steven E. Protter
Exalted Contributor

Re: how to find patch level in my HPUX server?

Shalom,

swlist -l product

Its definitely a swlist command. Which one you use depends on what you mean by patch level.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
panks
Regular Advisor

Re: how to find patch level in my HPUX server?

I didn't get the answer of my question. In AIX there is technology level. So if we are at TL 4 means we are at patch level 4 for the system. Is there any way by which I can find at which patch level my system is.

Thanks
Kapil Jha
Honored Contributor

Re: how to find patch level in my HPUX server?

I think u looking for this
swlist -a install_source -l product | grep

you may put latest patch bundle in grep .


Thanks,
Kapil+
I am in this small bowl, I wane see the real world......
Dennis Handly
Acclaimed Contributor

Re: how to find patch level in my HPUX server?

>In AIX there is technology level.

I'm not sure what matches?
On HP-UX there are:
1) OS versions: 11.11, 11.23, 11.31
2) Updates to those versions:
swlist -l bundle
HPUX11i-TCOE B.11.23.0409 HP-UX Technical Computing OE Component
(This is the Sept 2004 update.)
HPUX11i-DC-OE B.11.31.0803 HP-UX Data Center Operating Environment
(This is the Mar 2008 update.)
3) Patch bundles
swlist -l bundle
FEATURE11i B.11.31.0803.318b Feature Enablement Patches for HP-UX 11i v3, March 2008
HWEnable11i B.11.31.0803.318a Hardware Enablement Patches for HP-UX 11i v3, March 2008
BUNDLE11i B.11.23.0409.3 Required Patch Bundle for HP-UX 11i v2 (B.11.23), September 2004
4) Individual patches
swlist -l patch
Avinash20
Honored Contributor

Re: how to find patch level in my HPUX server?

In HP-UX we have specific bundles which contains list of patches

The standard bundles could be found at

http://www13.itrc.hp.com/service/patch/releaseIndexPage.do?BC=main|

### You could get good information on your query @
http://docs.hp.com/en/5992-4020/ch01.html
"Light travels faster than sound. That's why some people appear bright until you hear them speak."