NET/MASTER Management Services (MS) System Management Guide

Mapping UserDefined Tokens to MDOs
Maintaining the Map File
12–8 115414 NonStop NET/MASTER MS System Management Guide
3. Create a template object file using the TEMPL program.
For instructions on using the TEMPL program, refer to the DSM Template Services
Manual.
4. Use the TEMPLI program to merge your template object with the current template
file used by NonStop NET/MASTER MS.
For instructions on using the TEMPLI program, refer to the DSM Template Services
Manual.
5. Create an SPI-to-MDO conversion file, which is a simple edit file with the format
owner-name
number
where
number
is a unique nonzero positive number and
owner-name
is the
owner of the subsystem (and cannot be TANDEM). For example:
OWNERA 8
In this example, the owner OWNERA is associated with an owner ID of 8. If you
already have other subsystems defined, add this line to that file.
6. Use one of the following commands to enable NonStop NET/MASTER MS to use
the nonresident template file created in Step 4 (
newtempl
) as the source template
file used by the MDMAINT program:
Either the following ADD DEFINE command:
ADD DEFINE =_EMS_TEMPLATES, CLASS MAP, FILE
newtempl
Or the following COUP commands to install the template file as the system
template file:
ASSUME ALLPROCESSORS
ALTER EMS^TEMPLATES ( RESIDENT
NONRESIDENT
newtempl
)
For more information on using COUP, refer to the Dynamic System Configuration
(DSC) Manual.
7. Update the NonStop NET/MASTER MS map file using MDMAINT, as shown in
the next example:
RUN MDMAINT
map-file
owner-file
map-file
is the current map file specified by the MDSMAPFILE operand of the
PARAM command. (See Section 3, “Configuring NonStop NET/MASTER MS,”
for a discussion of the MDSMAPFILE operand.) As a precaution against losing the
original data, back up the file before starting.
owner-file
is the SPI-to-MDO
conversion edit file created in Step 5.
8. If you used the ADD DEFINE command in Step 6 and have changed your
template source, you must restart NonStop NET/MASTER MS: otherwise,
proceed to Step 9.