Operating System - HP-UX
1833867 Members
2420 Online
110063 Solutions
New Discussion

swinstall problem on 11.11

 
Bob Manocchia
Regular Advisor

swinstall problem on 11.11

I've swcopied a software depot to the default depot (/var/adm/sw). I then tried to swinstall from a remote system. Some work and some don't. The servers which do not work give me the following message when I try to access the depot /var/adm/sw.

"There is currently no depot software on host "servername" at location /var/adm/sw." Make sure that an absolute pathname is specified for location (beginning with "/").

Any ideas what's wrong here??
6 REPLIES 6
erics_1
Honored Contributor

Re: swinstall problem on 11.11

Bob,

Try specifying the depot name with swinstall:

swinstall -s hostname: /var/adm/sw/depot_name.depot
Arunvijai_4
Honored Contributor

Re: swinstall problem on 11.11

Hi Bob,

You should always give full path to the depot.
else, swagent won't find the depot.

# swinstall -s

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Patrice Le Guyader
Respected Contributor

Re: swinstall problem on 11.11

hello,

Sometimes after stopping and restarting the agent it's better:

swagentd -r
swinstall -s hostname:/var/adm/sw/depot_name

Hope this helps
Pat
Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
Bob Manocchia
Regular Advisor

Re: swinstall problem on 11.11

I have been supplying the full path name. I tried the following:

swinstall -s dione:/var/adm/sw/ISEEPlatform

and received the same error.
Patrick Wallek
Honored Contributor

Re: swinstall problem on 11.11

You may need to register the depots that don't work.

on the 'dione' machine:

# swreg -l depot /var/adm/sw/depotname.depot

Where the depotname.depot is the name of the depot you want to register.
Bob Manocchia
Regular Advisor

Re: swinstall problem on 11.11

I was referencing the wrong path. My mistake. Thanks for the help.