NET/MASTER RMS Management and Operations Guide

BASERULE
Base Rulesets
12–12 115415 NonStop NET/MASTER RMS Management and Operations Guide
Message Delivery
The rule instructs the message handler to replace the original message (event
number 21 from the SNAX/XF subsystem) with the following:
SX10021 SNAX LINE
line-name
INOP - REASON CODE :
reason-code
line-name
is the name of the failed SNAX/XF line, and
reason-code
identifies the
reason for the failure. The subject is
line-name
with System Services Control Point
as the manager (for example, \SDPL.$SNA01 as subject and \SDPL.$SSCP as
manager).
Rule Actions
When a message triggers the rule, the message handler starts NCL procedure
ZRMSDSNN to perform the following:
1. Issue DSNM commands to restart the SNAX/XF line identified in the message. If
the restart operation is successful, the procedure logs the following message in the
NonStop NET/MASTER MS activity log:
RMS9902 SNAX LINE
line-name
RECOVERY COMPLETE. STATUS: UP
2. If Step 1 fails, delay one minute and then retry Step 1. The restart operation
repeats until it is successful or the action is deleted. See “Displaying, Freezing,
and Deleting Active Subjects” in Section 9 for information on how to delete rule
actions for an active subject.
NCL Queue
The rule actions execute in the BASERULEZSNAXNOTRDY NCL queue, which has a
default execution limit of 5.
Customizing the Rule
You can customize the rule by changing the execution limit of the NCL queue in which
the rule actions execute. Use the NCLQUEUE SET command from the OCS command
line to change the execution limit. See Section 3, “Planning for, Installing, and
Managing RMS,” for more information.
ZSNAXNOTRDY ZSNAXNOTRDY is a message action rule that acts in response to event number 23
from the SNAX/XF subsystem. ZSNAXNOTRDY acts the same way as ZSNAXINOP
but in response to different messages. The rule restarts a failed SNAX/XF line.
Message Delivery
The rule instructs the message handler to replace the original message (event
number 23 from the SNAX/XF subsystem) with the following:
SX10023 SNAX LINE
line-name
NOT READY, ERROR
errno
line-name
is the name of the failed SNAX/XF line, and
errno
is a Guardian
file-system error number. The subject is
line-name
with System Services Control