NET/MASTER RMS Management and Operations Guide
Making RMS Operational
Planning for, Installing, and Managing RMS
115415 NonStop NET/MASTER RMS Management and Operations Guide 3–5
The following CALL statement from a customized INIT NCL procedure preloads
NCL procedures and panel description files, and initializes RMS and activates an
EMSPROC message handler with the BASERULE ruleset:
CALL INIT(PRELOAD,RMSBASE)
The following CALL statement from a customized INIT NCL procedure does not
preload NCL procedures and panel description files, but initializes RMS and
activates an EMSPROC message handler with the BASERULE ruleset:
CALL INIT(NOPRELOAD,RMSBASE)
5. Start NonStop NET/MASTER MS using the CONFIG file that defines the name of
the customized INIT NCL procedure. See “Verifying That RMS Is Successfully
Initialized,” later in this section, for information on how to verify that RMS is
successfully initialized.
Refer to the NonStop NET/MASTER MS System Management Guide for more information
about customizing the INIT NCL procedure.
Making RMS Operational
After NonStop
NET/MASTER MS Startup
To make RMS operational after NonStop NET/MASTER MS startup, follow these
steps:
1. Start NonStop NET/MASTER MS so that RMS is not initialized during NonStop
NET/MASTER MS by doing one of the following:
Start NonStop NET/MASTER MS using its default startup configuration.
NonStop NET/MASTER MS starts up without a CONFIG file and using the
distributed INIT NCL procedure.
Refer to the NonStop NET/MASTER MS System Management Guide for more
information about starting NonStop NET/MASTER MS with its default
startup configuration.
Follow the steps described in “Initializing RMS Without Starting a Message
Handler,” above, with the following difference: do not include the CALL
ZRMSININ in the customized INIT NCL procedure.
Follow the steps described in “Initializing RMS and Activating the EMSPROC
Message Handler With the BASERULE Ruleset,” above, with the following
difference: use the NORMSBASE initialization option.
2. Log on to NonStop NET/MASTER MS. The NonStop NET/MASTER MS primary
menu panel appears.
Note To start the NCL procedure ZRMSININ to initialize RMS, your authority level must allow the issuing of
the NonStop NET/MASTER MS UDBCTL OPEN command. Refer to the NonStop NET/MASTER MS
Command Reference Manual for the default authority level for the command.
3. Select option 2 to access Operator Control Services and start the NCL procedure
ZRMSININ from the OCS command input line. Wait for message NNM1005,
indicating the completion of ZRMSININ. See “Verifying That RMS Is Successfully