When using the PRIMECLUSTER Wizard for NAS, take notice of the following:
If you use NAS resources in combination with other Wizard products like PRIMECLUSTER Wizard for Oracle, select NAS in the menu of the turnkey wizard in "2.5.2 userApplication creation".
Information
If you use NAS resources in combination with other Wizard products, select NAS in the following screen.
Creation: Application type selection menu: 1) HELP 2) QUIT 3) RETURN 4) OPTIONS 5) CRM 6) DEMO 7) GENERIC 8) NAS 9) NETAPP 10) NETWORKER 11) ORACLE 12) SYMFOWARE Application Type:8
ExportFlag (included in 4.3A10 or later) described in "2.5.2 userApplication creation" determines whether or not Export processing for NAS volumes is executed during Online processing. Up to the previous version, Export processing was always executed during Online processing.
If you set UnLockFlag to "always" in scalable operation, Unlock processing is executed during split brain. Then, NFS re-locking is executed, and the lock is set again, so this does not disrupt ongoing operations. But the NFS relocking might slow down operations.
If you specify IP instead of a NAS host name in /etc/vfstab.pcl, the NFS lock control might fail. You must specify a host name.
When you register a host name of a cluster node in the hosts file of the NetApp Filer(7-Mode), the host name should be the same as the one that is registered in that cluster node. If it is different, the lock control might fail.
When you use a clustered NetApp Filer(7-Mode), you need to specify an export volume or qtree name in the "/etc/exports" file, so takeover/giveback will be properly performed.
When you use a clustered NAS, NAS does not temporarily respond during takeover/giveback. To prevent failover, you need to set both the ServerTimeout and Timeout of the RemoteFileSystems resource to about 300 seconds. The value varies depending on an environment.
In the following cases, NAS resource does not goes into Warning state.
When control facility for the NetApp Filer-Cluster is not used in standby operation.
When failover of the NAS device has been caused by manual operation or failure other than failure of network.
When failover of the NAS device has been caused by the "Negotiated Failover for Networking" functions of Data ONTAP7.2 or later.
If NAS device after failover is recovered (giveback), discontinue monitoring NAS resources so that failover doesn't occur again while recovering.
Mount points controlled by PRIMECLUSTER are displayed by mount(1) or df(1) commands after userApplication transitioned to Online state and NAS volumes were mounted. The mount points listed in /etc/vfstab.pcl are replaced with symbolic links to the mount points controlled by PRIMECLUSTER.
Example
# mount : /opt/SMAW/SMAWRrms/dev/nfs/RMSNFS10103_mountpoint1 on netapp1:/vol/vol2 remote/read/write/setuid/devices/rstchown/bg/hard/nointr/rsize=32768/wsize=32768/proto=tcp/vers=3/xattr/dev=9cc002c on Sat Dec 09 16:07:15 2011 /opt/SMAW/SMAWRrms/dev/nfs/RMSNFS10104_mountpoint2 on netapp2:/vol/vol2 remote/read/write/setuid/devices/rstchown/bg/hard/nointr/rsize=32768/wsize=32768/proto=tcp/vers=3/xattr/dev=9cc002c on Sat Dec 09 16:07:15 2011 # df -h Filesystem Size Used Available Capacity Mounted on : netapp1:/vol/vol2 2.1G 1.6G 522M 76% /opt/SMAW/SMAWRrms/dev/nfs/RMSNFS10103_mountpoint1 netapp2:/vol/vol2 2.1G 1.2G 922M 57% /opt/SMAW/SMAWRrms/dev/nfs/RMSNFS10104_mountpoint2 # ls -l /mountpoint1 lrwxrwxrwx 1 root root 55 Dec 09 16:07 /mountpoint1 -> /usr/opt/reliant/dev/nfs/RMSNFS10103_mountpoint1 # ls -l /mountpoint2 lrwxrwxrwx 1 root root 55 Dec 09 16:07 /mountpoint2 -> /usr/opt/reliant/dev/nfs/RMSNFS10104_mountpoint2 #