Disable the JBoss agent transaction tracking data collector

The transaction tracking capability of the JBoss agent requires changes to the agent instance environment settings file, the JBoss server startup file, and the DC Runtime Directory agent configuration parameter. A script is provided to remove these changes for an agent instance with transaction tracking enabled.

Before you begin

Ensure that the JBoss server and the JBoss agent are shut down.

The user account that runs this script must have write permission to the following directories and files:
  1. The JBOSS_HOME directory
  2. The JBOSS_HOME/bin directory and files
  3. The JBOSS_HOME/modules/system/layers/base/org/jboss/as/server/main/module.xml file
  4. The install_dir/config directory
  5. The install_dir/config/hostname_je_instance_name.cfg file

Procedure

Run the simpleConfig script with the remove option.

  1. Log in to the JBoss server with the JBoss agent installed.
  2. Change directory to the agent installation directory.
    • Linuxinstall_dir
    • Windowsinstall_dir\TMAITM6_x64
  3. Change directory to jedchome/7.3.0.13.0/bin.
  4. Run the simpleConfig with the remove option.
    • Linux./simpleConfig.sh remove instance_name
    • WindowssimpleConfig.bat remove instance_name
  5. Start the JBoss server and the agent.
    Where:
    JBOSS_HOME
    The JBoss server installation directory
    hostname
    The name of the host computer where the agent is installed
    instance_name
    The name of the agent instance that is assigned in the agent configuration method topic:
    • Configuring the agent on Windows systems, step 3
    • Configuring the agent by responding to prompts, step 1
    • Configuring the agent by using the silent response file, step 3
    install_dir
    The path where the agent is installed. The default path is:
    • Linux/opt/ibm/apm/agent
    • WindowsC:\IBM\APM\TMAITM6_x64
    architecture
    The IBM® Application Performance Management or Cloud APM system architecture identifier. For example, lx8266 represents Linux® Intel v2.6 (64-bit). For a complete list of the architecture codes, see the install_dir/registry/archdsc.tbl file.