Uninstall TeamForge Orchestrate by removing the various components
Follow the manual steps below to disassociate TeamForge Orchestrate from TeamForge,
and then ultimately uninstall the components.
Important: It is important that each step be followed in sequential order.
The Orchestrate App server must remain up until the IAF application is removed.
Remove Orchestrate adapters from TeamForge
-
In TeamForge, as a site admin user navigate to
-
Select the orchestrate-commit-adapter-[version].jar
and (if installed) orchestrate-tracker-adapter-[version].jar
check boxes
-
Click Delete
Delete the Orchestrate IAF application TeamForge
-
In TeamForge, as a site admin user navigate to
-
Select Orchestrate application
-
Click Delete
Delete the Orchestrate site-wide linked app in TeamForge
-
In TeamForge, as a site admin user navigate to
-
Select Orchestrate application
-
Click Delete
Remove TeamForge Orchestrate server side components
-
It is now safe to shutdown Orchestrate services
Shutdown each service in the System Administration
-
Remove components from the App server
yum
remove
collabnet-orchestreate-core collabnet-redis
This command will leave your TeamForge Orchestrate configuration and log files intact.
If you wish to remove those as well, run the following command:
rm -rf /opt/collabnet/orchestrate /var/log/orchestrate /var/log/collabnet-*
-
Remove components from the DB server
yum remove 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 remove 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.