- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
07-12-2005 06:03 PM
07-12-2005 06:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 06:08 PM
07-12-2005 06:08 PM
Solutionhttp://forums2.itrc.hp.com/service/forums/questionanswer.do?threadId=13262
good luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 06:09 PM
07-12-2005 06:09 PM
Re: patch level
If you install patches from the bundles, use swlist:
a5:/u/usr/merijn 45 > swlist | grep -e HWE -e QPK -e Ext
HWE1100 B.11.00.0403.3 Hardware Enablement Patches for HP-UX 11.00, March 2004
QPK1100 B.11.00.64.4 Quality Pack for HP-UX 11.00, March 2004
a5:/u/usr/merijn 46 >
If you install single patches, there is no way to tell a patch level. The latest patch number *might* give you a hint:
a5:/u/usr/merijn 46 > swlist | grep '^ PH' | sort +0.7n | tail
PHCO_25883 1.0 cumulative 10.20 libc compatibility support
PHCO_25902 1.0 cumulative SAM/ObAM patch
PHCO_24904 1.0 libc cumulative man page patch
PHKL_24905 1.0 VxFS mount/unmount problems.
PHNE_25913 1.0 Cumulative Mux and Pty Patch
PHNE_21915 1.0 elm patch
PHKL_22932 1.0 ufs(hfs) deadlock causes the system hang
PHKL_23956 1.0 Profile, virtual timers and disabling fix.
PHCO_29959 1.0 Pthread library cumulative patch
PHSS_30967 1.0 ld(1) and linker tools cumulative patch
a5:/u/usr/merijn 47 >
30967 is the highest number
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 07:12 PM
07-12-2005 07:12 PM
Re: patch level
Try swlsit |grep patch
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 07:12 PM
07-12-2005 07:12 PM
Re: patch level
Try swlist |grep patch
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 06:20 AM
07-13-2005 06:20 AM
Re: patch level
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 02:57 PM
07-13-2005 02:57 PM
Re: patch level
# swlist -l patch -a patch_state
# show_patches
# check_patches
# swlist -l patch
Hope these help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 11:06 PM
07-13-2005 11:06 PM
Re: patch level
goto itrc
and download/run cpm_collect.sh
and upload yourservername.??
then this will display a long/short list
2) the other way is to
swlist |grep -i -e bundl -e hwen -e gold -e online
# Contacting target "goldux"...
# Target: goldux:/
# Bundle(s):
BUNDLE11i B.11.11.0306.1 Required Patch Bundle for HP-UX 11i, June 2003
GOLDAPPS11i B.11.11.0412.5 Gold Applications Patches for HP-UX 11i v1, December 2004
GOLDBASE11i B.11.11.0412.5 Gold Base Patches for HP-UX 11i v1, December 2004
HWEnable11i B.11.11.0412.5 Hardware Enablement Patches for HP-UX 11i v1, December 2004
OnlineDiag B.11.11.15.13 HPUX 11.11 Support Tools Bundle, Dec 2004
This will tell you which bundle, here its fro DEC 2004