Configuring NFSv4 Server Without Kerberos

About this task

To start using NFSv4 server without Kerberos, do the following:

Procedure

  1. Start the NFSv4 server.
  2. Verify that the list-exports command runs successfuly.
    For example:
    #  maprcli nfs4mgmt list-exports
    Export Id     Path
    30            /mapr
    0             /
  3. Mount the cluster by running the mount command.
    For example:
    mount -t nfs4 <nfs4-server-hostname>:/<pseudo-path> <mount-point>