Available Logging for the Wake on LAN service

  • 3004804
  • 08-May-2007
  • 30-Apr-2012

Environment

Novell ZENworks Desktop Management 6.5 - ZDM6.5 Remote Management
Novell ZENworks Desktop Management 7 - ZDM7 Remote Management
Novell ZENworks for Desktops 4 - ZfD4 Remote Management

Situation

Describe the logging availability and options for the Wake on LAN service.

Resolution

The Wake on LAN service outputs status information regarding Wake on LAN activity to one log file. It is not possible to increase the verbosity or location of this log file, it is however possible to disable writing to it. File logging is by default set to 'True', this behavior can be controlled by the value of 'FILE_LOGGING' within the FileLogging.properties file. Setting this value to 'False' will disable the logging.
 
FileLogging.properties

Netware:
SYS:\wolstatus.log this information is also displayed on a separate console screen.
[ZENworks installation volume]:\ZENworks\RemMgmt\server\properties\FileLogging.properties.

 
Linux:
/var/opt/novell/log/zenworks/rm/novell-zdm-wol.log
/etc/opt/novell/zenworks/rm/FileLogging.properties
 
Windows:
\RemMgmt\server\bin\wolstatus.log
\RemMgmt\server\properties\FileLogging.properties
 
TracerMedia.properties
 
To obtain Wake on LAN debug information for troubleshooting purposes, modify the TracerMedia.properties file. Change the 'com.novell.utility.trace.TraceMediumConsole' property level from INFORMATION to VERBOSE as seen below:

com.novell.utility.trace.TraceMediumConsole = ON; VERBOSE

The location of the new debug logs are controlled by the value of'com.novell.utility.trace.TraceMediumFile' property within the TracerMedia.properties file.

Netware:
[ZENworks installation volume]:\ZENworks\RemMgmt\server\logs\trace-.txt
[ZENworks installation volume]:\ZENworks\RemMgmt\server\properties\TracerMedia.properties

Linux:
/var/opt/novell/log/zenworks/rm/zenworksrmservice/zenworksrmservice-YYMMDDHHMMSS.txt
/etc/opt/novell/zenworks/rm/TracerMedia.properties

 
Windows:
\RemMgmt\server\properties\TracerMedia.properties
\RemMgmt\server\logs\trace-.txt
 
tracerfilter.properties
 
DEBUG10 level:
Note: The following provides more verbose log output for me where the range is DEBUG1 to DEBUG10. To use these settings, back up the existing tracermedia.properties and tracerfilter.properties files to restore. Then make the changes below. Since this provides a great deal of output, set the files back when done testing.
 
Set tracermedia.properties file to DEBUG10, for example:
com.novell.utility.trace.TraceMediumConsole = ON; DEBUG10
modify tracerfilter.properties to:
*default*=DEBUG10
(The tracerfilter.properties is in the same folder as the TracerMedia.properties file.)

Change Log

Dec 11 08 David Brazzeal added bolding underlining and highlighting and clarifications.