Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File Sets in Solaris

Status
Not open for further replies.

pakivette

Technical User
Apr 5, 2005
5
CA
Hello

How can I find all the file sets (packages) installed in Solaris 8 Machine collectively in one report?

/var/sadm/pkg gives me the whole list of packages. Also /var/sadm/install/contents details of all the pkg installed with their version/contents and everything. But I am not sure how to get the list of information of all packages collectively?

Any help will be appreciated.

Thanks

Frank
 
Not sure if this is what you are looking for... You can run command "pkginfo" to get a list of all packages.
 
I think I have to write a script to get the information from both /var/sadm/install/contents and /var/sadm/pkg to be on one file.

Thanks a lot for your help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top