EMS Manual
Collector Commands and Responses
EMS Manual—426909-005
19-10
Common Response Tokens for ZCOM- Commands
each error or warning encountered during processing of the command. The
following are the required tokens for the error list. Other standard or subsystem-
specific tokens can also be in the error list, depending on the type of error.
ZSPI-TKN-ERROR
specifies the error and identifies the subsystem that prepared the error list.
ZCOM-TKN-OBJTYPE
specifies the object type of the object in error.
ZCOM-TKN-OBJNAME
specifies the object name of the object in error.
ZSPI-TKN-ENDLIST
signifies the end of a data list.
ZSPI-TKN-CONTEXT
if present, indicates that not all of the response records generated by the command
could be returned in the response buffer. The requester must resend the original
command with this token inserted in it to receive the remainder of the response.
EMS-Specific Tokens
These structured and simple tokens are used by collectors to support BDS and PLF:
ZEMS-MAP-BDS-CONFIG
is a command token used in the ZCOM-CMD-ALTER command to change the
BDS configuration in a collector. The fields in this token describe the parameter
values currently used in the BDS configuration.
DEFINITION zems-ddl-bds-config
02 zbds-flags TYPE zspi-ddl-uint.
03 enabled TYPE BIT 1.
03 tmds TYPE BIT 1.
03 use-subj TYPE BIT 1.
03 process-type TYPE BIT 1.
02 zbds-num-events TYPE zspi-ddl-uint.
02 zbds-interval-start TYPE zspi-ddl-uint.
02 zbds-interval-end TYPE zspi-ddl-uint.
02 zbds-interval-chk-end TYPE zspi-ddl-uint. SPI-NULL 255.
02 zbds-num-sim-bursts TYPE zspi-ddl-uint SPI NULL 255.
02 zbds-num-subj-bytes TYPE zspi-ddl-uint
END