Operating System - HP-UX
1830899 Members
3055 Online
110017 Solutions
New Discussion

query regarding system upgradation

 
SOLVED
Go to solution
praveen..
Super Advisor

query regarding system upgradation

Hi,
I need to make my systems to be upgraded.

I have to verify that these patches are already installed or not.

if not, then how can i download and install these patches?

1. PHKL_31500
2. PHNE_32277
3. PHNE_33429
4. PHNE_30773

please suggest

7 REPLIES 7
Jayasuntar
Valued Contributor
Solution

Re: query regarding system upgradation

Hi,

Please use swlist command to check the installed patches.

#swlist -l patches |grep

If patch is installed it will list the patch, other no reply.


Please download any patches from the itrc site. The link is http://www4.itrc.hp.com/service/patch/mainPage.do

All the best ..

Jay
Arunvijai_4
Honored Contributor

Re: query regarding system upgradation

Hi Praveen,

If you are using 11.11,you can show_patches script

# /usr/contrib/bin/show_patches

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Raj D.
Honored Contributor

Re: query regarding system upgradation

Praveen ,

You can check if this patches are installed using swlist command , and then use itrc.hp.com patch database to download this patches , and ftp to the server. And install it using swinstall command. Reboot is required as kernel patch included.

1. # swlist -l product | grep -e 31500 -e 32277 -e 33429 -e 30773

If not present , check itrc.hp.cm --> Patch Database --> search for patch , and download it.

2. ftp the tar file into the server.
3. extract it using tar -xvf
4. run the ./create_depo_hpux11 command.
5. # swinstall -s `pwd`/depot


After reboot check for the patchses again.


Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
praveen..
Super Advisor

Re: query regarding system upgradation

# swlist -l product | grep -e 31500 -e 32277 -e 33429 -e 30773
PHKL_31500 1.0 Sept04 base patch
praveen..
Super Advisor

Re: query regarding system upgradation

My OS is :

# uname -a
HP-UX grouse B.11.23 U ia64 0725026556 unlimited-user license
Raj D.
Honored Contributor

Re: query regarding system upgradation

Praveen,

# swlist -l product | grep -e 31500 -e 32277 -e 33429 -e 30773
PHKL_31500 1.0 Sept04 base patch


So looks like you have one patch installed,
to install rest PHNE patches you need to download from itrc patch database and hopefully it do not need a reboot. You can check the description while downloading the patch.

Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Raj D.
Honored Contributor

Re: query regarding system upgradation

Praveen ,

Also you can run a patch assesment tool , cpm_collect.sh and it will tell what patches not there in the system and which patches need to be update in the system.


Download the script run , and upload and check the report,

http://ftp.itrc.hp.com/wpsl/bin/doc.pl/screen=wpslDownloadPatch/cpm_collect.sh?PatchName=/export/bin/cpm_collect.sh


Cheers,
Raj
" If u think u can , If u think u cannot , - You are always Right . "