1833053 Members
2366 Online
110049 Solutions
New Discussion

Problem with swinstall

 
SOLVED
Go to solution
David Bellamy
Respected Contributor

Problem with swinstall

Hello all: I have an N4000 running HPUX 11.23. When logged on as root i receive an error message everytime i try to install software from a depot. see the attachment. can anyone suggest/help get around this problem.
3 REPLIES 3
Bill Hassell
Honored Contributor
Solution

Re: Problem with swinstall

It's a terribly misleading message. Most likely, your networking recently changed (hostname, IP address, router, etc) and now swagentd is confused about the local computer's networking. Restart swagentd:

/sbin/init.d/swagentd stop
/sbin/init.d/swagentd start

That should clear up the error message.


Bill Hassell, sysadmin
Arunvijai_4
Honored Contributor

Re: Problem with swinstall

Hi David, You have to restart swagent daemon which is responsible for all SD activities.

# swagentd -r will help you.

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

Re: Problem with swinstall

Thanks all that cleared up the problem