Operating System - HP-UX
1833187 Members
3030 Online
110051 Solutions
New Discussion

Re: swlist strange problem

 
Ivan Krastev
Honored Contributor

swlist strange problem

when executing :
swlist -l depot @server everything is OK, but
on:
swlist -l product @server:/depot i receive this:

ERROR: RPC exception: "Connection request rejected (dce / rpc)"

any suggestions ?

ivan
9 REPLIES 9
Jonathan Fife
Honored Contributor

Re: swlist strange problem

What happens if you're on server and do a swlist -l product @depot? It sounds like that depot is bad.
Decay is inherent in all compounded things. Strive on with diligence
Ivan Krastev
Honored Contributor

Re: swlist strange problem

from server (or from other machine) everything is OK. I speak with guys from network team and they say that there is no filters.

Maybe some local problems with rpc ? Is any way to clean rpc cache ?

I restart swagentd, Rpcd and still no luck.

ivan
IT_2007
Honored Contributor

Re: swlist strange problem

Make sure that you have following processes running on server.

$ ps -ef |grep rpc
root 775 1 0 Sep 12 ? 0:00 /usr/sbin/rpcbind
root 1168 1 0 Sep 12 ? 0:10 /opt/dce/sbin/rpcd
root 1605 1 0 Sep 12 ? 0:00 /usr/sbin/rpc.mountd
root 1634 1 0 Sep 12 ? 0:00 /usr/sbin/rpc.statd
root 1640 1 0 Sep 12 ? 0:00 /usr/sbin/rpc.lockd


also check syslog for any errors.
Ivan Krastev
Honored Contributor

Re: swlist strange problem

All services are here, nothing in syslog.

Ivan
IT_2007
Honored Contributor

Re: swlist strange problem

So are you running this command from a client or from the server?

>>swlist -l product @server:/depot i receive this:

ERROR: RPC exception: "Connection request rejected (dce / rpc)"
<<
Ivan Krastev
Honored Contributor

Re: swlist strange problem

From client.
Jonathan Fife
Honored Contributor

Re: swlist strange problem

Is there anything in the syslog on the server?
Decay is inherent in all compounded things. Strive on with diligence
Ivan Krastev
Honored Contributor

Re: swlist strange problem

After 2 days in "talks" with network team they found the error at their side.

Ivan Krastev
Honored Contributor

Re: swlist strange problem

network problem