1753805 Members
7858 Online
108805 Solutions
New Discussion юеВ

Re: RPC error

 
Anand_30
Regular Advisor

RPC error

Hi,

I am using some RPC programs. I am getting the follwoing error while the program is running:

RPC_PROG_NOT_REGISTERED

Can anyone please help me out in this.

Thanks,
Andy

5 REPLIES 5
Paula J Frazer-Campbell
Honored Contributor

Re: RPC error

Hi

This may help:-

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=7012

Paula
If you can spell SysAdmin then you is one - anon
Helen French
Honored Contributor

Re: RPC error

Check if rpc programs are running:

# rpcinfo -p
# ps -aef | grep rpc

try stop and start nfs services and make sure that rpc daemons are enabled.
Life is a promise, fulfill it!
Sanjay_6
Honored Contributor

Re: RPC error

Hi,

Check and see if "nfsd" and "mountd" are running on the system or not. You hmay have to restart these processes.

Hope this helps.

Regds
RAC_1
Honored Contributor

Re: RPC error

rpcinfo -p server_name

See if you see your program there.
There is no substitute to HARDWORK
Anand_30
Regular Advisor

Re: RPC error

Hi,

I have restarted all the processes but still I am getting the same error message.

Thanks,
Andy