Using SAMBA Toolkit in a Serviceguard Cluster README Revision: B.06.00

Monitor Script (hasmb.mon)
This script contains a list of internal-use variables and
functions for monitoring an HP CIFS Server server instance. This
script will be called by the toolkit main script (hasmb.sh) and
will constantly monitor two HP CIFS Server daemons, smbd and nmbd.
Interface Script (toolkit.sh)
This script is an interface between a package control script and
the toolkit main script (hasmb.sh).
D.2 Toolkit User Configuration
All the user configuration variables are kept in a single file in
shell script format. The variable names and their sample values are
as follows:
NETBIOS_NAME (For Example: NETBIOS_NAME=smb1)
This variable holds the NetBIOS Name of the server. If the
configuration of HP CIFS Server is done using
"/opt/samba/bin/samba_setup" command, the NetBIOS name can be found
in "/etc/opt/samba/smb.conf". If you are configuring multiple HP
CIFS Server packages, ensure the NetBIOS name is unique for each of
the packages.
CONF_FILE (For Example:
CONF_FILE=/etc/opt/samba/smb.conf.${NETBIOS_NAME})
This variable holds the path of the "smb.conf.<netbios_name>". By
default the path is "/etc/opt/samba/smb.conf.${NETBIOS_NAME}". If
the path is different, please modify the variable.
LOG_DIRECTORY (For Example:
LOG_DIRECTORY=/var/opt/samba/${NETBIOS_NAME}/logs)
This variable holds the log directory path of the CIFS Server
instance of the particular package. By default the path is
"/var/opt/samba/${NETBIOS_NAME}/logs". If the path is different,
please modify the variable.
SMBD_PID_FILE (For Example:
SMBD_PID_FILE=/var/opt/samba/${NETBIOS_NAME}/locks/smbd.pid)
This variable holds the PID File path of smbd process of the
particular package. By default the path is
"/var/opt/samba/${NETBIOS_NAME}/locks/smbd.pid". If the path is
different, please modify the variable.
NMBD_PID_FILE (For Example:
NMBD_PID_FILE=/var/opt/samba/${NETBIOS_NAME}/locks/nmbd.pid)
This variable holds the PID File path of nmbd process of the
particular package. By default the path is
"/var/opt/samba/${NETBIOS_NAME}/locks/nmbd.pid". If the path is
different, please modify the variable.
MAINTENANCE_FLAG (For Example: