NET/MASTER Management Services (MS) Command Reference Manual

EMSCOLL
NonStop NET/MASTER MS Commands
2–78 115412 Tandem Computers Incorporated
EMSCOLL The EMSCOLL command starts or stops the recording of events from NonStop
NET/MASTER MS to the Event Management Service (EMS) event collector.
EMSCOLL { START | STOP }
START
starts the recording of events from NonStop NET/MASTER MS to the EMS event
collector.
NonStop NET/MASTER MS establishes communication with the configured
collector. Events from NonStop NET/MASTER MS are logged to the configured
collector until the EMSCOLL STOP command is issued.
A message is sent to all monitor-class users, indicating the commencement of
event logging.
An error that terminates communication with the configured collector also stops
event logging.
STOP
stops the recording of events from NonStop NET/MASTER MS to the EMS event
collector.
NonStop NET/MASTER MS terminates communication with the configured
collector. Event messages directed to the collector are discarded until the
EMSCOLL START command is issued.
NonStop NET/MASTER MS sends a message to all monitor-class users, indicating
the termination of event logging.
Considerations
The default authority level of this command is 3.
You can enter this command from any NCL procedure, except the INIT NCL
procedure, by using either the CMD core statement or the INTCMD verb.
The default EMS event collector is $0. If you have created other collectors, you can
use the SYSPARMS EMSCOLLPNM command to name the collector you want to
use. This is the collector to which you establish and terminate communication
using this command.
For related information, see the EMSDIST command.