You can automatically or manually mount NFS for the HPE Ezmeral Data Fabric to the filesystem on a cluster node.
Automatically Mount
Use this procedure to
automatically mount
NFS for the HPE Ezmeral Data Fabric to
filesystem on the cluster
my.cluster.com at the
/mapr mount point.
- Set up the mount point by creating the
directory.
sudo mkdir /mapr
- Add the following line to
/opt/mapr/conf/mapr_fstab:
<hostname>:/mapr /mapr hard,nolock
Note: The change to
/opt/mapr/conf/mapr_fstab will not take effect until Warden is
restarted.
Every time your system is rebooted, the mount point is automatically
re-established according to the mapr_fstab configuration file.
Manually Mount
Use this procedure to
manually mount
NFS for the HPE Ezmeral Data Fabric to
filesystem on the
cluster
my.cluster.com at the
/mapr mount point.
- Set up a mount point for a NFS for
the HPE Ezmeral Data Fabric share.
sudo mkdir /mapr
- Mount the cluster via NFS for the HPE
Ezmeral Data Fabric.
sudo mount -o hard,nolock usa-node01:/mapr /mapr
Note: When you
mount manually from the command line, the mount point does not persist after a
reboot.