Los pasos siguientes le guiarán durante la desinstalación de ArcGIS Workflow Manager Server.
RHEL 7.x y versiones posteriores
- Detenga el servicio ArcGIS Workflow Manager Server:
$ sudo systemctl stop workflowmanager.service
- Detenga el servicio ArcGIS Workflow Manager Server para que no se inicie cuando se reinicie el equipo:
$ sudo systemctl disable workflowmanager.service
- Elimine el servicio ArcGIS Workflow Manager Server:
$ sudo rm /etc/systemd/system/ workflowmanager.service
- Desinstale ArcGIS Workflow Manager Server:
$ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh
RHEL 6.x
- Detenga el servicio ArcGIS Workflow Manager Server:
$ service ArcGISWorkflowManager-service stop
- Detenga el servicio ArcGIS Workflow Manager Server para que no se inicie cuando se reinicie el equipo:
$ sudo chkconfig --del ArcGISWorkflowManager-service off
- Elimine el servicio ArcGIS Workflow Manager Server:
$ sudo chkconfig --del ArcGISWorkflowManager-service $ sudo rm /etc/init.d/ArcGISWorkflowManager-service
- Desinstale ArcGIS Workflow Manager Server:
$ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh For example: $ ~/arcgis/server/uninstall_WorkflowManager.sh
SUSE
- Detenga el servicio ArcGIS Workflow Manager Server:
$ /etc/init.d/ArcGISWorkflowManager-service stop
- 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
- Elimine el servicio ArcGIS Workflow Manager Server:
$ insserv –r ArcGISWorkflowManager-service $ rm /etc/init.d/ArcGISWorkflowManager-service End the root user session
- 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 versiones posteriores
- Detenga el servicio ArcGIS Workflow Manager Server:
$ sudo systemctl stop workflowmanager.service
- Detenga el servicio ArcGIS Workflow Manager Server para que no se inicie cuando se reinicie el equipo:
$ sudo systemctl disable workflowmanager.service
- Elimine el servicio ArcGIS Workflow Manager Server:
$ sudo rm /etc/systemd/system/workflowmanager.service
- 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
- Detenga el servicio ArcGIS Workflow Manager Server:
$ ArcGISWorkflowManager-service stop
- 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
- Elimine el servicio ArcGIS Workflow Manager Server:
$ sudo rm /etc/init.d/ArcGISWorkflowManager-service
- Desinstale ArcGIS Workflow Manager Server:
$ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh For example: $ /arcgis/server/uninstall_WorkflowManager.sh