NET/MASTER Management Services (MS) System Management Guide

The INIT NCL Procedure
Configuring NonStop NET/MASTER MS
115414 NonStop NET/MASTER MS System Management Guide 3–21
Configure the logon screen banner:
CMD "LBANNER 1 'Logon Screen Banner Line 1'"
CMD "LBANNER 16 'Logon Screen Banner Line 16'"
See Section 5, “Customizing the Operations Environment,” for more information.
Configure the title on the OCS window:
CMD "TITLE DEVELOPMENT SYSTEM-B OPERATOR CONTROL SERVICES"
See Section 5, “Customizing the Operations Environment,” for more information.
Change the authority level for commands and operands:
CMD "SYSPARMS CMDAUTH=(FSTOP,5)"
CMD "SYSPARMS CMDAUTH=(AT,0,LIMIT,2)"
See Section 5, “Customizing the Operations Environment,” for more information.
Use the EQUATE command to create system-wide global abbreviations for
commands:
CMD "EQUATE ANSWER OPSYS ANSWER+"
CMD "EQUATE BREAK OPSYS BREAK+"
CMD "EQUATE EOF OPSYS EOF+"
CMD "EQUATE KILL OPSYS KILL+"
CMD "EQUATE ABORT OPSYS ABORT+"
CMD "EQUATE INFO OPSYS INFO+"
CMD "EQUATE OSTART OPSYS START+"
CMD "EQUATE STATS OPSYS STATISTICS+"
CMD "EQUATE OSTATUS OPSYS STATUS+"
CMD "EQUATE STOP OPSYS STOP+"
See Section 5, “Customizing the Operations Environment,” for more information.
Replace NonStop NET/MASTER MS commands with NCL procedures:
CMD "SYSPARMS CMDREPL=LIST"
CMD "SYSPARMS CMDREPL=SHUTDOWN"
See Section 5, “Customizing the Operations Environment,” for more information.
Define default, system-wide function keys:
CMD "FK PF13 IMM,PREV"
CMD "FK PF14 IMM,RECALLEND"
CMD "FK PF15 IMM,ROLLUP"
CMD "FK PF16 IMM,ROLLDOWN"
CMD "FK PF19 IMM,PREV"
CMD "FK PF20 IMM,NEXT"
CMD "FK PF21 IMM,HALFUP"
CMD "FK PF22 IMM,HALFDOWN"
CMD "FK PF23 IMM,SPREV"
CMD "FK PF24 IMM,SNEXT"
See Section 5, “Customizing the Operations Environment,” for more information.