Tuesday, October 4, 2016

NFS mount issue on client machine - clnt_create: RPC: Program not registered

Getting the following error
"clnt_create: RPC: Program not registered" on terminal for command showmount

[root@servername ~]# showmount -e 192.168.1.100
clnt_create: RPC: Program not registered



Fix:
Login to the NFS server
Recheck the /etc/export file
/uploads        192.168.0.0/255.255.255.0(rw,async,no_root_squash)
/etc/init.d/nfs stop
/etc/init.d/nfs start


If the service nfs started fine, you need to login to the client and issue the previous command showmount, it should work.

No comments:

Post a Comment