Client Automation - How to enable Web Admin Console traces and where are they created?
book
Article ID: 51818
calendar_today
Updated On: 12-09-2020
Products
CA Client Automation
CA Client Automation - Patch Manager
CA Client Automation - IT Client Manager
Issue/Introduction
In some occasions Support may require the DSM/ITCM WAC (Web Admin Console) traces to add more information to an incident follow up.
Follow the statements here below to collect such information and provide it to Broadcom Support.
Environment
Client Automation - All versions
Resolution
- To enable the trace in debug mode for WAC proceed as follows:
- Run the following command to stop TomCat:
caf stop tomcat
- Make a backup copy of the file ..\CA\DSM\Web Console\webapps\wac\WEB-INF\classes\com\ca\wac\config\waclog.properties
- Edit the file ..\CA\DSM\Web Console\webapps\wac\WEB-INF\classes\com\ca\wac\config\waclog.properties
and change these lines as follow:
___________________________________________
...
log4j.rootCategory=DEBUG, A1
log4j.logger.com=DEBUG
log4j.logger.com.ca.wac.wsstubs=DEBUG
...
log4j.appender.A1.MaxFileSize=10240KB
log4j.appender.A1.MaxBackupIndex=4
___________________________________________
- Delete the file:
..\CA\DSM\Web Console\webapps\wac\WEBINF\classes\com\ca\wac\log\wac_log.log
- Delete the files
..\CA\DSM\logs\TRC_CF_WAC*.log
..\CA\DSM\logs\TRC_CF_WEBSERVICES*.log
- Run the following command s to enable the DSM/ITCM detail traces on the proper processes:
cftrace -c set -f CF -l detail -s 50000 -ln 4
- Start TomCat again by issuing the following command:
caf start tomcat
- Attach the following files to the support issue:
- ..\CA\DSM\logs\TRC_CF_WAC*.log
- ..\CA\DSM\logs\TRC_CF_WEBSERVICES*.log
- ..\CA\DSM\Web Console\webapps\wac\WEB-INF\classes\com\ca\wac\log\*.*
- ..\CA\DSM\Web Console\logs\*.*
NOTE: Copy the files to another location prior to compress, as some of them could not be compressed because they are in use.
- To disable the DSM/ITCM WAC traces proceed as follows:
- Run the following command to stop TomCat:
caf stop tomcat
- Restore the backup copy of the file ..\CA\DSM\Web Console\webapps\wac\WEB-INF\classes\com\ca\wac\config\waclog.properties we previously made.
- Start TomCat again by issuing the following command:
caf start tomcat
- Run the following command to reset the DSM/ITCM traces:
cftrace -c reset
Feedback
Was this article helpful?
thumb_up
Yes
thumb_down
No