Set up a NAS volume or a qtree.
Make the directory of the mount point. However, do not make a directory or a file under the directory of the mount point. The mount control with PRIMECLUSTER cannot be done when there is a directory or a file under the directory of the mount point.
Set the mount point to /etc/fstab.pcl.
#RMS#<NAS host name: NAS volume name or qtree name> <mount point> nfs <option> |
For standby operation using NAS device with IPv4 address, the following option is recommended:
rw,hard,bg,nointr,rsize=32768,wsize=32768,tcp,nfsvers=3 |
For scalable operation using NAS device with IPv4 address, the following option is recommended:
rw,hard,bg,nointr,rsize=32768,wsize=32768,tcp,noac,nfsvers=3 |
For standby operation using NAS device with IPv6 address, the following option is recommended:
rw,hard,bg,nointr,rsize=32768,wsize=32768,proto=tcp6,nfsvers=3 |
For scalable operation using NAS device with IPv6 address, the following option is recommended:
rw,hard,bg,nointr,rsize=32768,wsize=32768,proto=tcp6,noac,nfsvers=3 |
Example
Standby operation using NAS device with IPv4 address case: #RMS#netapp:/vol/vol1 /NAS nfs rw,hard,bg,nointr,rsize=32768,wsize=32768,tcp,nfsvers=3 0 0 Standby operation using NAS device with IPv6 address case: #RMS#netapp:/vol/vol1 /NAS nfs rw,hard,bg,nointr,rsize=32768,wsize=32768,proto=tcp6,nfsvers=3 0 0 |