The following steps will guide you through an uninstallation of ArcGIS Workflow Manager Server or the Web App.
RHEL 7.x and above
- Stop and uninstall the ArcGIS Workflow Manager Server:
- Stop the ArcGIS Workflow Manager Server:
$ sudo systemctl stop workflowmanager.service
- Disable starting the ArcGIS Workflow Manager Server when the machine is rebooted:
$ sudo systemctl disable workflowmanager.service
- Uninstall the ArcGIS Workflow Manager Server:
$ sudo rm /etc/systemd/system/ workflowmanager.service
- Stop the ArcGIS Workflow Manager Server:
- Uninstall ArcGIS Workflow Manager Server:
$ <arcgis-server-install-location>/uninstall_WorkflowManager.sh
RHEL 6.x
- Stop and uninstall the ArcGIS Workflow Manager Server:
$ cd <arcgis-server-install-location>/WorkflowManager/bin For example: $ cd ~/arcgis/server/WorkflowManager/bin
- Stop the ArcGIS Workflow Manager Server:
$ service ArcGISWorkflowManager-service stop
- Disable starting the ArcGIS Workflow Manager Server when the machine is rebooted:
$ sudo chkconfig --del ArcGISWorkflowManager-service off
- Uninstall the ArcGIS Workflow Manager Server:
$ sudo chkconfig --del ArcGISWorkflowManager-service $ sudo rm /etc/init.d/ArcGISWorkflowManager-service
- Stop the ArcGIS Workflow Manager Server:
- Uninstall ArcGIS Workflow Manager Server:
$ <arcgis-server-install-location>/uninstall_WorkflowManager.sh For example: $ ~/arcgis/server/uninstall_WorkflowManager.sh
SUSE
- Stop and uninstall the ArcGIS Workflow Manager Server:
$ cd <arcgis-server-install-location>/WorkflowManager/bin For example: $ cd ~/arcgis/server/WorkflowManager/bin
- Stop the ArcGIS Workflow Manager Server:
$ /etc/init.d/ArcGISWorkflowManager-service stop
- Disable starting the ArcGIS Workflow Manager Server when the machine is rebooted:
Switch to root user ($ su) $ chkconfig ArcGISWorkflowManager-service off
- Uninstall the ArcGIS Workflow Manager Server:
$ insserv –r ArcGISWorkflowManager-service $ rm /etc/init.d/ArcGISWorkflowManager-service End the root user session
- Stop the ArcGIS Workflow Manager Server:
- Uninstall ArcGIS Workflow Manager Server:
$ <arcgis-server-install-location>/uninstall_WorkflowManager.sh For example: $ ~/arcgis/server/uninstall_WorkflowManager.sh
Ubuntu Server 16.04.x LTS and above:
- Stop and uninstall the ArcGIS Workflow Manager Server:
- Stop the ArcGIS Workflow Manager Server:
$ sudo systemctl stop workflowmanager.service
- Disable starting the ArcGIS Workflow Manager Server when the machine is rebooted:
$ sudo systemctl disable workflowmanager.service
- Uninstall the ArcGIS Workflow Manager Server:
$ sudo rm /etc/systemd/system/workflowmanager.service
- Stop the ArcGIS Workflow Manager Server:
- Uninstall ArcGIS Workflow Manager Server:
$ <arcgis-server-install-location>/uninstall_WorkflowManager.sh For example: $ ~/arcgis/server/uninstall_WorkflowManager.sh
Ubuntu Server 12.04.x LTS:
- Stop and uninstall the ArcGIS Workflow Manager Server:
$ cd <arcgis-server-install-location>/WorkflowManager/bin For example: $ cd /arcgis/server/WorkflowManager/bin
- Stop the ArcGIS Workflow Manager Server:
$ ArcGISWorkflowManager-service stop
- Disable starting the ArcGIS Workflow Manager Server when the machine is rebooted:
$ sudo update-rc.d -f ArcGISWorkflowManager-service remove
- Uninstall the ArcGIS Workflow Manager Server:
$ sudo rm /etc/init.d/ArcGISWorkflowManager-service
- Stop the ArcGIS Workflow Manager Server:
- Uninstall ArcGIS Workflow Manager Server:
$ <arcgis-server-install-location>/uninstall_WorkflowManager.sh For example: $ /arcgis/server/uninstall_WorkflowManager.sh
Uninstall Workflow Manager Web App
Uninstall the ArcGIS Workflow Manager Web App:$ <Portal-install-location>/uninstall_WorkflowManager.sh
For example: $ ~/arcgis/portal/uninstall_WorkflowManager.sh