Top
PRIMECLUSTER Wizard for NAS 4.3 Configuration and Administration Guide
FUJITSU Software

2.5.1 /etc/vfstab.pcl setup

Set up a NAS volume or a qtree.


  1. Make the directories of the mount points. 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.

  2. Set the mount point in /etc/vfstab.pcl.

    <NetApp Filer(7-Mode) or ETERNUS DX is used>
    #RMS#<NAS host name:NAS volume or qtree name> - <mount point> nfs - no <option>
    <NetApp Filer(cDOT) is used>
    #RMS#<NAS host name(for the data access):NAS volume or qtree name> - <mount point> nfs - no <option>

Example

<Standby operation using NAS device with IPv4 address case>
#RMS#netapp1:/vol/vol1 - /mountpoint1 nfs - no rw,bg,hard,nointr,rsize=32768,wsize=32768,proto=tcp,forcedirectio,vers=3
<Standby operation using NAS device with IPv6 address case>
#RMS#netapp1:/vol/vol1 - /mountpoint1 nfs - no rw,bg,hard,nointr,rsize=32768,wsize=32768,proto=tcp,forcedirectio,vers=3

Information

forcedirectio option avoids cache data erasing if the server goes down.