Uninstall all JBoss agent transaction tracking

The transaction tracking capability of the JBoss agent can be uninstalled. A script is provided to remove all agent instance with transaction tracking enabled and also remove the transaction tracking toolkit.

Before you begin

Ensure that the JBoss server and all JBoss agent instances 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 uninstall option.

  1. Log in to the JBoss server with the JBoss agent installed.
  2. Change directory to the agent installation directory.
    • Linuxinstall_dir/architecture/je/bin. For example: /opt/ibm/apm/agent/lx8266/je/bin or /opt/ibm/apm/agent/lx8266/je/bin
    • Windowsinstall_dir\TMAITM6_x64
  3. Change directory to jedchome/7.3.0.13.0/bin.
  4. Run the simpleConfig with the uninstall option.
    • Linux./simpleConfig.sh uninstall
    • WindowssimpleConfig.bat uninstall
  5. Start the JBoss server and all agent instances.
    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.