Use at the server console to
Capture all console messages generated at the server while CONLOG is loaded. This includes system messages, eDirectory messages, the console output of all commands executed, and messages that announce RCONSOLE connections and disconnections.
Write the messages to the default sys:\etc\console.log file (or to another file of your choice).
View console messages for useful information although they scroll too quickly to read.
Reveal errors that might occur during system initialization.
[load] conlog [file=log filename] [save=backup filename] [archive=yes] [entire=yes] [maximum=max file size] [next=hh:mm:ss] | help
HINT:Do not include a space before or after the equals sign (=).
You can view the console log from a workstation with any text editor. Any logged-in user with the Read right to the sys:\etc directory can view console log files in this way.
To view the console log file from the server console, use the VIEW utility or the INETCFG utility.
Console messages can reveal errors that occur during system initialization.
The command LOAD CONLOG is typically added to the autoexec.ncf file, as in the following example:
Where you place the load conlog command in autoexec.ncf determines which console messages the server saves in the console log file. To record as many console messages as possible, place the LOAD CONLOG command near the beginning (immediately after the FILE SERVER NAME, as above). Use EDIT or NWCONFIG to modify the autoexec.ncf file.
To start capturing console messages during system initialization, enter
[load] conlog
To load CONLOG but save the current log file as clog.bak and limit the size of console.log to 100 KB, enter
[load] conlog save=clog.bak maximum=100
To load CONLOG, limit the size of console.log to 200 KB, and schedule existing console log files for daily archiving at 6:00 a.m., enter
[load] conlog maximum=200 archive=yes next=06:00:00
To stop capturing console messages, enter
unload conlog
Topic |
See |
---|---|
Viewing console log file |
|
Editing autoexec.ncf file |
|