NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
SYSPARMS CONMSG
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–459
CONMSG
CONMSG={ YES | NO }
specifies whether NonStop NET/MASTER MS writes a message to the activity log
each time a terminal is connected to or disconnected from the system.
YES
instructs NonStop NET/MASTER MS to write a message to the activity log
each time a terminal is connected to or disconnected from the system.
A terminal is connected to the system either when it is explicitly opened using
the OPENTERM command or when a user logs on to NonStop NET/MASTER
MS from TACL and NonStop NET/MASTER MS executes an implicit
OPENTERM command.
A terminal is disconnected from the system either when it is explicitly closed
using the CLOSTERM command or when a user, who has logged on to
NonStop NET/MASTER MS from TACL, logs off from NonStop
NET/MASTER MS and NonStop NET/MASTER MS executes an implicit
CLOSTERM command.
NO
instructs NonStop NET/MASTER MS not to write a message to the activity
log when a terminal is connected to or disconnected from the system.
Consideration
The LOGPROC NCL procedure can intercept messages. You can use this NCL
procedure, therefore, to gather statistics on terminal usage and the length of time each
terminal is connected to the system, perhaps writing the information to a separate file.
Example
The following example instructs NonStop NET/MASTER MS to write a message to the
activity log each time a terminal is connected to or disconnected from the system:
SYSPARMS CONMSG=YES