1836451 Members
2445 Online
110100 Solutions
New Discussion

RPC bind fails

 
Andrew Cowan
Honored Contributor

Re: RPC bind fails

Hi Seetha,

There was a slight error in one of my answers yesterday. To start RPC edit "/etc/rc.config.d/Rpcd"
look for :START_RPCD=0 and change it to
START_RPCD=1

You can then run "rpcd" manually and then do "ps -ef |grep rpcd" and "rpcinfo" to ensure everything is running OK.

Good luck,
Andrew
Seetha Lakshmi
Frequent Advisor

Re: RPC bind fails

following is the output of rpcinfo
program version netid address service owner
100000 4 ticots ctss212.rpc rpcbind superuser
100000 3 ticots ctss212.rpc rpcbind superuser
100000 4 ticotsord ctss212.rpc rpcbind superuser
100000 3 ticotsord ctss212.rpc rpcbind superuser
100000 4 ticlts ctss212.rpc rpcbind superuser
100000 3 ticlts ctss212.rpc rpcbind superuser
100000 4 tcp 0.0.0.0.0.111 rpcbind superuser
100000 3 tcp 0.0.0.0.0.111 rpcbind superuser
100000 2 tcp 0.0.0.0.0.111 rpcbind superuser
100000 4 udp 0.0.0.0.0.111 rpcbind superuser
100000 3 udp 0.0.0.0.0.111 rpcbind superuser
100000 2 udp 0.0.0.0.0.111 rpcbind superuser
100068 2 udp 0.0.0.0.192.7 - superuser
100068 3 udp 0.0.0.0.192.7 - superuser
100068 4 udp 0.0.0.0.192.7 - superuser
100068 5 udp 0.0.0.0.192.7 - superuser
805306352 1 tcp 0.0.0.0.2.114 - superuser

please tell me what is the problem
Andrew Cowan
Honored Contributor

Re: RPC bind fails

Hi Seetha,

In one of your your previous responses you said that port 10003 was not available, and this is confirmed by the output of rpcinfo. Try adding this port to "/etc/rpc" and restarting the daemon.