Skip To Content

Desinstalar Workflow Manager

Los pasos siguientes le guiarán por la desinstalación de ArcGIS Workflow Manager Server y la aplicación web de Workflow Manager.

RHEL 7.x y posteriores

  1. Detenga el servicio ArcGIS Workflow Manager Server:
    $ sudo systemctl stop workflowmanager.service
  2. Detenga el servicio ArcGIS Workflow Manager Server para que no se inicie cuando se reinicie el equipo:
    $ sudo systemctl disable workflowmanager.service
  3. Elimine el servicio ArcGIS Workflow Manager Server:
    $ sudo rm /etc/systemd/system/ workflowmanager.service
  4. Desinstale ArcGIS Workflow Manager Server:
    $ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh

RHEL 6.x

  1. Detenga el servicio ArcGIS Workflow Manager Server:
    $ service ArcGISWorkflowManager-service stop
  2. Detenga el servicio ArcGIS Workflow Manager Server para que no se inicie cuando se reinicie el equipo:
    $ sudo chkconfig --del ArcGISWorkflowManager-service off
  3. Elimine el servicio ArcGIS Workflow Manager Server:
    $ sudo chkconfig --del ArcGISWorkflowManager-service
    $ sudo rm /etc/init.d/ArcGISWorkflowManager-service
  4. Desinstale ArcGIS Workflow Manager Server:
    $ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh
    For example: $ ~/arcgis/server/uninstall_WorkflowManager.sh

SUSE

  1. Detenga el servicio ArcGIS Workflow Manager Server:
    $ /etc/init.d/ArcGISWorkflowManager-service stop
  2. Detenga el servicio ArcGIS Workflow Manager Server para que no se inicie cuando se reinicie el equipo:
    Switch to root user ($ su)
    $ chkconfig ArcGISWorkflowManager-service off
  3. Elimine el servicio ArcGIS Workflow Manager Server:
    $ insserv –r ArcGISWorkflowManager-service
    $ rm /etc/init.d/ArcGISWorkflowManager-service
    End the root user session
  4. Desinstale ArcGIS Workflow Manager Server:
    $ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh
    For example: $ ~/arcgis/server/uninstall_WorkflowManager.sh

Ubuntu Server 16.04.x LTS y posteriores:

  1. Detenga el servicio ArcGIS Workflow Manager Server:
    $ sudo systemctl stop workflowmanager.service
  2. Detenga el servicio ArcGIS Workflow Manager Server para que no se inicie cuando se reinicie el equipo:
    $ sudo systemctl disable workflowmanager.service
  3. Elimine el servicio ArcGIS Workflow Manager Server:
    $ sudo rm /etc/systemd/system/workflowmanager.service
  4. Desinstale 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. Detenga el servicio ArcGIS Workflow Manager Server:
    $ ArcGISWorkflowManager-service stop
  2. Detenga el servicio ArcGIS Workflow Manager Server para que no se inicie cuando se reinicie el equipo:
    $ sudo update-rc.d -f ArcGISWorkflowManager-service remove
  3. Elimine el servicio ArcGIS Workflow Manager Server:
    $ sudo rm /etc/init.d/ArcGISWorkflowManager-service
  4. Desinstale ArcGIS Workflow Manager Server:
    $ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh
    For example: $ /arcgis/server/uninstall_WorkflowManager.sh

Desinstale la aplicación web de Workflow Manager

Desinstale la aplicación web de ArcGIS Workflow Manager:

$ <portal-installation-location>/uninstall_WorkflowManager.sh
For example: $ ~/arcgis/portal/uninstall_WorkflowManager.sh