Unable to NFS mount “Program not registered error”












0















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



showmount

[root@backup ~]# showmount -e 192.168.1.212
clnt_create: RPC: Program not registered


systemd NFS status

[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.


nfslock

[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..


systemd rpcbind status

[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.


rpcinfo

[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?










share|improve this question
















bumped to the homepage by Community 3 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • My first thought is firewall. Is it blocking? howtoforge.com/nfs-server-and-client-on-centos-7

    – slm
    Aug 13 '18 at 1:38













  • That was my first thought as well. However I disable the firewall.

    – user1854326
    Aug 13 '18 at 14:44













  • I setup NFS locally on CentOS 7.x using this guide and it works fine - howtoforge.com/nfs-server-and-client-on-centos-7

    – slm
    Aug 15 '18 at 2:03













  • This seems possible related - unix.stackexchange.com/questions/394781/….

    – slm
    Aug 15 '18 at 2:03











  • This issue seems to be w/ the NetApp - kb.netapp.com/app/answers/answer_view/a_id/1001083.

    – slm
    Aug 15 '18 at 2:07
















0















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



showmount

[root@backup ~]# showmount -e 192.168.1.212
clnt_create: RPC: Program not registered


systemd NFS status

[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.


nfslock

[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..


systemd rpcbind status

[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.


rpcinfo

[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?










share|improve this question
















bumped to the homepage by Community 3 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • My first thought is firewall. Is it blocking? howtoforge.com/nfs-server-and-client-on-centos-7

    – slm
    Aug 13 '18 at 1:38













  • That was my first thought as well. However I disable the firewall.

    – user1854326
    Aug 13 '18 at 14:44













  • I setup NFS locally on CentOS 7.x using this guide and it works fine - howtoforge.com/nfs-server-and-client-on-centos-7

    – slm
    Aug 15 '18 at 2:03













  • This seems possible related - unix.stackexchange.com/questions/394781/….

    – slm
    Aug 15 '18 at 2:03











  • This issue seems to be w/ the NetApp - kb.netapp.com/app/answers/answer_view/a_id/1001083.

    – slm
    Aug 15 '18 at 2:07














0












0








0








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



showmount

[root@backup ~]# showmount -e 192.168.1.212
clnt_create: RPC: Program not registered


systemd NFS status

[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.


nfslock

[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..


systemd rpcbind status

[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.


rpcinfo

[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?










share|improve this question
















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



showmount

[root@backup ~]# showmount -e 192.168.1.212
clnt_create: RPC: Program not registered


systemd NFS status

[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.


nfslock

[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..


systemd rpcbind status

[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.


rpcinfo

[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?







linux nfs






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 15 '18 at 1:48









slm

252k70530685




252k70530685










asked Aug 13 '18 at 1:07









user1854326user1854326

12




12





bumped to the homepage by Community 3 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 3 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • My first thought is firewall. Is it blocking? howtoforge.com/nfs-server-and-client-on-centos-7

    – slm
    Aug 13 '18 at 1:38













  • That was my first thought as well. However I disable the firewall.

    – user1854326
    Aug 13 '18 at 14:44













  • I setup NFS locally on CentOS 7.x using this guide and it works fine - howtoforge.com/nfs-server-and-client-on-centos-7

    – slm
    Aug 15 '18 at 2:03













  • This seems possible related - unix.stackexchange.com/questions/394781/….

    – slm
    Aug 15 '18 at 2:03











  • This issue seems to be w/ the NetApp - kb.netapp.com/app/answers/answer_view/a_id/1001083.

    – slm
    Aug 15 '18 at 2:07



















  • My first thought is firewall. Is it blocking? howtoforge.com/nfs-server-and-client-on-centos-7

    – slm
    Aug 13 '18 at 1:38













  • That was my first thought as well. However I disable the firewall.

    – user1854326
    Aug 13 '18 at 14:44













  • I setup NFS locally on CentOS 7.x using this guide and it works fine - howtoforge.com/nfs-server-and-client-on-centos-7

    – slm
    Aug 15 '18 at 2:03













  • This seems possible related - unix.stackexchange.com/questions/394781/….

    – slm
    Aug 15 '18 at 2:03











  • This issue seems to be w/ the NetApp - kb.netapp.com/app/answers/answer_view/a_id/1001083.

    – slm
    Aug 15 '18 at 2:07

















My first thought is firewall. Is it blocking? howtoforge.com/nfs-server-and-client-on-centos-7

– slm
Aug 13 '18 at 1:38







My first thought is firewall. Is it blocking? howtoforge.com/nfs-server-and-client-on-centos-7

– slm
Aug 13 '18 at 1:38















That was my first thought as well. However I disable the firewall.

– user1854326
Aug 13 '18 at 14:44







That was my first thought as well. However I disable the firewall.

– user1854326
Aug 13 '18 at 14:44















I setup NFS locally on CentOS 7.x using this guide and it works fine - howtoforge.com/nfs-server-and-client-on-centos-7

– slm
Aug 15 '18 at 2:03







I setup NFS locally on CentOS 7.x using this guide and it works fine - howtoforge.com/nfs-server-and-client-on-centos-7

– slm
Aug 15 '18 at 2:03















This seems possible related - unix.stackexchange.com/questions/394781/….

– slm
Aug 15 '18 at 2:03





This seems possible related - unix.stackexchange.com/questions/394781/….

– slm
Aug 15 '18 at 2:03













This issue seems to be w/ the NetApp - kb.netapp.com/app/answers/answer_view/a_id/1001083.

– slm
Aug 15 '18 at 2:07





This issue seems to be w/ the NetApp - kb.netapp.com/app/answers/answer_view/a_id/1001083.

– slm
Aug 15 '18 at 2:07










1 Answer
1






active

oldest

votes


















0














The message "Program not registered" indicates a problem on the server, at least I assume that 192.168.1.212 is your server as it is not necessary to add an address to showmount to get information about the local host.



So you should make sure that the NFS server is running on the server. Start with



rpcinfo 192.168.1.212


And if possible verify that the processes are running on the server.






share|improve this answer



















  • 1





    The server in may case is a NetApp. I've created the volumes, and policies, but I can double check to make sure I didn't miss a step.

    – user1854326
    Aug 13 '18 at 14:46











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f462203%2funable-to-nfs-mount-program-not-registered-error%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














The message "Program not registered" indicates a problem on the server, at least I assume that 192.168.1.212 is your server as it is not necessary to add an address to showmount to get information about the local host.



So you should make sure that the NFS server is running on the server. Start with



rpcinfo 192.168.1.212


And if possible verify that the processes are running on the server.






share|improve this answer



















  • 1





    The server in may case is a NetApp. I've created the volumes, and policies, but I can double check to make sure I didn't miss a step.

    – user1854326
    Aug 13 '18 at 14:46
















0














The message "Program not registered" indicates a problem on the server, at least I assume that 192.168.1.212 is your server as it is not necessary to add an address to showmount to get information about the local host.



So you should make sure that the NFS server is running on the server. Start with



rpcinfo 192.168.1.212


And if possible verify that the processes are running on the server.






share|improve this answer



















  • 1





    The server in may case is a NetApp. I've created the volumes, and policies, but I can double check to make sure I didn't miss a step.

    – user1854326
    Aug 13 '18 at 14:46














0












0








0







The message "Program not registered" indicates a problem on the server, at least I assume that 192.168.1.212 is your server as it is not necessary to add an address to showmount to get information about the local host.



So you should make sure that the NFS server is running on the server. Start with



rpcinfo 192.168.1.212


And if possible verify that the processes are running on the server.






share|improve this answer













The message "Program not registered" indicates a problem on the server, at least I assume that 192.168.1.212 is your server as it is not necessary to add an address to showmount to get information about the local host.



So you should make sure that the NFS server is running on the server. Start with



rpcinfo 192.168.1.212


And if possible verify that the processes are running on the server.







share|improve this answer












share|improve this answer



share|improve this answer










answered Aug 13 '18 at 5:31









RalfFriedlRalfFriedl

5,4303925




5,4303925








  • 1





    The server in may case is a NetApp. I've created the volumes, and policies, but I can double check to make sure I didn't miss a step.

    – user1854326
    Aug 13 '18 at 14:46














  • 1





    The server in may case is a NetApp. I've created the volumes, and policies, but I can double check to make sure I didn't miss a step.

    – user1854326
    Aug 13 '18 at 14:46








1




1





The server in may case is a NetApp. I've created the volumes, and policies, but I can double check to make sure I didn't miss a step.

– user1854326
Aug 13 '18 at 14:46





The server in may case is a NetApp. I've created the volumes, and policies, but I can double check to make sure I didn't miss a step.

– user1854326
Aug 13 '18 at 14:46


















draft saved

draft discarded




















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f462203%2funable-to-nfs-mount-program-not-registered-error%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Loup dans la culture

How to solve the problem of ntp “Unable to contact time server” from KDE?

Connection limited (no internet access)