Operating System - HP-UX
1837970 Members
2664 Online
110124 Solutions
New Discussion

Re: swinstall does not start

 
aena
Frequent Advisor

swinstall does not start

When launching swinstall on a HP-UX 11.11 workstation, the process hangs after the message
"NOTE: The interactive UI was invoked, since no software was specified."

With tusc, I can see that instead of calling fcntl(XX, F_GETFL,0) 60 times for #0-#59 file descriptor as in other servers and proceeding with the operation, it calls fcntl indefinitely (#0 - infinite file descriptor).
5 REPLIES 5
Mark Grant
Honored Contributor

Re: swinstall does not start

You could try killing off "swagentd" and trying again.
Never preceed any demonstration with anything more predictive than "watch this"
aena
Frequent Advisor

Re: swinstall does not start

Already tried that, but it did not work
Steven E. Protter
Exalted Contributor

Re: swinstall does not start

The ususal fix is to restart swagend

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

or

swagentd -r

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
RAC_1
Honored Contributor

Re: swinstall does not start

What is the exact command line that you are using??

Is your host name resolution fine--to anf fro

Anil
There is no substitute to HARDWORK
aena
Frequent Advisor

Re: swinstall does not start

It was an easy one, DISPLAY was set to other server. I got it right now when received a message at the console: X connection to shaula:0.0 broken (explicit kill or server shutdown).

Thanks for your help