1833656 Members
3665 Online
110062 Solutions
New Discussion

swagent error

 
shikhar_1
Regular Advisor

swagent error

Hi,

I am trying to install a patch maually and getting some absurd error in swagent.log.
Pls find the attached error.

It seems there is an error due to Communications failure (dce / rpc)
Appreciating your response.
3 REPLIES 3
Jose Mosquera
Honored Contributor

Re: swagent error

Hi,

Try this option:
#swinstall -x rpc_binding_info=ncacn_ip_tcp:[2121] -s /path/depotfile.depot

Rgds.
shikhar_1
Regular Advisor

Re: swagent error

hi, thanks for your reply.

Is there any way to resolve this problem?
I have to edit this command each time.
Jose Mosquera
Honored Contributor

Re: swagent error

Hi,

Probably service ports access are restricted on your LAN switchs. Please check the RPC services ports at /etc/services:
#grep RPC /etc/services

Ensure that ports 85nn are not blocked on LAN switchs.

Rgds.