PURPOSE
EVENTS - list of system-generated events
DESCRIPTION
The System Event Monitor feature detects and reports certain
pre-defined events, primarily failures, that a system operator
should be aware of. Each event report is an FML32 buffer
containing generic fields that describe the event plus other
fields that describe the object associated with the event.
This manual page first defines the generic event reporting
fields, and then lists all events detected in the current TUXEDO
System/T release.
LIMITATIONS
Event reporting is currently limited to classes defined in TM_MIB(5). Event reporting
uses the MIB information base. See MIB(5) and TM_MIB(5) for a definition and the
availability of ``local attributes'' and be aware that the
availability of a local attribute depends on the state of
communication within the application's network.
GENERIC EVENT REPORTING FIELDS
- TA_OPERATION: string
The literal string "EVT", which
identifies this buffer as an event report notification.
- TA_EVENT_NAME: string
A string that uniquely identifies this event. All
system-generated events begin with ".Sys".
- TA_EVENT_SEVERITY: string
The string "ERROR", "WARN",
or "INFO", to indicate the severity
of this event.
- TA_EVENT_LMID: string
A string identifying the machine where the event was
detected.
- TA_EVENT_TIME: long
A long integer containing the event detection time, in
seconds, according to the clock on the machine where
detection took place.
- TA_EVENT_USEC: long
A long integer containing the event detection time, in
microseconds, according to the clock on the machine where
detection took place. While the units of this value will
always be microseconds, the actual resolution depends on
the underlying operating system and hardware.
- TA_EVENT_DESCRIPTION: string
A one-line string summarizing the event.
- TA_CLASS: string
The class of the object associated with the event.
Depending on TA_CLASS, the event notification buffer will
contain additional fields specific to an object of this
class.
- TA_ULOGCAT: string
Catalog name from which the message was derived, if any.
- TA_ULOGMSGNUM: num
Catalog message number, if the message was derived from a
catalog.
EVENT LISTS
T_DOMAIN Event List
- .SysResourceConfig
INFO: .SysResourceConfig: system configuration
change
T_MACHINE Event List
- .SysMachineBroadcast
WARN: .SysMachineBroadcast: %TA_LMID broadcast
delivery failure
- .SysMachineConfig
INFO: .SysMachineConfig: %TA_LMID configuration
change
- .SysMachineFullMaxaccessers
WARN: .SysMachineFullMaxaccessers: %TA_LMID capacity
limit
- .SysMachineFullMaxconv
WARN: .SysMachineFullMaxconv: %TA_LMID capacity
limit
- .SysMachineFullMaxgtt
WARN: .SysMachineFullMaxgtt: %TA_LMID capacity limit
- .SysMachineFullMaxwsclients
WARN: .SysMachineFullMaxwsclients: %TA_LMID capacity
limit
- .SysMachineMsgq
WARN: .SysMachineMsgq: %TA_LMID message queue
blocking
- .SysMachinePartitioned
ERROR: .SysMachinePartitioned: %TA_LMID is
partitioned
- .SysMachineSlow
WARN: .SysMachineSlow: %TA_LMID slow responding to
DBBL
- .SysMachineState
INFO: .SysMachineState: %TA_LMID state change to
%TA_STATE
T_BRIDGE Event List
- .SysNetworkConfig
INFO: .SysNetworkConfig: %TA_LMID[0]->%TA_LMID[1]
configuration change
- .SysNetworkDropped
ERROR: .SysNetworkDropped:
%TA_LMID[0]->%TA_LMID[1] connection dropped
- .SysNetworkFailure
ERROR: .SysNetworkFailure:
%TA_LMID[0]->%TA_LMID[1] connection failure
- .SysNetworkFlow
WARN: .SysNetworkFlow: %TA_LMID[0]->%TA_LMID[1]
flow control
- .SysNetworkState
INFO: .SysNetworkState: %TA_LMID[0]->%TA_LMID[1]
state change to %TA_STATE
T_SERVER Event List
- .SysServerCleaning
ERROR: .SysServerCleaning: %TA_SERVERNAME, group
%TA_SRVGRP, id %TA_SRVID server cleaning
- .SysServerConfig
INFO: .SysServerConfig: %TA_SERVERNAME, group
%TA_SRVGRP, id %TA_SRVID configuration change
- .SysServerDied
ERROR: .SysServerDied: %TA_SERVERNAME, group
%TA_SRVGRP, id %TA_SRVID server died
- .SysServerInit
ERROR: .SysServerInit: %TA_SERVERNAME, group
%TA_SRVGRP, id %TA_SRVID server initialization failure
- .SysServerMaxgen
ERROR: .SysServerMaxgen: %TA_SERVERNAME, group
%TA_SRVGRP, id %TA_SRVID server exceeded MAXGEN restart
limit
- .SysServerRestarting
ERROR: .SysServerRestarting: %TA_SERVERNAME, group
%TA_SRVGRP, id %TA_SRVID server restarting
- .SysServerState
INFO: .SysServerState: %TA_SERVERNAME, group
%TA_SRVGRP, id %TA_SRVID state change to %TA_STATE
- .SysServerTpexit
ERROR: .SysServerTpexit: %TA_SERVERNAME, group
%TA_SRVGRP, id %TA_SRVID server requested TPEXIT
- .SysServiceTimeout
ERROR: .SysServiceTimeout: %TA_SERVERNAME, group
%TA_SRVGRP, id %TA_SRVID server killed due to a service
time-out
T_CLIENT Event List
- .SysClientConfig
INFO: .SysClientConfig: User %TA_USRNAME on %TA_LMID
configuration change
- .SysClientDied
WARN: .SysClientDied: User %TA_USRNAME on %TA_LMID
client died
- .SysClientSecurity
WARN: .SysClientSecurity: User %TA_USRNAME on
%TA_LMID authentication failure
- .SysClientState
INFO: .SysClientState: User %TA_USRNAME on %TA_LMID
state change to %TA_STATE
T_TRANSACTION Event List
- .SysTransactionHeuristicAbort
ERROR: .SysTransactionHeuristicAbort: Transaction
%TA_GTRID in group %TA_GRPNO
- .SysTransactionHeuristicCommit
ERROR: .SysTransactionHeuristicCommit: Transaction
%TA_GTRID in group %TA_GRPNO
T_EVENT Event List
- .SysEventDelivery
ERROR: .SysEventDelivery: System Event Monitor
delivery failure on %TA_LMID
- .SysEventFailure
ERROR: .SysEventFailure: System Event Monitor
subsystem failure on %TA_LMID
FILES
${TUXDIR}/udataobj/evt_mib
SEE ALSO
MIB(5),
TM_MIB(5)