13.2 Editing the Configuration File to Enable NetWare Import Server Debug Logging

If you want to log the events associated with ZENworks Automatic Workstation Import or Removal from a NetWare server, you need to enable logging in either (or both) of two configuration files located in the sys:\system directory:

Enabling logging in zenwsimp.ncf results in output to sys:\zenworks\zenwsimp.log, where you can analyze the logging results of the workstation import process.

Enabling logging in zenwsrem.ncf results in output to sys\zenworks\zenwsrem.log, where you can analyze the logging results of the workstation removal process.

The following table shows the parameters that you can add to either of these files (using the syntax setting_name=value) and information about each setting:

Configuration setting

Information

-Dlogfile=

Syntax: -Dlogfile=location_of_output_file

-Dlogfilelevel=

Syntax: -Dlogfilelevel=debug_level

A debug value of 1, 2, or 3 controls the amount of information written to the log file. A value of 1 writes the least information. A value of 3 writes the most information.

-Dlogfilelimit=

Syntax: -Dlogfilelimit=maximum_log_file_size

You can define the size limit of the log file in terms of bytes. When the log file reaches this size, it grows no larger, but continues to append the newest information and delete the oldest information to maintain this size.

The file size value (in bytes) must be less than or equal to 100000.

-Dloglevel=

Syntax: -Dloglevel=debug_level

A debug value of 1, 2, or 3 controls the amount of logging information written to the screen. A value of 1 displays the least information. A value of 3 displays the most information.