Veritas Storage Foundation 5.1 SP1 Cluster File System Administrator"s Guide (5900-1738, April 2011)

To configure a Clustered NFS (Sample 1)
1
Configure a VCS configuration for CFS/CVM, enter:
# cfscluster config
2
Configure CNFS components, enter:
# cfsshare config -p nfs shared_disk_group shared_volume \
mount_point
For example:
# cfsshare config -p nfs cfsdg vollocks /locks
3
Add and mount the CFS file system to the VCS configuration, enter:
# cfsmntadm add shared_disk_group shared_volume mount_point \
[service_group] all=[mount_options]
# cfsmount mount_point
For example:
# cfsmntadm add cfsdg vol1 /mnt1 all=delaylog,largefiles
# cfsmount /mnt1
4
Share the CFS file system, enter:
# cfsshare share mount_point [share_options]
For example:
# cfsshare share /mnt1 rw
5
Run the following command to the display the currently exported file systems:
# cfsshare display
SHARE RESOURCE MOUNTPOINT SHARE OPTIONS
share1 /mnt1 rw
151Clustered NFS
Administering Clustered NFS