I try to mount NFS volume. The command which works from Centos is
mount -t nfs 10.0.0.10:/export/nas3 /nas3
But it fails like this:
Job for rpc-statd.service failed because the control process exited with error code.
See “systemctl status rpc-statd.service” and “journalctl -xe” for details.
mount.nfs: access denied by server while mounting 10.0.0.10:/export/nas3
So trying the systemctl status command give this information:
rpc-statd.service - NFS status monitor for NFSv2/3 locking.
Loaded: loaded (/lib/systemd/system/rpc-statd.service; static; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2020-09-07 04:46:24 AWST; 34s ago
Process: 2302 ExecStart=/usr/sbin/rpc.statd (code=exited, status=203/EXEC)
Sep 07 04:46:24 nzxt systemd[1]: Starting NFS status monitor for NFSv2/3 locking…
Sep 07 04:46:24 nzxt systemd[2302]: rpc-statd.service: Failed to execute command: No such file or directory
Sep 07 04:46:24 nzxt systemd[1]: rpc-statd.service: Control process exited, code=exited, status=203/EXEC
Sep 07 04:46:24 nzxt systemd[1]: rpc-statd.service: Failed with result ‘exit-code’.
Sep 07 04:46:24 nzxt systemd[1]: Failed to start NFS status monitor for NFSv2/3 locking…
rpc.statd is not in /usr/sbin but ps -ef shows it is running