Skip To Content

Uninstalling Workflow Manager

The following steps will guide you through an uninstallation of ArcGIS Workflow Manager Server or the Web App.

RHEL 7.x and above

  1. Stop and uninstall the ArcGIS Workflow Manager Server:
    1. Stop the ArcGIS Workflow Manager Server:
      $ sudo systemctl stop workflowmanager.service
    2. Disable starting the ArcGIS Workflow Manager Server when the machine is rebooted:
      $ sudo systemctl disable workflowmanager.service
    3. Uninstall the ArcGIS Workflow Manager Server:
      $ sudo rm /etc/systemd/system/ workflowmanager.service
  2. Uninstall ArcGIS Workflow Manager Server:
    $ <arcgis-server-install-location>/uninstall_WorkflowManager.sh

RHEL 6.x

  1. Stop and uninstall the ArcGIS Workflow Manager Server:
    $ cd <arcgis-server-install-location>/WorkflowManager/bin
    For example: $ cd ~/arcgis/server/WorkflowManager/bin
    1. Stop the ArcGIS Workflow Manager Server:
      $ service ArcGISWorkflowManager-service stop
    2. Disable starting the ArcGIS Workflow Manager Server when the machine is rebooted:
      $ sudo chkconfig --del ArcGISWorkflowManager-service off
    3. Uninstall the ArcGIS Workflow Manager Server:
      $ sudo chkconfig --del ArcGISWorkflowManager-service
      $ sudo rm /etc/init.d/ArcGISWorkflowManager-service
  2. Uninstall ArcGIS Workflow Manager Server:
    $ <arcgis-server-install-location>/uninstall_WorkflowManager.sh
    For example: $ ~/arcgis/server/uninstall_WorkflowManager.sh

SUSE

  1. Stop and uninstall the ArcGIS Workflow Manager Server:
    $ cd <arcgis-server-install-location>/WorkflowManager/bin
    For example: $ cd ~/arcgis/server/WorkflowManager/bin
    1. Stop the ArcGIS Workflow Manager Server:
      $ /etc/init.d/ArcGISWorkflowManager-service stop
    2. Disable starting the ArcGIS Workflow Manager Server when the machine is rebooted:
      Switch to root user ($ su)
      $ chkconfig ArcGISWorkflowManager-service off
    3. Uninstall the ArcGIS Workflow Manager Server:
      $ insserv –r ArcGISWorkflowManager-service
      $ rm /etc/init.d/ArcGISWorkflowManager-service
      End the root user session
  2. 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:

  1. Stop and uninstall the ArcGIS Workflow Manager Server:
    1. Stop the ArcGIS Workflow Manager Server:
      $ sudo systemctl stop workflowmanager.service
    2. Disable starting the ArcGIS Workflow Manager Server when the machine is rebooted:
      $ sudo systemctl disable workflowmanager.service
    3. Uninstall the ArcGIS Workflow Manager Server:
      $ sudo rm /etc/systemd/system/workflowmanager.service
  2. 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:

  1. Stop and uninstall the ArcGIS Workflow Manager Server:
    $ cd <arcgis-server-install-location>/WorkflowManager/bin
    For example: $ cd /arcgis/server/WorkflowManager/bin
    1. Stop the ArcGIS Workflow Manager Server:
      $ ArcGISWorkflowManager-service stop
    2. Disable starting the ArcGIS Workflow Manager Server when the machine is rebooted:
      $ sudo update-rc.d -f ArcGISWorkflowManager-service remove
    3. Uninstall the ArcGIS Workflow Manager Server:
      $ sudo rm /etc/init.d/ArcGISWorkflowManager-service
  2. 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