NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
SYSPARMS LOGFILEn
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–487
LOGFILEn
LOGFILE
n
=
file-name
specifies the number and name of a file in the group of activity log files.
When you start NonStop NET/MASTER MS, you can specify an initial activity log
file using the PARAM LOGFILE1 command. This file holds messages logged
during NonStop NET/MASTER MS startup. After NonStop NET/MASTER MS
startup, you can use the SYSPARMS LOGFILEn command to specify the name and
number of a maximum of nine files (from 1 through 9) in a group of activity log
files. (If additional files are not specified, the only log file used by NonStop
NET/MASTER MS is the file specified by the PARAM LOGFILE1 command.)
n
specifies the number of a file in the group of activity log files. You can specify
a number from 1 through 9.
file-name
specifies the file name of a file in the group of activity log files. You can
specify a file name in the form:
[ \
sys
. ]$
volume
.
subvolume
.
file-name
The default activity log file name used during NonStop NET/MASTER MS startup
is:
$
isv-vol
.ZNNMDATA.
p
LGFILE1
$
isv-vol
specifies the name of the volume where NonStop NET/MASTER MS is being
installed.
p
specifies the process character (A through Z) specified when NonStop
NET/MASTER MS is initially executed.
Example
The following example associates a number with nine activity log files in the activity
log file group:
SYSPARMS LOGFILE1=$DATA.SUBVOL1.LOGFILE1
SYSPARMS LOGFILE2=$DATA.SUBVOL1.LOGFILE2
SYSPARMS LOGFILE3=$DATA.SUBVOL1.LOGFILE3
SYSPARMS LOGFILE4=$DATA.SUBVOL1.LOGFILE4
SYSPARMS LOGFILE5=$DATA.SUBVOL1.LOGFILE5
SYSPARMS LOGFILE6=$DATA.SUBVOL1.LOGFILE6
SYSPARMS LOGFILE7=$DATA.SUBVOL1.LOGFILE7
SYSPARMS LOGFILE8=$DATA.SUBVOL1.LOGFILE8
SYSPARMS LOGFILE9=$DATA.SUBVOL1.LOGFILE9