- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Patch level
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-20-2007 12:52 PM
05-20-2007 12:52 PM
Patch level
I have a request in hand by one of our client to determine patch level of some servers.Would u please guide me what are the bundles/products that determine patch level of a system? thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2007 02:03 PM
05-20-2007 02:03 PM
Re: Patch level
Just an
# swlist -l fileset -a state -a patch_state
Will show you which patches are on the system.
It's possible to install patch bundles as well, make sure you receive the patch update CD/DVDs from HP.
Cheers,
Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2007 06:50 PM
05-20-2007 06:50 PM
Re: Patch level
You will get the patches APPLIED status by
the command
swlist -l patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2007 08:18 PM
05-20-2007 08:18 PM
Re: Patch level
swlist -l patch
show_patches
swlist -l patch patch_number
and the old style
swlist -l product|grep PH
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2007 08:58 PM
05-20-2007 08:58 PM
Re: Patch level
You can use # /usr/contrib/bin/show_patches
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 06:19 AM
05-22-2007 06:19 AM
Re: Patch level
To find out what patches, updates and manual actions are needed for your systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 06:29 AM
05-22-2007 06:29 AM
Re: Patch level
There is no single value that constitutes a patch level of an HP-UX system.
Perhaps the most "standard" measure is the date/revision of the Stardard Patch Bundle Quality Pack. For instance, for 11.23 the latest QPK is the June 2007 one : QPK1123(B.11.23.0706.064).
Note the notation '0706' refers to June (month 06) of year 2007 (07).
Standard patch bundles for each supported operating system level can be obtained via the ITRC Patch Database:
https://www1.itrc.hp.com/service/patch/releaseIndexPage.do?BC=main|
See also:
https://www1.itrc.hp.com/service/rsb/rsbDisplay.do?fileName=patches_main/hpux_bundles_overview.htm
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 06:58 AM
05-22-2007 06:58 AM
Re: Patch level
# what /usr/lbin/remshd
/usr/lbin/remshd:
Copyright (c) 1983, 1988 The Regents of the University of California.
All rights reserved.
patch id : PHNE_33793
That tells me I have patch PHNE_33793 for remshd
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2007 07:49 AM
05-23-2007 07:49 AM
Re: Patch level
You can use the Software Assistant (SWA) QPK analyzer to search for QPK updates. You can also use the PATCH or CHAIN analyzers to compare against a user-defined patch list.
Go to https://hp.com/go/swa for more information or to download the tool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2007 09:10 AM
05-23-2007 09:10 AM
Re: Patch level
you could use the show_patches command and swlist.
show_patches -a *** Active patches***
show_patches -s *** Superseded patches ***
swlist -l patch *** willl show all patches
sp,