1833883 Members
1860 Online
110063 Solutions
New Discussion

Re: patches

 
SOLVED
Go to solution
Jeff Hagstrom
Regular Advisor

patches

Is there a utility that will tell me the pathces that I have?

Is there a utility that will tell me the patches that I need to add?
HPK460 hp-ux 11.00.
9 REPLIES 9
Robert-Jan Goossens
Honored Contributor

Re: patches

Hi,

-1- # swlist -l product
will give you the installed patches.

-2- http://www.software.hp.com/SUPPORT_PLUS/qpk.html

will give you the recommended patches from HP.

Hope it helps,

Robert-Jan.
Stuart Abramson_2
Honored Contributor
Solution

Re: patches

If you just want to get a list of what are the latest active patches
installed on your system:

a. swlist:
swlist -l fileset -a patch_state *.*,c=patch | grep applied |
cut -d. -f 1

b. show_patches

This is cool....

To see latest patches download a "quality pack" from the HP web site.

Download the software from HP:

a. QPK1100 Patch Bundle

-> start at http://www.itrc.hp.com
-> maintenance and support (hp products)
-> standard patch bundles (support plus)
-located under the 'patching' section
-> obtain support plus from hp software depot
-> quality pack bundles -link is to the far right
-> download and installing -link is top center
-> click 'download' link from step2 of the instructions
-> select the appropriate bundle to download, fill out
the form, then click next


Jeff Schussele
Honored Contributor

Re: patches

Hi Jeff,

In /usr/contrib/bin you'll find

show_patches # This shows all the patches

check_patches # This looks for known problems

On the ITRC there is a utility call CPM Custom Patch Manager that can help you decide what you might need.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Helen French
Honored Contributor

Re: patches

# swlist -l fileset (will tell you the patches you have installed)

Check here to find out which patches you need to install:
http://us-support.external.hp.com/wps/bin/doc.pl/sid=69874ceb0ed256a020
Life is a promise, fulfill it!
RAC_1
Honored Contributor

Re: patches

There are two utilities (show_patches and check_patches)that do same kind of work. Check /usr/contrib/bin.

You can check the patches that you have installed with following command.

swlist -l product PH*

For the patches that you need to install, you need to check the quartly patch bundles that are released. OR keep visiting ITRC.
There is no substitute to HARDWORK
Jeff Hagstrom
Regular Advisor

Re: patches

What if show_patches and check_patches doesn't exist on the sytem, is there a place that I can download them from?
Jeff Schussele
Honored Contributor

Re: patches

Hi (again) Jeff,

On my 11.0 systems, I show them as coming in the SD (Software Distributor) bundle - specifically the SW.DIST-SD-CMDS fileset & then being superseded by:

PHCO_19550
PHCO_22044
PHCO_24347

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jeff Schussele
Honored Contributor

Re: patches

Ooooppppsss - typo

That fileset should be

SW-DIST.SD-CMDS

Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
James R. Ferguson
Acclaimed Contributor

Re: patches

Hi Jeff:

On 11.0, patch PHCO_27779 (s700_800 11.00 HP-UX Patch Tools and White Paper) delivers the latest 'cleanup', 'show_patches' and 'check_patches' utilities and man pages.

Download it from the Patch Database here:

http://www2.itrc.hp.com/service/patch/mainPage.do

Regards!

...JRF...