HP StorageWorks HSG80 ACS Solution Software V8.8 for Tru64 UNIX Installation and Configuration Guide (AA-RV1VA-TE, March 2005)

SWCC Agent in TruCluster Environment
260 HSG80 ACS Solution Software V8.8 for Tru64 UNIX Installation and Configuration Guide
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