EMS Manual
Collector Commands and Responses
EMS Manual—426909-005
19-22
Common Response Tokens for ZCOM- Commands
zcol-currentbursts
is the number of the currently detected event bursts.
ZEMS-MAP-COL-INFO
is the token map returned in the ZCOM-CMD-INFO command when the object type
is ZCOM-OBJ-COLL (a collector). This contains all the configuration information
common to both EMS collectors. The information returned is similar to what is
returned in the -COL-STATUS structure of the ZCOM-CMD-STATUS command.
zcol-primarycpu
is the current primary CPU of the collector process.
zcol-backupcpu
is the current backup CPU of the collector process.
zcol-logsubvol
is the current log subvolume.
zcol-defaultlogsubvol
is the current default log subvolume. Currently, this configuration attribute
cannot be altered after the collector has started.
zcol-primaryextent
is the primary extent of the next log file created.
zcol-secondaryextent
is the secondary extent of the next log file created.
DEFINITION zems-ddl-col-info
02 zcol-primarycpu TYPE zspi-ddl-uint.
02 zcol-backupcpu TYPE zspi-ddl-uint.
02 zcol-logsubvol TYPE zspi-ddl-subvol.
02 zcol-defaultlogsubvol TYPE zspi-ddl-subvol.
02 zcol-primaryextent TYPE zspi-ddl-uint.
02 zcol-secondaryextent TYPE zspi-ddl-uint.
02 zcol-rotatefiles TYPE zspi-ddl-boolean.
02 zcol-maxfilennnn TYPE zspi-ddl-uint.
02 zcol-eofrefresh TYPE zspi-ddl-boolean.
02 zcol-writethrucache TYPE zspi-ddl-boolean.
02 zcol-protection TYPE zspi-ddl-uint.
02 zcol-discaccessid TYPE zspi-ddl-uint.
02 zcol-eventblocking TYPE zspi-ddl-boolean.
02 zcol-burstsupdetect TYPE zspi-ddl-boolean.
02 zcol-prelogfilter TYPE zspi-ddl-boolean.
END