How do I collect the Tivoli Provisioning Manager server and target computer logs at debug level?
Provisioning server • Edit the $TIO_HOME/config/log4j.prop file. • Change the log level of the Tivoli Provisioning Manager console and error logs: • log4j.appender.errorfile.threshold=DEBUG • log4j.appender.consolefile.threshold=DEBUG • Change the log level of the deployment engine: • log4j.category.com.ibm.tivoli.orchestrator.de=DEBUG • log4j.category.com.thinkdynamics.kanaha.de=DEBUG • To turn debug logging on for the Tivoli Provisioning Manager packages only, uncomment the following categories: • log4j.category.com.ibm.tivoli=DEBUG • log4j.category.com.thinkdynamics=DEBUG • Note: Restarting the Tivoli Provisioning Manager software is not required. Log configurations will be reloaded every 60 seconds. Target computers • Stop the Tivoli Common Agent service on the target computer. • Edit the ep\runtime\base\rcp\plugin_customization.ini file. • Change the following lines to turn on Tivoli Common Agent logging to the highest level: • com.ibm.rcp.core.logger.boot.RCPFileHandler.level=ALL