- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- HPE 9000 and HPE e3000 Servers
- >
- How to identify kernel patch level information
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
04-15-2003 05:05 AM
04-15-2003 05:05 AM
I would like to know if there is a command to find out the kernel level patch applied to the HPUX box. Any sample outputs will be of great help.
Thanks in advance for your help.
Regards
Rajeev
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 05:09 AM
04-15-2003 05:09 AM
Re: How to identify kernel patch level information
swlist -l bundle (for patch bundles)
swlist -l product (for products installed)
swlist -l fileset (for all detailed patch information)
swlist -l fileset -a state (for patch state - all should be configured)
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 05:27 AM
04-15-2003 05:27 AM
Re: How to identify kernel patch level information
root@ipc1md22:/ # swlist
# Initializing...
# Contacting target "ipc1md22"...
#
# Target: ipc1md22:/
#
#
# Bundle(s):
#
A3495A B.11.00.05 HP-PB 100BT LAN/9000
B2491BA B.11.00 MirrorDisk/UX
B3929BA B.11.00 HP OnLineJFS (Advanced VxFS)
B5725AA B.2.3.205 HP-UX Installation Utilities (Ignite-UX)
B6835AA B.11.00.03 Netscape 6.01
B8342AA B.11.00.05 Netscape Communicator 4.75
HPUXEng32RT B.11.00 English HP-UX 32-bit Runtime Environment
Ignite-UX-10-01 B.2.5.136 HP-UX Installation Utilities for Install
Ignite-UX-10-10 B.2.5.136 HP-UX Installation Utilities for Install
Ignite-UX-10-20 B.2.5.136 HP-UX Installation Utilities for Install
Ignite-UX-11-00 B.2.5.136 HP-UX Installation Utilities for Install
J4189-11001B E.10.18 Hewlett-Packard JetDirect Printer Instal
OnlineDiag B.11.00.12.07 HPUX 11.0 Support Tools Bundle
QPK1100 B.11.00.54.7 Quality Pack for HP-UX 11.00, September
XSWGR1100 B.11.00.45 HP-UX Extension Pack, May 1999
XSWHWCR1100
In this case B.11.00.45 ... looks like I should patch this box :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 06:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 06:23 PM
04-17-2003 06:23 PM
Re: How to identify kernel patch level information
The ideal methodology is to use the latest Quality Patch bundle a couple of times each year. That way, the swlist -l bundle command will give you a simple overview of the patch levels. Another useful tool is the check_patches and security_patch_check commands. check_patches is built-in to 11.0 and later, while the security_patch_check tool must be downloaded from http://software.hp.com
Bill Hassell, sysadmin