- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Swinstall Can't Find Depot
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
06-14-2004 05:07 AM
06-14-2004 05:07 AM
"There is currently no depot software on host "hostname" at location /var/spool/sw"
How come?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2004 05:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2004 05:09 AM
06-14-2004 05:09 AM
Re: Swinstall Can't Find Depot
You need to tell swinstall not where its going but where its coming from
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
06-14-2004 05:10 AM
06-14-2004 05:10 AM
Re: Swinstall Can't Find Depot
swinstall -s hostname:/var/spool/sw/depot_name
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2004 05:21 AM
06-14-2004 05:21 AM
Re: Swinstall Can't Find Depot
You copied the depot file? What do you mean by that? Usually /var/spool/sw is a depot containing software, so not containing depot-files. A depot file is a depot in itself.
Try and move your STM-depot-file from /var/spool/sw to a file in a different location, e.g. /tmp/stm.depot and then run swinstall -s /tmp/stm.depot.
Another possibility, but I think the error message is different in that case: the depot contains no software suitable for the HW and SW version of your system.
JP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2004 05:44 AM
06-14-2004 05:44 AM
Re: Swinstall Can't Find Depot
Harry gets the 10 points for being the first responder, everyone else gets 9's though!
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2004 05:57 AM
06-14-2004 05:57 AM
Re: Swinstall Can't Find Depot
I take it you have the depot in the form of a single .depot file?
That is a so-called "tape depot". You can install it locally, but you can't do remote installs from it unless you convert it to a "directory depot" with swcopy.
To install a tape depot locally (which you seem to be trying to do) the command should have the full pathname of the .depot file, _with the filename included_. Like this:
swinstall -s /path/to/latest_and_greatest/STM.depot
You could also go to the swinstall UI, pick "Change Source", select "Local Tape" and enter the full path to the .depot file as the device name. Not exactly intuitive, but it works.