HP CIFS Server 2.2i Administrator's Guide version A.01.11.01

Configuring HA HP CIFS
Overview of HA HP CIFS Server Active-Active
Chapter 7 175
SUBNET 15.13.2.0
6. The following initialization will cause package failover to occur if
there is a node or network failure, even if the HP CIFS Server
monitor script is not being used.
PKG_SWITCHING_ENABLED YES
NET_SWITCHING_ENABLED YES
7. If NODE_FAIL_FAST_ENABLE is set to NO, the node is not brought down
when the package goes down.
NODE_FAIL_FAST_ENABLED NO
Edit the samba.cntl Control Script
To configure the samba.cntl Control Script file, you must complete the
following tasks:
1. Set the NETBIOS_NAME variable to your NetBIOS name.
NETBIOS_NAME=ha_server1
...for sambapkg1 and
NETBIOS_NAME=ha_server2
...for sambapkg2, etc.
2. Create a volume group for the HP CIFS Server directories:
VG[0]=/dev/vgsambapkg1
...for sambapkg1, and
VG[0]=/dev/vgsambapkg2
...for sambapkg2, etc.
3. Create a separate LV[n] and FS[n] variable for each volume group
and file system that will be mounted on the server, for example:
LV[0]=/dev/vgsambapkg1/lvol1;FS[0]=/opt/share1
LV[1]=/dev/vgsambapkg1/lvol2;FS[1]=/home/share2
Add more LVs if required for sambapkg.
LV[0]=/dev/vgsambapkg2/lvol1;FS[0]=/opt/share1
LV[1]=/dev/vgsambapkg2/lvol2;FS[1]=/home/share2
Add more LVs if required for sambapkg2.