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
10-23-2003 02:40 AM
10-23-2003 02:40 AM
1. How can I get the list of all files to be installed and check where the files are going to be installed (/usr/local, /opt, etc.) before swinstalling them.
2. Same question, but after something was installed?
TIA,
Ross
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 02:42 AM
10-23-2003 02:42 AM
Re: swlist
I use:
tar -tvf yourfile.depot
That give me the list of the file ab=nd where they are to be installed.
Mehdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 02:44 AM
10-23-2003 02:44 AM
Re: swlist
swlist -a path
Second one seems right.
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
10-23-2003 02:46 AM
10-23-2003 02:46 AM
Re: swlist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 02:48 AM
10-23-2003 02:48 AM
Solutionswlist -l file depot_content_name | more
Where depot_content_name would be something like this. If you were installing HP Apache then no matter what the depot was called it would be the package name ie:
#swlist |grep -i apache
B9416AA 2.0.43.00.05 HP Apache-based Web Server
Then you would run:
swlist -l file B9416AA | more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 03:03 AM
10-23-2003 03:03 AM
Re: swlist
Depot file for the product/bundle "ABCD" on local server as /tmp/ABCD.depot
swlist -l file ABCD -s /tmp/ABCD.depot
Product/bundle "ABCD" is on an ignite server "xyz" in SW depot /swdepot/apps
swlist -l file ABCD -d @ xyz:/swdepot/apps
After install:
swlist -l file
Thanks,
Pramod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 01:36 AM
09-10-2004 01:36 AM