Uninstall EventQ

Uninstall TeamForge EventQ by removing the various components

Follow the manual steps below to disassociate TeamForge EventQ from TeamForge, and then ultimately uninstall the components.
Important: It is important that each step be followed in sequential order. The EventQ App server must remain up until the IAF application is removed.

Delete the EventQ IAF application in TeamForge

  1. In TeamForge, as a site admin user navigate to Admin > Integrated Apps
  2. Select Orchestrate application
  3. Click Delete

Delete the EventQ site-wide linked app in TeamForge

  1. In TeamForge, as a site admin user navigate to Admin > Integrations > Site-wide Linked Applications
  2. Select Orchestrate application
  3. Click Delete

Remove TeamForge EventQ server side components

  1. It is now safe to shutdown EventQ services

    Shutdown each service in the EventQ System Administration

  2. Remove components from the App server

    yum erase CN-eventq collabnet-redis

    This command will leave your TeamForge EventQ configuration and log files intact. If you wish to remove those as well, run the following command:

    rm -rf /opt/collabnet/eventq /var/log/eventq /var/log/collabnet-*

  3. Remove components from the DB server

    yum erase collabnet-mongodb

    This command will leave your database configuration and log files intact. If you wish to remove those as well, run the following command:

    rm -rf /opt/collabnet/mongodb /var/log/collabnet-mongodb

  4. Remove components from the MQ server

    yum erase collabnet-erlang collabnet-rabbitmq

    This command will leave your message queue configuration and log files intact. If you wish to remove those as well, run the following command:

    rm -rf /opt/collabnet/rabbitmq /var/log/collabnet-rabbitmq

Remove adapters

  1. Uninstall adapters from integrated services

    For most adapters, reverse installation steps to remove adapters. For plug-in based adapters, uninstall using the service's administrative user interface.