NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
SYSPARMS EMSDISTFLT
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–465
EMSDISTFLT
EMSDISTFLT={
filter
| (
filter
[,
filter
] … ) | FLUSH }
specifies the name of a filter or filter table for the Event Management Service
(EMS) distributor, a list of EMS distributor filters or filter tables for the EMS
distributor, or whether to remove the current EMS distributor filter(s) or filter
table(s).
filter
specifies the name of a filter or filter table. The filter library in which the filter
or filter table is stored is specified by the SYSPARMS EMSFLTLIB command.
FLUSH
removes the current filter(s) or filter table(s). Removing the current filter(s) or
filter table(s) allows all EMS events to pass through.
Consideration
Refer to the EMS Manual for information on filters and filter tables.
Examples
1. The following example specifies an EMS distributor filter or filter table of FILT1:
SYSPARMS EMSDISTFLT=FILT1
2. The following example specifies three EMS distributor filters or filter tables called
FILT1, FILT2, and FILT3:
SYSPARMS EMSDISTFLT=(FILT1,FILT2,FILT3)
3. The following example removes the current EMS distributor filter(s) or filter
table(s):
SYSPARMS EMSDISTFLT=FLUSH