Operating System - HP-UX
1753701 Members
4933 Online
108799 Solutions
New Discussion юеВ

Re: SD-UX commands timeout / delay

 
SOLVED
Go to solution
compiler
Frequent Advisor

SD-UX commands timeout / delay


Hi.

When I run sw* commands on an HP-UX 11.23 machine, it takes a lot of seconds before answering...

Example:

[root@hpux2]$ timex swlist -l depot
# Initializing...
(takes a long time here)
# Target "hpux2" has the following depot(s):
/patches/depot

real 30.12
user 0.01
sys 0.01

Is any kind of resolution problem? :?

I can ping my hostname, it appears in /etc/hosts, but It takes a lot of seconds to answer. swinstall and swcopy also takes a lot to answer.

I have another similar machine that does not present those problems.

Ideas?

PS: In case it could be the cause, today I stopped the NFS client and NFS server daemons. rpcbind and /opt/dce/sbin/rpcd are loaded in memory. I give this note because running tusc against the swlist reported some info about RPC ... :?
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: SD-UX commands timeout / delay

Shalom,

The NFS restart will effect depots hosted on remote NFS servers.

/sbin/init.d/swagentd -r

It might be as simple as restarting the daemon.

Is there a /etc/nsswitch.conf

swreg -l depot for registering an NFS depot.

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
compiler
Frequent Advisor

Re: SD-UX commands timeout / delay


Perfect answer that solved my problem :)

Thanks a lot :)