NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
SYSPARMS EMSLINENUM
NonStop NET/MASTER MS Commands
2–474 115412 Tandem Computers Incorporated
EMSLINENUM
EMSLINENUM=
number
specifies the maximum number of lines in an Event Management Service (EMS)
message.
The default value is 10. You can specify a value from 1 through 400.
Consideration
The SYSPARMS EMSLINENUM command must be considered in conjunction with
the SYSPARMS EMSLINELEN command because the value of EMSLINENUM
multiplied by the value of EMSLINELEN must not be greater than 32000.
Examples
1. The following example sets the maximum number of lines to 12:
SYSPARMS EMSLINENUM=12
2. The following example sets the maximum number of lines to 10 and the maximum
message line length to 1500:
SYSPARMS EMSLINENUM=10 EMSLINELEN=1500
3. The following example attempts to set the maximum number of lines to 20 and the
maximum message line length to 2000. Even though these individual values are
within the acceptable range for EMSLINENUM and EMSLINELEN, respectively,
the result of this combination is greater than 32000, and the value for
EMSLINELEN is rejected.
SYSPARMS EMSLINENUM=20 EMSLINELEN=2000