Mounting the NFS File System From the ACSLSHA Server

Use the mount command to test your NFS connections.

The NFS file system must remain mounted from both nodes throughout the entire ACSLS and ACSLS installation and configuration processes.

# mkdir -p /export/home

# mount -t nfs -o rw,suid,soft 10.0.0.45: /node1-node2-acslsha-share /export/home

where 10.0.0.45 is the IP address of the NFS server.

Note:

Using DNS in order to reference the IPs on both the NFS server and the local nodes can cause errors if DNS is not accessible or is excessively slow. To avoid these issues, use explicate IPs.