Operating System - HP-UX
1753344 Members
4979 Online
108792 Solutions
New Discussion юеВ

Re: No depot software at location /var/spool/sw

 
SOLVED
Go to solution
johnsonpk
Honored Contributor

Re: No depot software at location /var/spool/sw

check the depot

swlist @

and post the output

once verified run

swinstall -s
( with out \*) this will invoke TUI
Dennis Handly
Acclaimed Contributor

Re: No depot software at location /var/spool/sw

>johnsonpk: check the depot: swlist @

Don't fall into the SD trap of having N ways to do things. A more consistent option is:
swlist -s

>swinstall -s
>(without \*) this will invoke TUI

No need to use the TUI, \* should work.
johnsonjthomas
Frequent Advisor

Re: No depot software at location /var/spool/sw

Hi

The problem is solved. I restarted the swagentd daemon and everything started working. Thanks a lot Dennis,johnsonpk and smatador.