EMS Manual

Collector Commands and Responses
EMS Manual426909-005
19-24
Common Response Tokens for ZCOM- Commands
collector. The information returned is similar to that returned in the -ACOL-STATUS
structure of the ZCOM-CMD-STATUS command.
zcol-poolpages
indicates the number of 2-KB pages that the alternate collector has available
for buffering events before logging them to disk. This configuration attribute
cannot be altered after the alternate collector has started.
zcol-replyafterwrite
this value of TRUE (ZSPI-VAL-TRUE) indicates that REPLYAFTERWRITE is
enabled. A value of FALSE (ZSPI-VAL-FALSE) indicates that
REPLYAFTERWRITE is disabled. This configuration attribute cannot be altered
after the collector has started.
ZEMS-MAP-COL-CDIST-INFO
is the token map returned in the ZCOM-CMD-INFO command when the object type
is ZCOM-OBJ-COLL and the collector is the primary collector. This token map
contains all of the configuration information for the compatibility distributor (process
$Z0), which is controlled by the primary collector. The information returned is
similar to that returned in the -COL-CDIST-STATUS structure of the ZCOM-CMD-
STATUS command.
zcol-cdist-pricpu
is the current primary CPU of the compatibility distributor.
zcol-cdist-bkupcpu
is the current backup CPU of the compatibility distributor.
zcol-cdist-mode
is the current operating mode of the compatibility distributor.
DEFINITION zems-ddl-acol-info12345
02 zcol-poolpages TYPE zspi-ddl-uint.
02 zcol-replyafterwrite TYPE zspi-ddl-boolean.
END
DEFINITION zems-ddl-col-cdist-info
02 zcol-cdist-pricpu TYPE zspi-ddl-uint SPI-NULL 255.
02 zcol-cdist-bkupcpu TYPE zspi-ddl-uint SPI-NULL 255.
02 zcol-cdist-mode TYPE zspi-ddl-enum.
02 zcol-cdist-textout TYPE zspi-ddl-fname.
02 zcol-cdist-user TYPE zspi-ddl-userid.
02 zcol-cdist-def-textout TYPE zspi-ddl-fname.
END