I can only seem to get my 13.1 nfs clients to mount the first NFS entry in my fstab file. 12.3 clients are working fine…
rpc bind is running, firewall is disabled on all clients, chkconfig shows nfs enabled. The new Services Manager shows that
nfs and rpcbind are Enabled and active on the 13.1 client and nfsV4 is disabled on the server and client systems.
client fstab:
host:/usr/local/muse /usr/local/muse nfs rsize=8192,wsize=8192 0 0
host:/usr/local/LINUX_FILES /usr/local/LINUX_FILES nfs rsize=8192,wsize=8192 0 0
host:/usr/local/3rdparty /usr/local/3rdparty nfs rsize=8192,wsize=8192 0 0
server exports:
/usr/local/muse *.compro.net(rw,no_subtree_check,no_root_squash,sync)
/usr/local/LINUX_FILES *.compro.net(rw,no_subtree_check,no_root_squash,sync)
/usr/local/3rdparty *.compro.net(rw,no_subtree_check,no_root_squash,sync)
Info from the services manager on client:
nfs.service - LSB: NFS client services Loaded: loaded (/etc/init.d/nfs) Drop-In: /run/systemd/generator/nfs.service.d -50-insserv.conf-$remote_fs.conf Active: active (running) since Mon 2014-01-20 16:33:42 EST; 16min ago Process: 8883 ExecStop=/etc/init.d/nfs stop (code=exited, status=0/SUCCESS) Process: 8918 ExecStart=/etc/init.d/nfs start (code=exited, status=0/SUCCESS) CGroup: /system.slice/nfs.service
-8948 /usr/sbin/rpc.gssd -D -p /var/lib/nfs/rpc_pipefs
Jan 20 16:33:41 otw-l systemd[1]: Starting LSB: NFS client services… Jan 20 16:33:42 otw-l nfs[8918]: Starting NFS client services: sm-notify gssd/etc/init.d/nfs: line 225: /run/nfs/nfs-rpc.gssd: No such file or directory Jan 20 16:33:42 otw-l nfs[8918]: …done Jan 20 16:33:42 otw-l systemd[1]: Started LSB: NFS client services.
rpcbind.service - RPC Bind
Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled)
Active: active (running) since Mon 2014-01-20 16:13:35 EST; 37min ago
Main PID: 615 (rpcbind)
CGroup: /system.slice/rpcbind.service
`-615 /sbin/rpcbind -w -f
Jan 20 16:13:35 otw-l systemd[1]: Starting RPC Bind…
Jan 20 16:13:35 otw-l systemd[1]: Started RPC Bind.
Any help would be appreciated…
Thank you,
Curtis Rubel