Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  • No labels