Compaq SC RMS Server User Manual


 
List of Events Generated
program=‘basename $0‘
id=$1
class=$2
name=$3
type=$4
description=$5
#
# format event description message
#
message()
{
echo "‘date ’+%h %e %X’‘ OSF1 event $id $type $class $name $description"
}
#
# log the event
#
message >> /var/rms/adm/log/event.log
#
# execute OSF1 specific handler
#
/usr/opt/srasysman/bin/checkout.exp -I -R -i $id -c $class -n $name -t $type -d $description
8.3 List of Events Generated
The following events are generated by RMS:
class = node type = status
The name field contains the name of the node. The description
contains one of the following:
unknown node status cannot be determined
not responding node does not respond to ping
active node is booted but RMS is not running
running RMS is running
class = module type = temperature
The name field contains the name of the module. The description
contains one of the following:
8-4 Event Handling