NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
SYSPARMS LOGPROC
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–491
LOGPROC
LOGPROC={
ncl-procedure
| FLUSH }
specifies the name of the NCL procedure that intercepts and processes messages
destined for the NonStop NET/MASTER MS activity log, or flushes the current
LOGPROC NCL procedure.
ncl-procedure
specifies the name of the NCL procedure that intercepts and processes
messages destined for the NonStop NET/MASTER MS activity log.
FLUSH
flushes the current LOGPROC NCL procedure.
Example
The following example specifies an NCL procedure named LOGPROC1:
SYSPARMS LOGPROC=LOGPROC1