1823914 Members
3252 Online
109667 Solutions
New Discussion юеВ

Re: swlist

 
SOLVED
Go to solution
ikbea
Frequent Advisor

swlist

Hi all,

For list all software installed in HPUX server,
use
swlist -l bundle or product ?

Thanks

7 REPLIES 7
ikbea
Frequent Advisor

Re: swlist

and exclude the default installed software
Mel Burslan
Honored Contributor

Re: swlist

yes that is correct but keep in mind that some products do not get installed using swinstall, hence does not show up on this list. It is your responsibility as the sysadmin to keep a tab on those. Some examples to this kind of software are oracle, veritas (now symantec) netbackup and many more.
________________________________
UNIX because I majored in cryptology...
ikbea
Frequent Advisor

Re: swlist

what's the different between using
"swlist -l bundle" and "swlist -l product"?

Does "Bundle" mean "when install OS, the bundled software is also installed" ?
Mel Burslan
Honored Contributor
Solution

Re: swlist

swinstall has a hierarcy of levels

a "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...
Hakan Aribas
Valued Contributor

Re: swlist

if you want to see installed patches, use the following swlist command:

swlist -l product *,c=patch
Bharat Katkar
Honored Contributor

Re: swlist

Hi,
# 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.




You need to know a lot to actually know how little you know
Bob_Vance
Esteemed Contributor

Re: swlist

To answer your question:

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


"The lyf so short, the craft so long to lerne." - Chaucer