- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problems 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
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
03-14-2006 07:36 AM
03-14-2006 07:36 AM
problems to install a .depot
I cannot install a *.depot
# pwd
/var/spool/sw
# ll
total 114416
-rw-r----- 1 root sys 53217280 Mar 14 21:31 sdk14_14210_pa.depot
# swinstall /var/spool/sw/sdk14_14210_pa.depot
======= 03/14/06 21:34:15 WET BEGIN swinstall SESSION
(non-interactive) (jobid=ias01.lc.org-0066)
* Session started for user "root@ias01.lc.org".
* Beginning Selection
* Target connection succeeded for "ias01.lc.org:/".
ERROR: There is currently no depot software on host "ias01.lc.org" at
location "/var/spool/sw". Make sure that an absolute pathname
is specified for location (beginning with "/").
* Source connection failed for "ias01.lc.org:/var/spool/sw".
WARNING: More information may be found in the daemon logfile on this
target (default location is
ias01.lc.org:/var/adm/sw/swagentd.log).
* Selection had errors.
======= 03/14/06 21:34:17 WET END swinstall SESSION (non-interactive)
(jobid=ias01.lc.org-0066)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 07:40 AM
03-14-2006 07:40 AM
Re: problems to install a .depot
swinstall -s /var/spool/sw/sdk14_14210_pa.depot \*
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 07:47 AM
03-14-2006 07:47 AM
Re: problems to install a .depot
Use
swinstall -s /var/spool/sw/sdk14_14210_pa.depot
Schimidt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 06:30 PM
03-14-2006 06:30 PM
Re: problems to install a .depot
# swlist @ /var/spool/sw/sdk14_14210_pa.depot
# swinstall -s /var/spool/sw/sdk14_14210_pa.depot
ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 07:22 PM
03-14-2006 07:22 PM
Re: problems to install a .depot
# cd /
# swinstall -s /var/spool/sw/sdk14_14210_pa.depot \*
to install all product in the product.
To list the product then,
# swlist -s /var/spool/sw/sdk14_14210_pa.depot
will give details. From that select which one you want to install.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 07:28 PM
03-14-2006 07:28 PM
Re: problems to install a .depot
Do swlist on it and note down product name
swlist -d @ /var/spool/sw/sdk14_14210_pa.depot
Then
mkdir /tmp/pdt
swcopy -s /var/spool/sw/sdk14_14210_pa.depot "product_name_from_swlist_above" @ /tmp/sdt
swlist -l product -d @ /tmp/sdt, now
swinstall -s /tmp/pdt "product_name"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 11:34 PM
03-14-2006 11:34 PM
Re: problems to install a .depot
Find attached doc on Patch Management for mroe details.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 01:17 AM
03-15-2006 01:17 AM
Re: problems to install a .depot
As some already mentioned you can install the depot by using swinstall
# swinstall -s /var/spool/sw/sdk14_14210_pa.depot
If you want this depot to be installed on other servers, you can also register the depot.
swreg -l depot /var/spool/sw/sdk14_14210_pa.depot
Now you can install the depot by just using the command:
# swinstall
If running locally, there is no need to select the server under "Source Host Name". However is running swinstall on another server, you can specify the hostname of which the depot is located.
When selecting the "Source Depot Path" you get a list of Registered Depots on host-xxxx.
Good luck with it..
// Johnny