- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem to install a .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
Discussions
Discussions
Discussions
Forums
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
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
тАО08-18-2006 03:15 AM
тАО08-18-2006 03:15 AM
======= 08/18/06 17:13:23 WETDST BEGIN swinstall SESSION
(non-interactive) (jobid=ias02.lc.org-0138)
* Session started for user "root@ias02.lc.org".
* Beginning Selection
* Target connection succeeded for "ias02.lc.org:/".
ERROR: There is currently no depot software on host "ias02.lc.org" at
location "/var/spool/sw". Make sure that an absolute pathname
is specified for location (beginning with "/").
* Source connection failed for "ias02.lc.org:/var/spool/sw".
WARNING: More information may be found in the daemon logfile on this
target (default location is
ias02.lc.org:/var/adm/sw/swagentd.log).
* Selection had errors.
======= 08/18/06 17:13:30 WETDST END swinstall SESSION
(non-interactive) (jobid=ias02.lc.org-0138)
# ll /var/spool/sw/jdk15_15003_pa.depot
-rw-r----- 1 root sys 65843200 Aug 18 17:13 /var/spool/sw/jdk15_15003_pa.depot
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2006 03:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2006 03:17 AM
тАО08-18-2006 03:17 AM
Re: Problem to install a .depot
swinstall -s /var/spool/sw/jdk15_15003_pa.depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2006 03:19 AM
тАО08-18-2006 03:19 AM
Re: Problem to install a .depot
Retry with swinstall -s
Regards
nanan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2006 03:19 AM
тАО08-18-2006 03:19 AM
Re: Problem to install a .depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2006 03:39 AM
тАО08-18-2006 03:39 AM
Re: Problem to install a .depot
Recommend:
swinstall -s /var/spool/sw/jdk15_15003_pa.depot \*
That may not be strictly needed but if there are multiple depots you need to say, install em all.
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
тАО08-18-2006 07:45 AM
тАО08-18-2006 07:45 AM
Re: Problem to install a .depot
Make sure you specify the full path name.
swinstall -s /var/spool/sw/jdk15_15003_pa.depot
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2006 11:15 AM
тАО08-18-2006 11:15 AM
Re: Problem to install a .depot
As Steven points out, this probably required. Since almost every depot has more than one file, always use \*. It means: load all the applicable files in this depot.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2006 06:29 PM
тАО08-18-2006 06:29 PM
Re: Problem to install a .depot
swinstall -p -s softsource -f softlist \
@ myhost:/mydirectory
The @ myhost:/mydirectory is optional if you are installing to your local
host and default directory. If you have several selections, use the
command options to point to input files that contain lists of software
selections (-f softlist, above), default modifications and other variables
NOTE: In the swinstall command, if no source is specified, the local host's
default depot directory (/var/spool/sw) is assumed. If no host is
named, the system to receive the software is assumed to be the root (/)
directory on your local host. So, you do not have to use the @ sign and
[host][:][/directory] designation if you are operating on the local host
and/or default depot directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2006 12:38 AM
тАО08-21-2006 12:38 AM
Re: Problem to install a .depot
swinstall -s /path/to/file.depot name
GBR