home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / conlog.exe / CONLOG.TXT < prev   
Text File  |  1993-09-17  |  3KB  |  95 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              CONLOG.EXE, Trouble Shooting Utility
  5. DOCUMENT ID:        TID000092
  6. DOCUMENT REVISION:  A
  7. DATE:               01JUL93
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         CONLOG.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare 3.11
  14.  
  15. ABSTRACT:
  16. CONLOG.EXE is a utility which writes all system console messages to a .LOG
  17. file.  It should be a valuable tool for anyone trouble shooting problems
  18. with programs loaded onto a 3.11 server.
  19. _________________________________________________________________
  20.  
  21. DISCLAIMER
  22. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL. 
  23. NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  24. HOWEVER, THE INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  25. ONLY.  NOVELL MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  26. INFORMATION.
  27. _________________________________________________________________
  28.  
  29. Self-Extracting File Name:  CONLOG.EXE
  30.  
  31. Files Included     Size     Date        Time
  32.  
  33.   CONLOG.TXT          (This File)
  34. AFTER311.NLM       8779    8-31-92      5:15p
  35.   CONLOG.NLM       4596    4-02-93      4:33p
  36.  
  37.  
  38. README for CONLOG.EXE
  39. May 14, 1993
  40.  
  41. Instructions for loading and using CONLOG.NLM
  42.  
  43. CONLOG.NLM when loaded, writes all SYSTEM CONSOLE messages to a text file
  44. called CONSOLE.LOG.  This ASCII file will list modules loaded, error
  45. messages generated, etc. when a server is initialized.
  46.  
  47. TO INSTALL CONLOG
  48. 1.  Copy CONLOG.NLM to the SYS:SYSTEM directory of the server you wish to
  49. run CONLOG on.
  50.  
  51. 2.  Check to see if AFTER311.NLM is in the SYSTEM directory.  If not, copy
  52. AFTER311.NLM contained in CONSOLE.EXE to the SYSTEM directory.
  53.  
  54. 3.  If the directory; SYS:ETC does not exist off the root directory of the
  55. server, please create it.  This is the directory where the CONSOLE.LOG will
  56. be created.
  57.  
  58. 4.  Edit AUTOEXEC.NCF to make CONLOG.NLM the first module loaded and the
  59. last unloaded.
  60.  
  61. TO USE CONLOG
  62. 1.  To see all messages generated on the console screen when your server is
  63. brought online; down the server, exit and restart the SERVER.
  64.  
  65. 2.  Once the server is up and running you can go to the SYS:ETC directory
  66. and type or print out the CONSOLE.LOG file.  This file can be very helpful
  67. in trouble shooting problems during system initialization.
  68.  
  69. 3.  CONSOLE.LOG will not be closed until CONLOG is unloaded.  If you down
  70. the server without unloading CONLOG you will receive an error message at
  71. the console prompt.
  72.  
  73. ******* Example AUTOEXEC.NCF file using CONLOG
  74. file server name NW-SERVER
  75. ipx internal net ABBADABA
  76. set maximumpacket receive buffers = 2000
  77. mount all
  78. REM;CONLOG NLM used to write SYSTEM CONSOLE messages to a text file
  79. REM;in the SYS:ETC subdirectory
  80. LOAD CONLOG
  81. load TOKEN port=A20 int=2 mem=C8000 name=TokenRing
  82. bind IPX to TOKEN net=C0324117
  83. #Other load statements for other server products
  84. .................
  85. #End of other loads
  86. ..................
  87. REM;Unload CONLOG at end of AUTOEXEC.NCF file
  88. UNLOAD CONLOG
  89.  
  90. FILES IN CONLOG.EXE
  91. AFTER311.NLM  8779  8-31-92
  92. CONLOG.NLM    4596  4-2-93
  93. CONLOG.TXT
  94.  
  95.