- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Patchlevel on HP-UX 11i
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
03-11-2003 04:57 AM
03-11-2003 04:57 AM
How do I find out the patchlevel my server is running on?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 05:01 AM
03-11-2003 05:01 AM
Re: Patchlevel on HP-UX 11i
You're looking for the latest quality pack level.
For example:
QPK1100_11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 05:14 AM
03-11-2003 05:14 AM
Re: Patchlevel on HP-UX 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 05:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 05:22 AM
03-11-2003 05:22 AM
Re: Patchlevel on HP-UX 11i
BUNDLE11i B.11.11.0102.2 Required Patch Bundle for HP-UX 11i, February 2001
(I think it's time to update this workstation!)
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 05:23 AM
03-11-2003 05:23 AM
Re: Patchlevel on HP-UX 11i
QPK1100 B.11.00.56.5 Quality Pack for HP-UX 11.00, March 2002
XSWGR1100 B.11.00.53.2 HP-UX General Release Patches, June 2001
XSWHWCR1100 B.11.00.53.8 HP-UX Hardware Enablement and Critical Pa
tches, June 2001
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 05:36 AM
03-11-2003 05:36 AM
Re: Patchlevel on HP-UX 11i
I presume(d) by "11i" you meant 11.11. If so, use:
# swlist -i -e gold -e hwe
If this is 11.0, I'd use:
# swlist |grep -i -e qpk -e hwe
These will return the standard patch bundle descriptions and thereby give a reasonable measure of your "patch level". OF course, there are many specific instances where a specific patch is what's really of interest. In that case, something like:
# swlist | grep
...or:
# swlist -l patch
...is more desirable.
Regards!
...JRF...
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 06:16 AM
03-11-2003 06:16 AM
Re: Patchlevel on HP-UX 11i
JRF, did mean 11.11
I assume you meant swlist ~grep -i -e gold -e hwe
Thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 06:17 AM
03-11-2003 06:17 AM
Re: Patchlevel on HP-UX 11i
This is the information I provide application support for say Oracle when they want to know the big picture.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 06:23 AM
03-11-2003 06:23 AM
Re: Patchlevel on HP-UX 11i
Provided you have installed thae patch that provides show_patches.
:-)
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 06:29 AM
03-11-2003 06:29 AM
Re: Patchlevel on HP-UX 11i
/No_Points_Please?
Yes, I certainly did mean:
# swlist | grep -i -e gold -e hwe
...Not!:
# swlist -i -e gold -e hwe
Regards!
...JRF... :-))