transt_err

Purpose:

Monitor for Transt_err events and take actions such as sending emails and initiating shutdowns if error thresholds are exceeded.

Enter:

transt_err [watchdog_timeout] [max_errors]

Where:

watchdog_timer

Optional. Specify the number of seconds after an error is detected before the watchdog is killed. The default is 60 seconds.

max_errors

Optional. Specify the maximum number of errors per minute before shutdown actions are taken. The default is 10 errors.

Example:

transt_err 60 10&
The above command spawns transt_err in the background and will do the following if 10 module errors are detected in less than 1 minute.

– send an email to the ‘quality_email’ address

– issue the ‘abort_limit’ event to initiate an engine shutdown

– kill the watchdog output after 60 seconds (note that the watchdog can be restarted by typing the command “setev transt_reset”)

Notes:

This task is normally started in the go script that starts CyFlex.

See Also: