Locating the component START/STOP messages in AutoSys logs
search cancel

Locating the component START/STOP messages in AutoSys logs

book

Article ID: 230576

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

Setting up a third-party tool to monitor START/STOP messages in the AutoSys logs for various components. What messages in the logs indicate a component has started or stopped?

Environment

Release : 11.3.6/12.0

 

Resolution

Scheduler
Log- $AUTOUSER/out/event_demon.$AUTOSERV
Start Msg- CAUAJM_I_40246 AutoSys scheduler startup complete.
Stop Msg- CAUAJM_I_40248 AutoSys scheduler shutdown complete.  Exiting.

Application Server
Log- $AUTOUSER/out/as_server.$AUTOSERV
Start Msg- CAUAJM_I_30001 AutoSys Application Server startup complete.
Stop Msg-  CAUAJM_I_30004 AutoSys Application Server shutdown complete.

Agent
Log- <AGENT_INSTALL_DIR>/log/defaultlog_agent.log
Start Msg-  main.MainThread.CybAgentDriver.runApplication[:385] - CybAgentDriver started
Stop Msg- main.MainThread.CybAgentDriver.runApplication[:406] - CybAgentDriver terminated

AEWS (AutoSys Web Server)
Log- $AUTOUSER/out/waae_webservices_wrapper.log
Start Msg-INFO [WrapperStartStopAppMain] org.apache.catalina.startup.Catalina.start Server startup in [XXXXX] milliseconds
Stop Msg- <-- Wrapper Stopped

WCC
Log- $CA_WCC_INSTALL_LOCATION/log/CA-wcc.log
Start Msg- INFO: Server startup in [XXXXX] milliseconds
Stop Msg- <-- Wrapper Stopped

EEM

EEM logs do not contain messages that are reliable for monitoring start/stop. For EEM, a process monitor should be used to watch for the igateway and dxserver processes.