HP CIFS Server 3.0b Administrator's Guide version A.02.01.01
Configuring HA HP CIFS
Overview of HA HP CIFS Server
Chapter 11240
else
NMBD_PID=`cat ${NMBD_PID_FILE}`
findproc $NMBD_PID
if [ "$pid" = "" ]
then
print "\tERROR: Kill of nmbd.pid failed."
print "\tERROR: ${NMBD_PID} could not be found."
else
kill ${NMBD_PID}
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