Tivoli Composite Application Manager for Application Diagnostics, Version 7.1    

Enabling and Disabling the Data Collectors

The problem: You may want to temporarily disable the Data Collectors without losing the configuration settings.

The solution: You can use the following scripts to do this. The scripts enabledc.py and disabledc.py programmatically enable and disable selected ITCAM Data Collectors for a given node of the WebSphere® Application Server Base or Network Deployment environment. The Scripts are invoked as follows:
  1. Stop the server.
  2. Disable Data Collector.
  3. WAS_HOME/bin/wsadmin.sh -conntype NONE -lang jython -f DC_HOME/config_dc/disabledc.py [-ms] <node> [server1] [server2] ... [server n].
  4. Enable Data Collector:
  5. WAS_HOME/bin/wsadmin.sh -conntype NONE -lang jython -f DC_HOME/config_dc/enabledc.py [-tema] <node> [server1] [server2] ... [server n].