NET/MASTER Management Services (MS) Command Reference Manual

EMSDIST
NonStop NET/MASTER MS Commands
2–80 115412 Tandem Computers Incorporated
EMSDIST The EMSDIST command starts or stops the receiving of events from an Event
Management Service (EMS) event distributor to NonStop NET/MASTER MS.
EMSDIST { START | STOP }
START
starts the receiving of events from an EMS event distributor.
As they arrive, events are passed to the EMSPROC system-level NCL procedure
(if EMSPROC is available and active).
A message is sent to all monitor-class users, indicating that the event distributor
interface is active.
STOP
stops the receiving of events from an EMS event distributor.
A message is sent to all monitor-class users, indicating that the event distributor
interface has been terminated.
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.
This command only affects events delivered by the Tandem EMS interface.
Inter-System Routing (ISR) event routing remains unaffected by the status of the
event distributor interface.
The collector(s) from which the EMS distributor gathers events can be configured
using the SYSPARMS EMSDISTCOLL command. The default collector is $0.
For related information, see the EMSCOLL command.
Examples
1. The following example starts the receiving of events from an EMS event
distributor:
EMSDIST START
2. The following example stops the receiving of events from an EMS event
distributor:
EMSDIST STOP