NET/MASTER Messages Manual
NNM1504
Messages
106159 Tandem Computers Incorporated 2–277
NNM1503 LOGSWAP REQUESTED BY
userid
STARTED
Cause. The LOGSWAP command was accepted.
userid
is the ID of the user that issued the command.
Effect. The current log file will be closed and the next available log file opened. The
closed log file is available for automatic reuse if the LOGWRAP system parameter has
the value YES.
Recovery. This message is informational only; no recovery action is necessary.
NNM1504 LOGSWAP REQUEST REJECTED,
errtext
Cause. The LOGSWAP n command was issued but the swap to the log file LOGn
failed. n is 1 through 9.
errtext
is one of the following:
ERROR=
errno
ON FILE=
filename
The LOG subsystem cannot access the log file LOG
n
.
errno
is the Guardian file-system error number.
filename
is the physical name of the log file that is in error.
NO FILE AVAILABLE
The log file LOGn does not exist. You can use the SHOW LOGS command to list
the logical names of the log files in the NonStop NET/MASTER MS system; you
can use the SHOW SYSPARMS=LOGFILE* command to list the physical names of
the log files. To add a log file, use the SYSPARMS LOGFILEn=filename command.
Effect. The messages continue to be logged to the current log file.
Recovery. Use the error text to determine the appropriate action to take.