NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
SYSPARMS HELDMSG
NonStop NET/MASTER MS Commands
2–480 115412 Tandem Computers Incorporated
HELDMSG
HELDMSG=(
message-limit-1
,
message-limit-2
)
specifies the maximum size of the roll-delete message queue associated with an
OCS window, and the maximum value a user can specify using the PROFILE
HOLD command.
message-limit-1
specifies the number of messages NonStop NET/MASTER MS queues for
display on an OCS window when it is in either the HOLDING or AUTO
HOLD mode.
When the limit is reached, the oldest messages in the roll-delete message
queue are discarded to allow the newest messages to be queued. A warning
message is sent to all terminals that are allowed to receive it stating that
messages are being lost. The SYSPARMS LMSGWARN system parameter sets
the repeat frequency for additional warning messages.
The default value is 200. You can specify a value from 10 through 999. The
value of
message-limit-1
cannot exceed the value of
message-limit-2
.
message-limit-2
specifies the maximum value that a user can specify using the PROFILE
HOLD command.
This allows you to limit the size of a user’s roll-delete message queue by
overriding the default value of the PROFILE HOLD command.
The default value is 200. You can specify a value from 10 through 999. The
value of
message-limit-1
cannot exceed the value of
message-limit-2
.
Example
The following example specifies a maximum roll-delete message queue size of 100 and
a maximum value for the PROFILE HOLD command of 100:
SYSPARMS HELDMSG=(100,100)