- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swlist vs show_patches
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
08-13-2003 09:36 AM
08-13-2003 09:36 AM
In my current outout for an example I have the following listed for the libc cumulative patch:
PHCO_16629 1.0 libc cumulative patch
PHCO_17601 1.0 libc cumulative patch
PHCO_18103 1.0 libc cumulative patch
PHCO_19391 1.0 libc cumulative patch
PHCO_19491 1.0 libc cumulative patch
PHCO_22314 1.0 libc cumulative patch
PHCO_23770 1.0 libc cumulative patch
and would like to cut down the list so only the most current would appear, i.e.:
PHCO_23770 1.0 libc cumulative patch
Is there any option in swlist to accomplish this or any other alternative ??
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 09:54 AM
08-13-2003 09:54 AM
SolutionNot sure why you're seeing the supersedes, but swlist does have an option show_superseded_patches , but it's false by default.
It couldn't hurt to be explicit, so use the following:
-x level=patch -x show_superseded_patches=false
It may be that since you're not explicitly defining the level patch, that the latter option does not apply.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 10:20 AM
08-13-2003 10:20 AM
Re: swlist vs show_patches
You are a life saver..... it worked perfectly.
Do you know if the old HP-UX 10.20 has an patch that would give this same results ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 11:30 AM
08-13-2003 11:30 AM
Re: swlist vs show_patches
Take a look at PHCO_20824 - patch cleanup utility
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_20824&context=hpux:800:10:20
And PHCO_23453 - SD cumulative
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_23453&context=hpux:800:10:20
If you use the ITRC search utility & search 10.2 patches only with the keyword "swlist" they are several more hits, but these two looked the most likely.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 11:44 AM
08-13-2003 11:44 AM
Re: swlist vs show_patches
Thanks alot for all your help...