1834508 Members
2220 Online
110068 Solutions
New Discussion

Re: patch

 
Shivkumar
Super Advisor

patch

Dear Sirs,

How to find the current patch level on the hpux 11i ? Are patch files always comes in shar format ?

Thanks,
Shiv
5 REPLIES 5
Sudeesh
Respected Contributor

Re: patch

swlist -l patch : will display all the applied patches.

Sudeesh
The most predictable thing in life is its unpredictability
Joseph Loo
Honored Contributor

Re: patch

hi,

try this:

# swlist -l patch

patch files may come in share format. to unshare:

# sh PHNE_12345
PHNE_12345.depot and PHNE_12345.text will be the 2 files unshare.

regards.
what you do not see does not mean you should not believe
Eknath
Trusted Contributor

Re: patch

Hi Shiv,

find the patches installed in your system with #swlist -l patch

also visit http://docs.hp.com/en/B9073-90070/apas04.html

for more information.

Cheers!!!
eknath
Mahesh Kumar Malik
Honored Contributor

Re: patch

Hi Shiv

#swlist -l patch will provide you detailed listing of patches currently installed on hp-ux server

Regards
Mahesh
Devender Khatana
Honored Contributor

Re: patch

Hi Shiv,

As stated above the swlist command will give you the list of patches and filesets installed in its output as stated above. Actually HP level what you are refering to includes three major patch bundles which are released by HP every quarter. These includes

1.HWEnable11i-> B.11.11.0406.4 Hardware Enablement Patches for HP-UX 11i v1, June 2004

2.GOLDAPPS11i->B.11.11.0406.5 Gold Applications Patches for HP-UX 11i v1, June 2004

3.GOLDBASE11i->B.11.11.0406.5 Gold Base Patches for HP-UX 11i v1, June 2004

The date for which these three bundle's have been installed will decide the date of patch level of your system.For ex. here it displays June 2004. So I can say my system's current patch level in June2004. These bundle's always includes most common patches released since the last release. There are several other patches which you can install based on your specific requirements.

So the single command to list the current level should be

#swlist -l bundle |grep -e HWEnable11i -e GOLDAPPS11i -e GOLDBASE11i

HTH,
Devender
Impossible itself mentions "I m possible"