- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- query regarding system upgradation
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2006 06:04 PM
05-21-2006 06:04 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2006 06:11 PM
05-21-2006 06:11 PM
SolutionPlease 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2006 06:26 PM
05-21-2006 06:26 PM
Re: query regarding system upgradation
If you are using 11.11,you can show_patches script
# /usr/contrib/bin/show_patches
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2006 06:35 PM
05-21-2006 06:35 PM
Re: query regarding system upgradation
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2006 07:23 PM
05-21-2006 07:23 PM
Re: query regarding system upgradation
PHKL_31500 1.0 Sept04 base patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2006 07:24 PM
05-21-2006 07:24 PM
Re: query regarding system upgradation
# uname -a
HP-UX grouse B.11.23 U ia64 0725026556 unlimited-user license
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2006 07:44 PM
05-21-2006 07:44 PM
Re: query regarding system upgradation
# 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2006 07:49 PM
05-21-2006 07:49 PM
Re: query regarding system upgradation
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