HP CIFS Server 3.0a Administrator's Guide version A.02.01

Configuring HA HP CIFS
Overview of HA HP CIFS Server
Chapter 13248
# /opt/samba/bin/startwinbind
# if [ "$MAX_WINBIND_RETRYS" -ge 1 ] ; then
# (( MAX_WINBIND_RETRYS =
# MAX_WINBIND_RETRYS - 1 ))
# fi
# else
# sleep 1
# echo "ERROR: ${NETBIOS_NAME} winbindd not
# running!"
# exit 1
# fi
# fi
# fi
sleep $INTERVAL
done
Create the MC/ServiceGuard Binary Configuration File
NOTE In the following example, the cluster configuration file will be assigned
the name / etc/cmcluster/cluster.conf and the HA HP CIFS Server
package configuration file will be assigned the name
/etc/cmcluster/samba/sambapkg1/samba.conf. The actual cluster and
HA HP CIFS Server package configuration file names on your system
may be different.
1. On alternate nodes create a cluster package directory:
mkdir /etc/cmcluster/samba/sambapkg1 or sambapkg2,
sambapkg3..n
Copy the package scripts from the primary node.
rcp primary_node:/etc/cmcluster/samba/sambapkg1/* \
/etc/cmcluster/samba/sambapkg1
2. Use the cmcheckconf command to verify the contents of your cluster
and package configuration. At this point it is assumed that you have
created your MCServiceGuard cluster configuration file
(cmclconf.ascii) through MCServiceGuard procedures.