Operating System - HP-UX
1833760 Members
2130 Online
110063 Solutions
New Discussion

nfs error rpc programm not register

 
SOLVED
Go to solution
Shah Gaurang B.
Frequent Advisor

nfs error rpc programm not register

Thanks to all,

Ater configured nfs , one error shows at server side after applying command showmount

error is

error :- server name: rpc: program not
register

and at client side when i am trying to mount network file system shows error .

servername: rpc_prog_not_register

so pl. tell me how to solved this problem .
4 REPLIES 4
Arunvijai_4
Honored Contributor

Re: nfs error rpc programm not register

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

On server side,

/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.server start

On client side,

/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.client start

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
RAC_1
Honored Contributor

Re: nfs error rpc programm not register

Are all nfs daemons running??
Do you see nfs programs in rpcinfo -p "host_name"
There is no substitute to HARDWORK
Muthukumar_5
Honored Contributor

Re: nfs error rpc programm not register

NFS server daemon has to run in server so that client can be able to connect with server.

Restart NFS daemons and try it.

hth.
Easy to suggest when don't know about the problem!
Sudeesh
Respected Contributor
Solution

Re: nfs error rpc programm not register

looks like nfs.core is not running or having problems. Do :

/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.core stop
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.client start
/sbin/init.d/nfs.server start

Still issues, check if rpc.mountd is configured in /etc/inetd.conf on your system, set the START_MOUNTD flag to 0 in /etc/rc.config.d/nfsconf. Mounts will fail if rpc.mountd is enabled through both /etc/inetd.conf and /etc/rc.config.d/nfsconf.

Let us know the result.

Sudeesh



The most predictable thing in life is its unpredictability