Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Boot Log 1

Status
Not open for further replies.

APCO

Technical User
Joined
Jun 1, 2004
Messages
62
Location
US
Is there a boot log created when booting Netware 5.1. During boot sequence some files had errors, though it scrolled to fast for me to read...I would like to investigate these errors...Any assistance greatly appreciated...
 
Hi,

If you had conloag loaded it created a SYS:\etc\console.log file. Unload conlog before trying to open the file. If it's not loaded, add it to the Autoexec.ncf (load conlog max=1000) and restart the server. Hopefully the error will show up again.

Lou
 
I would use the full command below and place it just after the Server Name and Server ID commands (command is all one line):

load conlog file=sys:system\console.log save=sys:system\console.old maximum=2500 entire=yes

Basically, it loads CONLOG and specifies a file of SYS:SYSTEM\CONSOLE.LOG to write to. The SAVE bit ensures that when the server reboots, the old console log is saved as CONSOLE.OLD wich can be useful when investigating server crashes. The maximum specifies that the file does not exceed 2.5Mb in this case, entire ensures that everything on the server console gets written.

-----------------------------------------------------
"It's true, its damn true!"
-----------------------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top