- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
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
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
тАО09-16-2005 02:17 PM
тАО09-16-2005 02:17 PM
For list all software installed in HPUX server,
use
swlist -l bundle or product ?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2005 02:18 PM
тАО09-16-2005 02:18 PM
Re: swlist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2005 03:19 PM
тАО09-16-2005 03:19 PM
Re: swlist
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2005 04:01 PM
тАО09-16-2005 04:01 PM
Re: swlist
"swlist -l bundle" and "swlist -l product"?
Does "Bundle" mean "when install OS, the bundled software is also installed" ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2005 05:16 PM
тАО09-16-2005 05:16 PM
Solutiona "bundle" may contain one or more "products"
a "product" may contain one or more "filesets"
a "fileset" contains one or more files and the lowest level you can specify after the -l switch to a swlist command
hope this helps.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2005 08:29 PM
тАО09-16-2005 08:29 PM
Re: swlist
swlist -l product *,c=patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2005 12:04 AM
тАО09-17-2005 12:04 AM
Re: swlist
# swlist -l bundle
This will list all bundle's and products which are not part of any bundle.
# swlist -l product
This will list all products installed on your system.
# swlist -l fileset
Displays all fileset installed on your System.
OS software itself contains some Bundles and also products which may not be part of Bundles.
So its a combination of Bundles and individual products.
To further customize this command you can use grep.
# swlist | grep "xyz"
Other ways swlist can be used is as:
# swlist -l patch
Displays all patches installed.
# swlist -l depot
Display all depot registered on the server.
# swlist -l product "Product Name"
Display information related to that product.
Hope that helps.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2005 04:48 AM
тАО09-18-2005 04:48 AM
Re: swlist
Does "Bundle" mean "when install OS, the bundled software is also installed" ?
No.
As explained previously, in Software Distributor, "bundle" is just another grouping level. Any software could be delivered as a bundle or not or even as a combo of some bundle and some simple products.
At HPUX-install time, yes, some bundles *are* installed, while other software is simple products (like some patches). But just looking for bundles is not going to give you what was installed originally versus what was installed later.
HP typically releases their software as bundles, so, e.g., the ANSI-C compiler, perl, SSH, or MirrorDisk/UX could have been installed later, but all are installed as bundles.
Other, simple software distributions might be just a "product" level, like "VNC".
bv