Skip To Content

Désinstaller Workflow Manager

Suivez les étapes décrites ci-après pour désinstaller ArcGIS Workflow Manager Server.

RHEL 7.x et versions ultérieures

  1. Arrêtez le service ArcGIS Workflow Manager Server :
    $ sudo systemctl stop workflowmanager.service
  2. Configurez le service ArcGIS Workflow Manager Server pour qu’il ne démarre pas lorsque la machine est redémarrée :
    $ sudo systemctl disable workflowmanager.service
  3. Supprimez le service ArcGIS Workflow Manager Server :
    $ sudo rm /etc/systemd/system/ workflowmanager.service
  4. Désinstallez ArcGIS Workflow Manager Server :
    $ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh

RHEL 6.x

  1. Arrêtez le service ArcGIS Workflow Manager Server :
    $ service ArcGISWorkflowManager-service stop
  2. Configurez le service ArcGIS Workflow Manager Server pour qu’il ne démarre pas lorsque la machine est redémarrée :
    $ sudo chkconfig --del ArcGISWorkflowManager-service off
  3. Supprimez le service ArcGIS Workflow Manager Server :
    $ sudo chkconfig --del ArcGISWorkflowManager-service
    $ sudo rm /etc/init.d/ArcGISWorkflowManager-service
  4. Désinstallez ArcGIS Workflow Manager Server :
    $ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh
    For example: $ ~/arcgis/server/uninstall_WorkflowManager.sh

SUSE

  1. Arrêtez le service ArcGIS Workflow Manager Server :
    $ /etc/init.d/ArcGISWorkflowManager-service stop
  2. Configurez le service ArcGIS Workflow Manager Server pour qu’il ne démarre pas lorsque la machine est redémarrée :
    Switch to root user ($ su)
    $ chkconfig ArcGISWorkflowManager-service off
  3. Supprimez le service ArcGIS Workflow Manager Server :
    $ insserv –r ArcGISWorkflowManager-service
    $ rm /etc/init.d/ArcGISWorkflowManager-service
    End the root user session
  4. Désinstallez ArcGIS Workflow Manager Server :
    $ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh
    For example: $ ~/arcgis/server/uninstall_WorkflowManager.sh

Ubuntu Server 16.04.x LTS et versions ultérieures

  1. Arrêtez le service ArcGIS Workflow Manager Server :
    $ sudo systemctl stop workflowmanager.service
  2. Configurez le service ArcGIS Workflow Manager Server pour qu’il ne démarre pas lorsque la machine est redémarrée :
    $ sudo systemctl disable workflowmanager.service
  3. Supprimez le service ArcGIS Workflow Manager Server :
    $ sudo rm /etc/systemd/system/workflowmanager.service
  4. Désinstallez ArcGIS Workflow Manager Server :
    $ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh
    For example: $ ~/arcgis/server/uninstall_WorkflowManager.sh

Ubuntu Server 12.04.x LTS

  1. Arrêtez le service ArcGIS Workflow Manager Server :
    $ ArcGISWorkflowManager-service stop
  2. Configurez le service ArcGIS Workflow Manager Server pour qu’il ne démarre pas lorsque la machine est redémarrée :
    $ sudo update-rc.d -f ArcGISWorkflowManager-service remove
  3. Supprimez le service ArcGIS Workflow Manager Server :
    $ sudo rm /etc/init.d/ArcGISWorkflowManager-service
  4. Désinstallez ArcGIS Workflow Manager Server :
    $ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh
    For example: $ /arcgis/server/uninstall_WorkflowManager.sh