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
-
In TeamForge, as a site admin user navigate to
-
Select Orchestrate application
-
Click Delete
Delete the EventQ site-wide linked app in TeamForge
-
In TeamForge, as a site admin user navigate to
-
Select Orchestrate application
-
Click Delete
Remove TeamForge EventQ server side components
-
It is now safe to shutdown EventQ services
Shutdown each service in the EventQ System Administration
-
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-*
-
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
-
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
-
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.