TS/MP Supplement for Limits Relief (G06.26+)
ZEMS-TKN-TEXT token-type ZSPI-TYP-STRING.
Contains the message text for each event message. Placeholders for conditional tokens
that are omitted from an event message are replaced by empty strings. Null values of
tokens included in the event message are converted to strings similar to like non-null
values.
The value of this token is used only when no EMS message template for the event is
installed on the syste in which the event message is generated, or when a file system error
prevents the EMS event message formatting facilities from retrieving the message
template.
●
ZSPI-TKN-MANAGER token-type ZSPI-TYP-FNAME32.
Contains the name of the subsystem manager process responsible for the subject of the
event message. If the subject token of an event is
ZACL-TKN-EVENT-SERVER-NAME, the value of ZSPI-TKN-MANAGER is the
name of the PATHMON process that manages the named server class. Otherwise, the
value of ZSPI-TKN-MANAGER is the name of the ACS domain coordinator process,
$ZACS, on the system where the event originated.
●
ACS Event Severity Levels
Event severity levels indicate the impact (on ACS subsystem resources and processes) of an
event occurrence detected by an ACS subsystem process. Every event occurrence logged by the
ACS subsystem indicates the severity of that occurrence. Most events defined by the ACS
subsystem can occur with any one of several severity levels depending upon the context in
which the event occurs and on how well the ACS subsystem can recover from the occurrence.
Definition ZACL-DDL-EVENT-LEVEL Type Enum Tacl Enum
Begin.
89 ZACL-VAL-EVENT-LEVEL-INFO Value 0 As "INFO".
89 ZACL-VAL-EVENT-LEVEL-STATUS Value 1 As "STATUS".
89 ZACL-VAL-EVENT-LEVEL-WARNING Value 2 As "WARNING".
89 ZACL-VAL-EVENT-LEVEL-ERROR Value 3 As "ERROR".
89 ZACL-VAL-EVENT-LEVEL-FATAL Value 4 As "FATAL".
End
Token-Type
ZACL-TYP-EVENT-LEVEL Value is ZSPI-TDT-ENUM
Def is ZACL-DDL-EVENT-LEVEL.
ZACL-VAL-EVENT-LEVEL-INFO.