Veritas Storage Foundation 5.1 SP1 Cluster File System Installation Guide (5900-1510, April 2011)
■ Make the VCS configuration file read-only
# haconf -dump -makero
9
Make sure that the UseFence attribute in the VCS configuration file main.cf
is set to SCSI3.
10
To make these VxFEN changes take effect, stop and restart VxFEN and the
dependent modules
■ On each node, run the following command to stop VCS:
/sbin/init.d/vcs stop
■ After VCS takes all services offline, run the following command to stop
VxFEN:
/sbin/init.d/vxfen stop
■ On each node, run the following commands to restart VxFEN and VCS:
# /sbin/init.d/vxfen start
# /sbin/init.d/vcs start
Sample /etc/vxfenmode file for non-SCSI3 fencing
================================
# vxfen_mode determines in what mode VCS I/O Fencing should work.
#
# available options:
# scsi3 - use scsi3 persistent reservation disks
# customized - use script based customized fencing
# disabled - run the driver but don't do any actual fencing
#
vxfen_mode=customized
# vxfen_mechanism determines the mechanism for customized I/O
# fencing that should be used.
#
# available options:
# cps - use a coordination point server with optional script
# controlled scsi3 disks
#
vxfen_mechanism=cps
Configuring SFCFS for data integrity
Setting up non-SCSI3 fencing in virtual environments manually
182