Operating System - HP-UX
1833788 Members
2633 Online
110063 Solutions
New Discussion

view bundle filesets from command line?

 
SOLVED
Go to solution
Omar Alvi_1
Super Advisor

view bundle filesets from command line?

Hi,

Is it possible to view the fileset of an UNINSTALLED depot/bundle from the command line?

I tried as follows:

swlist -l fileset /GOLDQPK11i_11.11.depot

and got

# Initializing...
# Contacting target "hp11"...
ERROR: Software "/GOLDQPK11i_11.11.depot" was not found on host "hp11:/".

although path is correct.

Another problem is viewing the fileset or products of an 11i bundle on an 11.00 system. For example even using swinstall can't view all patches in bundle.

Regards,

-Alvi
3 REPLIES 3
Elmar P. Kolkman
Honored Contributor
Solution

Re: view bundle filesets from command line?

Add the -s to the command line:
swlist -l fileset -s
Every problem has at least one solution. Only some solutions are harder to find.
Robert-Jan Goossens
Honored Contributor

Re: view bundle filesets from command line?

Hi,

# swlist -l bundle | grep -i gold

Robert-Jan
Omar Alvi_1
Super Advisor

Re: view bundle filesets from command line?

ah yes ... , missing the -s optiom

Thanks a lot Elamr

Regards

-Alvi