The AutoSys Workload Automation AE (WAAE) Scheduler or other services (Application Server, Web Server) stop unexpectedly without warning. There is a requirement to monitor these services and receive alerts when a service is down.
event_demon (Scheduler), as_server (Application Server), or waae_webserver processes stop.$AUTOUSER/out/waae_webservices_access_log.<date>.log$AUTOUSER/out/event_demon.$AUTOSERV$AUTOUSER/out/as_server.$AUTOSERVtransmitter.log, receiver.logAutoSys Workload Automation AE does not include a native internal email alerting system for its own service process status.
When services stop "without warning" and no application-level errors are logged, it is often due to external factors such as OS-level process termination (e.g., OOM kills), database connectivity drops, or hardware interruptions.
To monitor and alert on AutoSys service status, use one or more of the following enterprise monitoring strategies:
unisrvcntr UtilityThe unisrvcntr status command provides a consolidated view of all WAAE services and their PIDs.
unisrvcntr status and parses the output for any component not in a "running" state.Monitor the specific processes at the OS level (e.g., event_demon, as_server, waae_webserver).
AutoSys can be configured to send SNMP traps to an enterprise monitoring tool when services change state.
If services stop with no application errors, check the OS system logs for external termination signals.
/var/log/messages, /var/log/syslog, or run dmesg to look for "Out of Memory" (OOM) kills or segmentation faults related to the WAAE processes.The Scheduler will shut down immediately if it loses its connection to the database.
event_demon.$AUTOSERV log for any "deadlock" or "database synchronization" errors that might precede a shutdown.