Operating System - HP-UX
1819932 Members
3253 Online
109607 Solutions
New Discussion юеВ

RPC exception: "Communications failure (dce / rpc)" problem

 
Brando Sumayao
Advisor

RPC exception: "Communications failure (dce / rpc)" problem

I was installing patch PHSS_25788 and I got the ff error:

======= 04/25/02 15:20:48 PDT BEGIN swinstall SESSION
(non-interactive) (jobid=ora3-mtf-0011)

* Session started for user "root@ora3-mtf".

* Beginning Selection
ERROR: RPC exception: "Communications failure (dce / rpc)" 04/25/02
15:21:25 PDT
ERROR: A Remote Procedure Call to a daemon has failed. Could not
start a management session for "ora3-mtf:/". Make sure the
host is accessible from the network, and that its daemon,
swagentd, is running.
* Target connection failed for "ora3-mtf:/".
ERROR: More information may be found in the daemon logfile on this
target (default location is
ora3-mtf:/var/adm/sw/swagentd.log).
* Selection had errors.
---------------------------------
Can anyone tell me please what I need to do to fix this problem? Thanks!
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor

Re: RPC exception: "Communications failure (dce / rpc)" problem

Hi:

Try restarting the 'swagentd' daemon:

# /usr/sbin/swagentd -r

Regards!

...JRF...
hpuxrox
Respected Contributor

Re: RPC exception: "Communications failure (dce / rpc)" problem

This could be a problem with Measureware. Do this,

mwa stop
swagent -r
mwa start

U.SivaKumar_2
Honored Contributor

Re: RPC exception: "Communications failure (dce / rpc)" problem

hi,
is the rpcd daemon running ?.
#ps -ef| grep rpcd

if not
#rpcd
try installation again

regards,
U.SivaKumar
Innovations are made when conventions are broken
Mateja Bezjak
Respected Contributor

Re: RPC exception: "Communications failure (dce / rpc)" problem

Hi,

James R. Ferguson is right. SD daemon is not running. Run /usr/sbin/swagentd to start it.

Regards,
Mateja