NET/MASTER RMS Management and Operations Guide

Installing RMS on Your System
Planning for, Installing, and Managing RMS
3–2 115415 NonStop NET/MASTER RMS Management and Operations Guide
The file named RMSPCODE should be in the NonStop NET/MASTER MS
distribution panel library $vol.ZNNMPDS, where vol is the name of the volume.
Other ZRMSx files (x can be up to four alphanumeric characters) should be in the
NonStop NET/MASTER MS subvolume $vol.ZNNMDATA, where vol is the name
of the volume. This should be the subvolume on which the NonStop
NET/MASTER MS user ID definition record database resides (the UMSFILE
startup parameter holds the file specification of the database).
Customizing File Locations If your NonStop NET/MASTER MS system uses subvolumes other than the
installation subvolumes for NCL procedures, panel description files, and data files,
copy the RMS files to the appropriate subvolumes.
Customizing the Location of RMSNCODE
Use the SYSPARMS NCLOBJPATH command to customize the search order of the
NCL procedure search path. For example, if the NonStop NET/MASTER MS
distribution NCL object library is $DATA.ZNNMNDO and you copy RMSNCODE to
$DATA1.SUBVOL1, use the following command to customize the search order:
SYSPARMS NCLOBJPATH=($DATA1.SUBVOL1.RMSNCODE,$DATA.ZNNMNDO.NCODE)
Note If NonStop NET/MASTER MS cannot find the RMSNCODE NCL object file, RMS fails to start.
Use the SHOW SYSPARMS command to display the value of the NCLOBJPATH
system parameter.
For more information on customizing the NCL procedure search path, refer to the
NonStop NET/MASTER MS System Management Guide.
Customizing the Location of RMSPCODE
Use the SYSPARMS PNLOBJPATH command to customize the search order of the
panel search path. For example, if the NonStop NET/MASTER MS distribution panel
object library is $DATA.ZNNMPDS and you copy RMSPCODE to $DATA1.SUBVOL1,
use the following command to customize the search order:
SYSPARMS PNLOBJPATH=($DATA1.SUBVOL1.RMSPCODE,$DATA.ZNNMPDS.PCODE)
Note If NonStop NET/MASTER MS cannot find the RMSPCODE NCL object file, RMS fails to start.
Use the SHOW SYSPARMS command to display the value of the PNLOBJPATH
system parameter.
For more information on customizing the panel search path, refer to the NonStop
NET/MASTER MS System Management Guide.