- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: what is the patch level on the system?
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
09-02-2004 02:29 AM
09-02-2004 02:29 AM
what is the patch level on the system?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 02:33 AM
09-02-2004 02:33 AM
Re: what is the patch level on the system?
for standard bundles:
swlist | grep QPK
swlist | grep HWE
for single patches swlist -l product
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 02:37 AM
09-02-2004 02:37 AM
Re: what is the patch level on the system?
Patch levels are determined based on what release of patches are there on the system. If you installed HP supplied bundles, check
swlist |grep -i qpk
For ex.,
QPK1100 B.11.00.60.4 Quality Pack for HP-UX 11.00, March 2003
The above means, that system is at March 2003 level.
However, some of the practices are to install Custom Patch bundles. In that case depending on the policy you used in generating the bundle, you have to determine the patch level.
Some SAs themselves customize the patches to be installed on their system. For ex., March 2004 bundles and any security patches release d later. That can be called March 2004 level though there are few more latest patches.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 02:49 AM
09-02-2004 02:49 AM
Re: what is the patch level on the system?
# swlist | egrep -i -e "gold|qpk|hwe|xsw|patches"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 03:43 AM
09-02-2004 03:43 AM
Re: what is the patch level on the system?
# /usr/contrib/bin/show_patches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 09:29 AM
09-02-2004 09:29 AM
Re: what is the patch level on the system?
# swlist -a revision | egrep -i "qpk|hwe"
HWE1100 B.11.00.0303.4
QPK1100 B.11.00.60.4
The numbers in the far column represent the months. (0303.4) and (60.4) are actually March 2003. How some of these numbers are derived is anyones guess. They used to be referred to as "DART" numbers.