- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- A question about 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
01-24-2001 03:30 PM
01-24-2001 03:30 PM
A question about patch level.
Can anyone tell me the command I can type in to find out which patches have been applied?
A simple uname -a only gives me the operating system level. I've seen the patch list (on this site) that corresponds to my OS level (B.11.00), but I need to find out if I have any others applied.
Also, I need to find out what version of the aCC compiler I have installed. Any help in that area would be GREATLY appreciated.
Sorry this is long winded, thanks for your time.
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2001 04:14 PM
01-24-2001 04:14 PM
Re: A question about patch level.
# swlist -l product
To file the version of C, either
# swlist -l fileset |grep -i ansi
or
# what /usr/bin/cc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2001 07:35 PM
01-24-2001 07:35 PM
Re: A question about patch level.
Since you are running 11.00, you can issue swlist -l patch to get a list of all installed patches. Unfortunately, HP-UX's uname -a does not show a "patch-level" like Solaris, etc, does.
--Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2001 01:21 AM
01-25-2001 01:21 AM
Re: A question about patch level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2001 01:36 AM
01-25-2001 01:36 AM
Re: A question about patch level.
To see if a high level patch bundle has been installed (which is what the majority of HP servers have) do;
swlist -l bundle | grep XSW
And you should see a bundle similar to;
XSWGR1100 B.11.00.50.5 HP-UX General Release Patches, September 2000
So you have the date there also. If nothing shows up here then to see all the patches installed do;
swlist -l fileset | grep PH
If you do swlist -l patch it shows not only patches but any filesets not in a bundle (eg. gnu stuff etc.)
Or to be sure cd to /var/adm/sw/products and do an ls, all files in uppercase PHxx_xxxx are installed patches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2001 06:42 AM
01-25-2001 06:42 AM