Skip to Main Content

Hardware

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to NFS mount Program not registered error

user12002352Aug 10 2018 — edited Aug 18 2019

I'm trying to mount an NFS volume with no success. I running Linux 7.3 as a VM. I don' t see any error messages in /var/log/messages. These are the step I've taken so far:

[root@backup ~]# showmount -e 192.168.1.212

clnt_create: RPC: Program not registered

[root@backup ~]# systemctl status nfs

â nfs-server.service - NFS server and services

   Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; vendor preset: disabled)

   Active: active (exited) since Fri 2018-08-10 13:38:11 MDT; 26min ago

  Process: 961 ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS (code=exited, status=0/SUCCESS)

  Process: 939 ExecStartPre=/bin/sh -c /bin/kill -HUP `cat /run/gssproxy.pid` (code=exited, status=0/SUCCESS)

  Process: 937 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=0/SUCCESS)

Main PID: 961 (code=exited, status=0/SUCCESS)

   CGroup: /system.slice/nfs-server.service

Aug 10 13:38:11 backup systemd[1]: Starting NFS server and services...

Aug 10 13:38:11 backup systemd[1]: Started NFS server and services.

[root@backup ~]# systemctl status nfslock

â rpc-statd.service - NFS status monitor for NFSv2/3 locking.

   Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static; vendor preset: disabled)

   Active: active (running) since Fri 2018-08-10 13:38:11 MDT; 27min ago

  Process: 926 ExecStart=/usr/sbin/rpc.statd $STATDARGS (code=exited, status=0/SUCCESS)

Main PID: 933 (rpc.statd)

   CGroup: /system.slice/rpc-statd.service

           ââ933 /usr/sbin/rpc.statd

Aug 10 13:38:11 backup systemd[1]: Starting NFS status monitor for NFSv2/3 locking....

Aug 10 13:38:11 backup rpc.statd[933]: Version 1.3.0 starting

Aug 10 13:38:11 backup rpc.statd[933]: Flags: TI-RPC

Aug 10 13:38:11 backup systemd[1]: Started NFS status monitor for NFSv2/3 locking..

[root@backup ~]# systemctl status rpcbind

â rpcbind.service - RPC bind service

   Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; vendor preset: enabled)

   Active: active (running) since Fri 2018-08-10 13:38:10 MDT; 28min ago

  Process: 685 ExecStart=/sbin/rpcbind -w $RPCBIND_ARGS (code=exited, status=0/SUCCESS)

Main PID: 688 (rpcbind)

   CGroup: /system.slice/rpcbind.service

           ââ688 /sbin/rpcbind -w

Aug 10 13:38:10 backup systemd[1]: Starting RPC bind service...

Aug 10 13:38:10 backup systemd[1]: Started RPC bind service.

[root@backup ~]# rpcinfo -p 192.168.1.212 | cut -c30- | sort -u

portmapper

service

ypbind

I don't understand why the rpcinfo is missing nfs? Are there any other commands I can try to troubleshoot this?

Comments
Post Details
Added on Aug 10 2018
2 comments
2,346 views