NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
SYSPARMS EMSDISTCOLL
NonStop NET/MASTER MS Commands
2–464 115412 Tandem Computers Incorporated
EMSDISTCOLL
EMSDISTCOLL={
process-name
|
(
process-name
[,
process-name
] … ) |
file-name
}
specifies the name(s) of the Event Management Service (EMS) collector process(es)
or the EMS log file to be used with the EMS distributor.
The default EMS collector process is $0. You can specify up to 10 collector process
names. You can specify a collector process name in the form:
$
process-name
[ .#
qual-name-1
[ .
qual-name-2
] ]
You establish the name of an EMS log file when you start the EMS distributor.
You can specify a file name in the form:
$
volume
.
subvolume
.
file-name
Examples
1. The following example specifies an EMS collector process name of $0:
SYSPARMS EMSDISTCOLL=$0
2. The following example specifies an alternate EMS collector process name of
$EMSC:
SYSPARMS EMSDISTCOLL=$EMSC
3. The following example specifies three alternate EMS collector process names of
$EMSA, $EMSB, and $EMSC:
SYSPARMS EMSDISTCOLL=($EMSA,$EMSB,$EMSC)
4. The following example specifies an EMS log file name:
SYSPARMS EMSDISTCOLL=$DATA1.SUBVOL1.EMSLOG1