NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
PROFILE
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–285
Examples
1. The following example displays a profile in the current OCS window. The
following screen displays the results:
PROFILE
(09:42) --------------------- OPERATOR CONTROL SERVICES ----------------------
PROFILE
NNM0381 USERID: NMTJN TERMINAL-ID: #1520654
NNM0382 NCL PROCEDURE LIBRARY ID: $DATA2.ZNCLPGN
NNM0383 USERID HAS MONITOR STATUS.
NNM0384 AUTOHOLD SETTING IS ON AUTO.
NNM0385 AUTHORITY LEVEL IS 255, NO MSGPROC DEFINED.
NNM0386 USER SERVICES PROCEDURE: USERSVCS
NNM0388 EMS MESSAGE DELIVERY DETAILS:
NNM0390 .. RECEIVE ALL EMS MESSAGES.
NNM0358 Operand Function
NNM0359 (CMDKEEP=NO..) NO COMMAND WILL BE KEPT ON ENTRY LINE.
NNM0361 (CMDSTACK=99.) COMMAND STACK SIZE IS 99.
NNM0362 (DELCHAR=_...) ROLL DELIMITER LINE CHARACTER IS '_'.
NNM0364 (HOLD=200....) HELD MESSAGES THRESHOLD IS 200.
NNM0365 (INITCMD=....) INITIAL CMD IS: INITCMD.
NNM0378 (EMS=YES.....) EMS MESSAGES WILL BE DISPLAYED. CLASS=NORM.
NNM0375 (ROLL=0......) SCREEN ROLL DELAY TIME IS 0.
NNM0366 (MONMSG=YES..) MONITOR CLASS MESSAGES WILL BE DISPLAYED.
NNM0372 (NRDELCH==...) NRD DELIMITER LINE CHARACTER IS '='.
NNM0374 (RDMIN=99....) MINIMUM RDM LINES IS 99.
NNM0368 (MSGALARM=0..) QUEUED MESSAGE ALARM COUNT IS 0.
MSG QUEUED ------------------ NonStop NET/MASTER D30 ---------------- --------
M=>
2. The following example defines a profile for the current execution environment. In
this case, the current execution environment is the environment associated with an
OCS window.
PROFILE CMDKEEP=NO TRUNC=YES NCLTEST=YES UNSOL=NO
3. The following example specifies the name of an NCL procedure that is executed
when you enter OCS:
PROFILE INITCMD=“EXEC MYINIT”
This NCL procedure can include statements such as the following:
CMD “-EQUATE INFO SHOW FILEINFO”
CMD “-PROFILE UNSOL=NO TRUNC=YES NCLTEST=YES”
CMD “-AT 13:20 LIMIT=1 CMD=EVERY ::10 LIMIT=10 SHOW LINKS”
CMD “-SHOW LINKS”
The commands in the preceding example are preceded by the command
suppression character (-). This instructs NonStop NET/MASTER MS not to
display the commands in the roll-delete message display area as they are executed
(and not to log the commands in the activity log). NonStop NET/MASTER MS
displays and logs only the results of the commands.