1834908 Members
2590 Online
110071 Solutions
New Discussion

rpc not registerd.

 
navin
Super Advisor

rpc not registerd.

Hi Guys,
Goodmorning.
I newly built a machine with HPUX 11.00 last week.Let us have that machine as xxx.If i do
rup xxx from other machine,i'm getting the error as rpc program not registerd.what should i do?Please help.Thanks
Learning ...
6 REPLIES 6
Mark Greene_1
Honored Contributor

Re: rpc not registerd.

check your /etc/inetd.conf file and make sure that these two lines:

rpc xti tcp swait root /usr/dt/bin/rpc.ttdbserver 100083 1 /usr/dt/bin/rpc.ttdbserver
rpc dgram udp wait root /usr/dt/bin/rpc.cmsd 100068 2-5 rpc.cmsd


are not commented.

HTH
mark
the future will be a lot like now, only later
S.K. Chan
Honored Contributor

Re: rpc not registerd.

For example on machine99 you run ..
# rup machine1
and if gives the rpc error you've mentioned, you can restart /usr/sbin/inetd on machine1 and try the command again. It usually solve the problem if everything else is working fine before this.
navin
Super Advisor

Re: rpc not registerd.

After editing inetd.conf,will it requires reboot.
Thanks
Learning ...
Sanjay_6
Honored Contributor

Re: rpc not registerd.

Hi,

After editing inetd.conf file, just do "inetd -c" to reread the inetd.conf file. You don't need a reboot.

Hope this helps.

regds
Helen French
Honored Contributor

Re: rpc not registerd.

Hi,

You can do:

# inetd -c

that will re-start the inetd daemons.

check the existence of 'rstatd' with rpcinfo -p' in your server. This is the daemon which answers the rup command.

HTH,
Shiju
Life is a promise, fulfill it!
navin
Super Advisor

Re: rpc not registerd.

Hi Guys,
It worked out.Thanks for all your help.
Learning ...