Am 2019-08-26 16:01, schrieb Bob Goodwin:
On 8/26/19 6:30 AM, Ed Greshko wrote:
Your server isn't running properly. There is no mountd.
. [root@box83 bobg]# showmount -e 192.168.2.128 clnt_create: RPC: Program not registered
[root@NFS bobg]# systemctl start nfs-mountd
And it still shows Dead:
[root@NFS bobg]# systemctl status nfs-mountd ● nfs-mountd.service - NFS Mount Daemon Loaded: loaded (/usr/lib/systemd/system/nfs-mountd.service; static; vendor preset: disabled) Active: inactive (dead)
Shouldn't this show as "astive?"
Yes.
[root@storage ~]# systemctl status -l nfs-mountd.service ● nfs-mountd.service - NFS Mount Daemon Loaded: loaded (/usr/lib/systemd/system/nfs-mountd.service; static; vendor preset: disabled) Active: active (running) since Do 2019-08-22 17:33:20 CEST; 3 days ago Main PID: 11426 (rpc.mountd) CGroup: /system.slice/nfs-mountd.service └─11426 /usr/sbin/rpc.mountd
Aug 22 17:33:20 storage.ocp.lab systemd[1]: Starting NFS Mount Daemon... Aug 22 17:33:20 storage.ocp.lab rpc.mountd[11426]: Version 1.3.0 starting Aug 22 17:33:20 storage.ocp.lab systemd[1]: Started NFS Mount Daemon.
The long status request might show you what's wrong. Else look into the journal or syslog logfile.
Alexander