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

To configure Clustered NFS (Sample 2)
1
Configure a VCS configuration for CFS/CVM, enter:
# cfscluster config
2
Configure the 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 NFS shared CFS file system to the VCS configuration,
enter:
# cfsshare add shared_disk_group shared_volume mount_point \
[share_options] all=[mount_options]
For example:
# cfsshare add cfsdg vol1 /mnt1 all=rw
4
Add the Virtual IP addresses for users to access the shared CFS file systems,
enter:
# cfsshare addvip network_interface address netmask
For example:
# cfsshare addvip lan0 10.182.111.161 255.255.240.0
5
Delete a previously added Virtual IP address from the configuration, enter:
# cfsshare deletevip address
For example:
# cfsshare deletevip 10.182.111.161
153Clustered NFS
Administering Clustered NFS