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 7180
echo "ERROR: ${NETBIOS_NAME} nmbd not running!"
exit 1
fi
fi
fi
if [ ! -f ${SMBD_PID_FILE} ]
then
sleep 1
print "\tERROR: ${SMBD_PID_FILE} could not be
found!"
exit 1
else
SMBD_PID=`cat ${SMBD_PID_FILE}`
findproc $SMBD_PID
if [ "$pid" = "" ] ; then
if [ "$MAX_SMBD_RETRYS" -gt 0 ] ; then
startsmbd
if [ "$MAX_SMBD_RETRYS" -ge 1 ] ; then
(( MAX_SMBD_RETRYS = MAX_SMBD_RETRYS - 1 ))
fi
else
sleep 1
echo "ERROR: ${NETBIOS_NAME} smbd 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.