1833464 Members
3071 Online
110052 Solutions
New Discussion

Re: Check for patches

 
SOLVED
Go to solution
musaddaq_2
Frequent Advisor

Check for patches

Hi
I am Oracle 9i RAC Database(9.2.0.5)
with HP-UX 11.11. i want to check for the patches installed on my O/S.
Is there anyway out from which i can get the NO OF patches installed on my system till date.

Regards
Musaddaq
6 REPLIES 6
Steven E. Protter
Exalted Contributor
Solution

Re: Check for patches

swlist -l product | grep PH

This will list all OS patches.

You need to check this list against the list Oracle has on its website. Also check the itrc patch database and see if any of the patches oracle recommends ahve been superseded.

The Oracle install guide must be followed precisely to succeed.

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
James R. Ferguson
Acclaimed Contributor

Re: Check for patches

Hi Musaddaq:

As an alternative to running 'swlist' you can use the '/usr/contrib/bin/show_patches' utility. It provides a nicely formatted "front-end" to 'swlist" for showing the state of patches (superseded and active). See the man pages for more information.

# show_patches -a #...shows (a)ctive patches
# show_patches -s #...shows (s)uperceded patches
# show_patches #...shows all patches

Regards!

...JRF...
Hakan Aribas
Valued Contributor

Re: Check for patches

Hi Musaddaq,

You can run the following command to see all installed patches:

swlist -l product *,c=patch
musaddaq_2
Frequent Advisor

Re: Check for patches

Thanks a lot guys. It was a gr8 help to me.
Arunvijai_4
Honored Contributor

Re: Check for patches

Assign points if you find the answer's are useful. ;-)

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Nguyen Anh Tien
Honored Contributor

Re: Check for patches

Just using
#show_patches
to see all patches on your system
tienna
HP is simple