IMG 1010 - GCEMS - Enable NFS Version 2
This should all be done as a root user.
$su
$Password: excel2 (root password)
Edit NFS configuration file, add variable mountd\_nfs\_v2="yes", change the variable RPCNFSDARGS to RPCNFSDARGS="\-V 2" and RPCMOUNTDOPTS to RPCMOUNTDOPTS="\-V 2".
[root]# vi /etc/sysconfig/nfs mountd\_nfs\_v2="yes" RPCNFSDARGS="\-V 2" RPCMOUNTDOPTS="\-V 2"
Once the variable is set, restart NFS service.
[root]# systemctl reload nfs-server [root]# systemctl restart nfs-server