The following steps guide you through uninstalling ArcGIS Workflow Manager Server.
RHEL 7.x and above
- Stop the ArcGIS Workflow Manager Server service:
$ sudo systemctl stop workflowmanager.service - Stop the ArcGIS Workflow Manager Server service from being starting when the machine is rebooted:
$ sudo systemctl disable workflowmanager.service - Delete the ArcGIS Workflow Manager Server service:
$ sudo rm /etc/systemd/system/ workflowmanager.service - Uninstall ArcGIS Workflow Manager Server:
$ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh
RHEL 6.x
- Stop the ArcGIS Workflow Manager Server service:
$ service ArcGISWorkflowManager-service stop - Stop the ArcGIS Workflow Manager Server service from being starting when the machine is rebooted:
$ sudo chkconfig --del ArcGISWorkflowManager-service off - Delete the ArcGIS Workflow Manager Server service:
$ sudo chkconfig --del ArcGISWorkflowManager-service $ sudo rm /etc/init.d/ArcGISWorkflowManager-service - Uninstall ArcGIS Workflow Manager Server:
$ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh For example: $ ~/arcgis/server/uninstall_WorkflowManager.sh
SUSE
- Stop the ArcGIS Workflow Manager Server service:
$ /etc/init.d/ArcGISWorkflowManager-service stop - Stop the ArcGIS Workflow Manager Server service from being starting when the machine is rebooted:
Switch to root user ($ su) $ chkconfig ArcGISWorkflowManager-service off - Delete the ArcGIS Workflow Manager Server service:
$ insserv –r ArcGISWorkflowManager-service $ rm /etc/init.d/ArcGISWorkflowManager-service End the root user session - Uninstall ArcGIS Workflow Manager Server:
$ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh For example: $ ~/arcgis/server/uninstall_WorkflowManager.sh
Ubuntu Server 16.04.x LTS and above:
- Stop the ArcGIS Workflow Manager Server service:
$ sudo systemctl stop workflowmanager.service - Stop the ArcGIS Workflow Manager Server service from being starting when the machine is rebooted:
$ sudo systemctl disable workflowmanager.service - Delete the ArcGIS Workflow Manager Server service:
$ sudo rm /etc/systemd/system/workflowmanager.service - Uninstall ArcGIS Workflow Manager Server:
$ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh For example: $ ~/arcgis/server/uninstall_WorkflowManager.sh
Ubuntu Server 12.04.x LTS:
- Stop the ArcGIS Workflow Manager Server service:
$ ArcGISWorkflowManager-service stop - Stop the ArcGIS Workflow Manager Server service from being starting when the machine is rebooted:
$ sudo update-rc.d -f ArcGISWorkflowManager-service remove - Delete the ArcGIS Workflow Manager Server service:
$ sudo rm /etc/init.d/ArcGISWorkflowManager-service - Uninstall ArcGIS Workflow Manager Server:
$ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh For example: $ /arcgis/server/uninstall_WorkflowManager.sh