Watchdog Session
Each Console Automation server has a built-in session called the 'watchdog' session. This watchdog receives messages pertaining to the operation of all other sessions.
Internally, the Console Automation server notifies the watchdog session of various session and viewer events. The watchdog session generates message related to those events, setting the EVENT property of the message to indicate what happened. The table below describes the messages that the watchdog session generates for internal events.
Name | Description |
---|---|
SESSION_STARTED | The session has been started, either through an administrator action, or the server's normal startup procedure. |
SESSION_STOPPED | The session has been stopped, either through an administrator action, or the server's normal shutdown procedure. |
SESSION_ERROR | An error occurred on the session |
SESSION_CONNECTED | The connection to the CCS server or HMC has been successfully established. |
SESSION_CONNECT_FAILED | The connection to the CCS server or HMC has failed. |
SESSION_DISCONNECTED | The connection to the CCS server or HMC been disconnected. |
VIEWER_CONNECTED | An operator has started a viewer, and the viewer has successfully connected to the server. |
VIEWER_DISCONNECTED | An operator has stopped a viewer, and the viewer has disconnected. |
VIEWER_ERROR | An error has occurred on a viewer connection. |
VIEWER_BACKLOG_WARNING | A viewer is not accepting messages in an orderly manner. If the problem persists, the viewer will be automatically disconnected. |
VIEWER_BACKLOG_CLEARED | A viewer backlog warning situation has been alleviated. |