HP CIFS Server 3.0a Administrator's Guide version A.02.01
Configuring HA HP CIFS
Overview of HA HP CIFS Server
Chapter 13 241
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.
4. Specify the relocatable IP address and the address of the subnet to
which the IP address belongs:
IP[0]=15.13.171.20
SUBNET[0]=15.13.168.0
for sambapkg1,
IP[0]=15.13.171.21
SUBNET[0]=15.13.168.0
...for sambapkg2, etc.