Mounting NFS for the HPE Data Fabric to file system on a Cluster Node
You can automatically or manually mount NFS for the HPE Data Fabric to the file system on a cluster node.
NOTE
 The procedure works only on nodes where NFS service is installed.Automatically Mount
ATTENTION
 The root user must not be the owner
        of the /mapr mount point. Use this procedure to automatically mount NFS for the HPE Data Fabric to file system on the
      cluster my.cluster.com at the 
  /mapr mount point.- Set up the mount point by creating the
          directory.
sudo mkdir /mapr - 
          
Run the
chowncommand to change the owner of the/maprmount point.sudo chown <user ID of Data Fabric user>:<group ID of Data Fabric user> /mapr - Add the following line to 
/opt/mapr/conf/mapr_fstab:<hostname>:/mapr /mapr hard,nolockEvery time your system is rebooted, the mount point is automatically re-established according to theNOTEThe change to/opt/mapr/conf/mapr_fstabwill not take effect until Warden is restarted.mapr_fstabconfiguration file. 
Manually Mount
Use this procedure to manually mount NFS for the HPE Data Fabric to file system on the
      cluster my.cluster.com at the /mapr mount point.
- Set up a mount point for a NFS for the HPE Data Fabric share. 
sudo mkdir /mapr - Mount the cluster via NFS for the HPE Data Fabric.
            
sudo mount -o hard,nolock usa-node01:/mapr /maprNOTEWhen you mount manually from the command line, the mount point does not persist after a reboot.