HSG80 ACS Solution Software Version 8.7 for Compaq Tru64 UNIX Installation and Configuration Guide

Table Of Contents
SWCC Agent in TruCluster Environment
C–35HSG80 ACS Solution Software Version 8.7 for Compaq Tru64 UNIX Installation and
Configuration Guide
C–35
echo "" >> ${LOG}
exit 0
;;
#
# Probe if application is still alive
#
'check')
echo ""Probing SWCC daemons at \
`/bin/date +"%A %d %B %H:%M:%S"`"" >> ${LOG}
for i in ${PROBE_PROCS}
do
probeapp ${i} >> ${LOG}
done
echo ""Probing SWCC daemons DONE at \
`/bin/date +"%A %d %B %H:%M:%S"`"" >> ${LOG}
exit 0
;;
*) echo "usage: $0 {start|stop|check}"
exit 1
;;
esac