EMS Manual

Collector Commands and Responses
EMS Manual426909-005
19-17
Common Response Tokens for ZCOM- Commands
zburst-subj-ssid
is the SSID of the first subject of the event that this entry is monitoring.
zburst-subj-tkncode
is the token code of the first subject of the event that this entry is monitoring.
zburst-subj-length
is the byte length of the value of the first subject of the event that this entry is
monitoring.
ZEMS-MAP-COL-CONTROL
is the command token used by the ZEMS-CMD-ALTER command when the object
type is ZCOM-OBJ-COLL (an EMS collector).
zcol-primarycpu
is the current primary CPU of the collector process.
zcol-logsubvol
is the current log subvolume.
zcol-nextlogfile
if TRUE, directs a collector to close the current log file, create the next
sequential file, and open it. The collector generates a ZEMS-EVT-
FILESWITCH event message and resumes event-message logging with the
new file.
zcol-rotatefiles
a value of TRUE (ZSPI-VAL-TRUE) indicates that ROTATEFILES is on. A
value of FALSE (ZSPI-VAL-FALSE) indicates that ROTATEFILES is off.
DEFINITION zems-ddl-col-control
02 zcol-primarycpu TYPE zspi-ddl-uint.
02 zcol-logsubvol TYPE zspi-ddl-subvol.
02 zcol-nextlogfile TYPE zspi-ddl-boolean.
02 zcol-rotatefiles TYPE zspi-ddl-boolean
02 zcol-maxfilennn TYPE zspi-ddl-uint SPI-NULL 255.
02 zcol-primaryextent TYPE zspi-ddl-uint SPI-NULL 255.
02 zcol-secondaryextent TYPE zspi-ddl-boolean.
02 zcol-writethrucache TYPE zspi-ddl-boolean.
02 zcol-discaccessid TYPE zspi-ddl-boolean.
02 zcol-protection 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