HCL Workload Automation, Version 9.4

Application server - changing the trace properties

You can use the changeTraceProperties script to change the WebSphere Application Server trace properties.

The script calls the wsadmin utility by running the ChangeServerTracing.jacl with a properties file whose template is TracingProps.properties.

See the HCL Workload Automation: Troubleshooting Guide for full details on how to change the trace settings.

The properties file defines the following trace modes:
wsmm_odr=com.ibm.ws.xd.comm.*=all:com.ibm.wsmm.grm.Controller=
all:com.ibm.ws.xd.work*
=all:com.ibm.ws.xd.arfm.*=all:com.ibm.wsmm.policing.*
=all:com.ibm.wsmm.xdglue.*
=all:com.ibm.ws.odc.ODCTreeImpl$Save=all
wsmm_node=com.ibm.ws.xd.comm.*=all:com.ibm.ws.xd.placement*
=all:com.ibm.ws.xd.arfm.*=all
reset=*=info
wsmm007=com.ibm.wsmm.policing.*=all
dcs=DCS=finest:RMM=finest
ham=hamanageditem=all
tcpdcs=DCS=finest:RMM=finest:com.ibm.ws.tcp.channel.*=finest
tcp=com.ibm.ws.tcp.channel.*=finest
vizcache=com.ibm.ws.xd.visualizationengine.cacheservice.cacheimpl.*=all
runtime=com.ibm.ws.console.xdruntime.*=all
proxy=com.ibm.ws.console.proxy.*=all
placement=com.ibm.ws.xd.placement*=all=enabled
charting=com.ibm.ws.console.chart.*=all
dwlm=com.ibm.ws.dwlm.*=all
operationalpolicy=com.ibm.ws.xd.operationalpolicymonitor.*=all
wsmm_na=*=info:com.ibm.ws.xd.comm.*=all:com.ibm.ws.xd.placement*
=all:com.ibm.ws.xd.workprofiler.*=all:com.ibm.ws.xd.arfm.*=
all:com.ibm.ws.dwlm.* =all:com.ibm.ws.xd.hmm.*=all:com.ibm.ws.xd.admin.utils.* =all:com.ibm.ws.clustersensor.impl.* =all:com.ibm.ws.xd.placement.memory.profiler.impl.*=off wsmm_o=*=info:com.ibm.ws.xd.comm.*=all:com.ibm.wsmm.grm.Controller= all:com.ibm.ws.xd.workprofiler.* =all:com.ibm.ws.xd.arfm.*=all:com.ibm.wsmm.policing.*=
all:com.ibm.wsmm.xdglue.* =all:com.ibm.ws.dwlm.*=all:com.ibm.ws.dwlm.client.*=off dmgr=com.ibm.ws.odc.*= all:com.ibm.ws.xd.visualizationengine.cacheservice.cacheimpl.
DeploymentTargetCache* =all grid=grid.capacityplacement=all webcontainer=com.ibm.ws.webcontainer.*=all:com.ibm.ws.http.*=all odc=com.ibm.ws.odc.*=all:com.ibm.ws.dwlm.client.*=
all:com.ibm.ws.xd.dwlm.client.* =all:com.ibm.ws.proxy.*=all wssec_all=com.ibm.ws.security.*=all wssec_tws_all=com.ibm.ws.security.*=all:com.ibm.tws.*=all tws_all=com.ibm.tws.*=all tws_alldefault=com.ibm.tws.*=error=enabled tws_db=com.ibm.tws.dao.model.*=all:com.ibm.tws.dao.rdbms.*=all tws_planner=com.ibm.tws.planner.*=all:com.tivoli.icalendar.*= all:com.ibm.tws.runcycles.* =all:com.ibm.tws.conn.planner.*=all:com.ibm.tws.cli.planner.*=all tws_cli=com.ibm.tws.cli.*=all:com.ibm.tws.objects.*=all tws_utils=com.ibm.tws.util.*=all tws_conn=com.ibm.tws.conn.*=all:com.ibm.tws.objects.*=
all:com.ibm.tws.updatemanager.* =all:com.ibm.tws.dao.plan.*=all tws_secjni=com.ibm.tws.audit.*=all:com.ibm.tws.security.*=all active_correlation=com.ibm.correlation.*=all tws_jni=TWSJNI=all tws_all_jni=com.ibm.tws.*=all:TWSJNI=all tws_all_act=com.ibm.tws.*=all:com.ibm.correlation.*=all tws_broker_all=com.ibm.scheduling.*=all:TWSAgent=all tws_broker_rest=com.ibm.scheduling.jobmanager.rest.*=all tws_engine_broker_all=com.ibm.tws.*=all:com.ibm.scheduling.*=
all:TWSAgent=all tws_bridge=TWSAgent=all tws_db_transactions=com.ibm.tws.planner.currentplan.PlannerEngine= all:com.ibm.tws.dao.rdbms.util.DatabaseTransaction=all

You can define other trace modes and update TracingProps.properties or create a new properties file.

Two settings that must not be changed are the server name (default server1), and the node (default DefaultNode).