The following logs are available on ZENworks Server:
ZENworks Server Logs: The ZENworks Server logs are located in the /var/opt/novell/log/zenworks directory. Each log file corresponds to an individual component or service. For example, the operations of ZENserver and ZENloader are logged in the services-messages.log and loader-messages.log files respectively.
If you want to collect additional debug logging information for ZENworks Server, do the following:
Edit the etc/opt/novell/zenworks/logger-server-conf.xml to configure the following lines:
<LoggerModule trace = "true">
<param name="fileDebug" enable = "true" value ="true" />
Restart all the zlm services by using the zlm-config --restart command.
If you want to collect additional debug logging information for ZENworks Loader or its modules, do the following:
Edit the /etc/opt/novell/zenworks/logger-loader-conf.xml file and the /etc/opt/novell/zenworks/logger-server-conf.xml file to configure the following lines:
<LoggerModule trace = "true">
<param name="fileDebug" enable = "true" value ="true" />
Edit the /etc/opt/novell/zenworks/logger-log4j-loader-conf.xml file to configure any specific loader module as follows:
<logger name="LocalLogger.ComponentName" additivity="true">
<level value="debug"/>
</logger>
where component name can be DataModelModule, QueueRunner, Sender, ZLMCleanupDevice, SettingsRefreshModule, etc.
Restart all the zlm services by using the zlm-config --restart command.
ZENworks Agent (ZMD) Logs: The ZENworks Agent (ZMD) logs are in the zmd-messages.log and zmd-backend.log files. On SLES 11 devices, the backend logs are in the zmd-satbackend.log file. For more information, view the zmd man page (man zmd) on a managed device or see zmd (8) Novell.
Install and Uninstall Logs: The installation and uninstallation of the ZENworks Server and Agent are logged in the zlm-install.log and zlm-uninstall.log files.