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

Configuring HA HP CIFS
Overview of HA HP CIFS Server
Chapter 13244
fi
fi
######################################################
# Use the following for Winbind Configurations
#
# if [ ! -f ${WINBIND_PID_FILE} ]
# then
# print "ERROR: Kill of smbd.pid failed."
# print "ERROR: ${WINBIND_PID_FILE} could not be
# found."
# else
# WINBIND_PID=‘cat ${WINBIND_PID_FILE}‘
# findwbproc $WINBIND_PID
# if [ "$wbpid" = "" ]
# then
# print "ERROR: Kill of winbindd.pid failed."
# print "ERROR: ${WINBIND_PID} could not be found."
# else
# kill ${WINBIND_PID}
# fi
# fi
test_return 52
}
WARNING
Make sure that all processes/applications that access the file
systems mounted by sambapkg are shutdown in the
customer_defined_halt_cmds subroutine. This will allow the
filesystems to be unmounted and failed over to the adoptive
node. Package failover may not occur if any of the filesystems
mounted by the sambapkg cannot be unmounted.
Edit the samba.mon Monitor Script
To configure the samba.mon Monitor Script file, you must complete the
following tasks:
1. Set the NETBIOS_NAME variable to your NetBIOS name.
NETBIOS_NAME=ha_server1