- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Usage of swlist
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-10-2005 12:08 AM
03-10-2005 12:08 AM
I want to know the difference between
swlist -l product -x show_superseded_patches=false
and
swlist -x show_superseded_patches=false
Thanks
-Irfan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 12:15 AM
03-10-2005 12:15 AM
Re: Usage of swlist
Look at the url below and that should give you all the required information
http://mirror.math.nankai.edu.cn/mirror/www.uwsg.indiana.edu/usail/swlist.1.html
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 12:16 AM
03-10-2005 12:16 AM
Re: Usage of swlist
You set the option as the default for the whole session. Without it it's valid only for a current execution.
In "man swlist" you can find detailed information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 12:24 AM
03-10-2005 12:24 AM
SolutionThe first command shows you just all installed products.
The second command shows you all installed bundles and products that are not included in a bundle.
So the option show_superseded_patches=false
ist a default option. The same output is created with
swlist -l product and
swlist
But if you use the same commands with
show_superseded_patches=true
you will see all patches witch are applied and which patch is superseded.
If all patches installed on your system are contained in a bundle you will see no different between
swlist and
swlist -x show_superseded_patches=true
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 12:26 AM
03-10-2005 12:26 AM
Re: Usage of swlist
-x option=value
â Set the option to specified value.
â The default behavior of swlist is to show only the latest patches installed on a system. It
does not show patches that have been superseded. To list superseded patches, set the
show_superseded_patches option to true:
swlist -x show_superseded_patches=true
â Specify multiple -x options if needed.
By default, the SD-UX command swlist does not show superseded patches, but you can set it to
show them:
swlist -l patch -x show_superseded_patches=true
You can also use the HP-UX Patch Tool show_patches (available via PHCO_18519 and its
superseding patches) to show superseded patches. To show superseded
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 12:27 AM
03-10-2005 12:27 AM
Re: Usage of swlist
The option show_superseded_patches makes only sense with
swlist -l patch -x show_superseded_patches=true
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 12:29 AM
03-10-2005 12:29 AM
Re: Usage of swlist
http://docs.hp.com/en/5991-0686/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 12:42 AM
03-10-2005 12:42 AM
Re: Usage of swlist
Will in preview mode list all superseded patches.
Won't change anything unless you drop the -p
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-10-2005 03:18 PM
03-10-2005 03:18 PM
Re: Usage of swlist
Thanks everyone.
The difference between
swlist -l product -x show_superseded_patches=false
and
swlist -x show_superseded_patches=false
is the former swlist takes into consideration the patches which are part of some bundle & the latter ignores it.
Thanks
-Irfan