Suivez les étapes décrites ci-après pour désinstaller ArcGIS Workflow Manager Server.
RHEL 7.x et versions ultérieures
- Arrêtez le service ArcGIS Workflow Manager Server :$ sudo systemctl stop workflowmanager.service
- 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
- Supprimez le service ArcGIS Workflow Manager Server :$ sudo rm /etc/systemd/system/ workflowmanager.service
- Désinstallez ArcGIS Workflow Manager Server :$ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh
RHEL 6.x
- Arrêtez le service ArcGIS Workflow Manager Server :$ service ArcGISWorkflowManager-service stop
- 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
- Supprimez le service ArcGIS Workflow Manager Server :$ sudo chkconfig --del ArcGISWorkflowManager-service $ sudo rm /etc/init.d/ArcGISWorkflowManager-service
- Désinstallez ArcGIS Workflow Manager Server :$ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh For example: $ ~/arcgis/server/uninstall_WorkflowManager.sh
SUSE
- Arrêtez le service ArcGIS Workflow Manager Server :$ /etc/init.d/ArcGISWorkflowManager-service stop
- 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
- Supprimez le service ArcGIS Workflow Manager Server :$ insserv –r ArcGISWorkflowManager-service $ rm /etc/init.d/ArcGISWorkflowManager-service End the root user session
- 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
- Arrêtez le service ArcGIS Workflow Manager Server :$ sudo systemctl stop workflowmanager.service
- 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
- Supprimez le service ArcGIS Workflow Manager Server :$ sudo rm /etc/systemd/system/workflowmanager.service
- 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
- Arrêtez le service ArcGIS Workflow Manager Server :$ ArcGISWorkflowManager-service stop
- 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
- Supprimez le service ArcGIS Workflow Manager Server :$ sudo rm /etc/init.d/ArcGISWorkflowManager-service
- Désinstallez ArcGIS Workflow Manager Server :$ <arcgis-server-installation-location>/uninstall_WorkflowManager.sh For example: $ /arcgis/server/uninstall_WorkflowManager.sh
Vous avez un commentaire à formuler concernant cette rubrique ?