Skip To Content

Installer Workflow Manager Server

ArcGIS Workflow Manager Server peut être installé sur son propre serveur ou sur le serveur d’hébergement. Pour installer ArcGIS Workflow Manager Server sur son propre serveur, ArcGIS Server doit être installé, mais n’a pas besoin d’une licence. La licence ArcGIS Workflow Manager Server fournit un accès uniquement à la fonctionnalité ArcGIS Workflow Manager Server sur la machine.

Remarque :

Un seul déploiement ArcGIS Workflow Manager est pris en charge par site ArcGIS Enterprise.

  1. Procurez-vous un fichier d’autorisation pour la machine sur laquelle vous installez ArcGIS Workflow Manager Server.
  2. Vérifiez que votre site respecte la configuration du système.
  3. Connectez-vous en tant que l’utilisateur qui a installé ArcGIS Workflow Manager Server.
  4. Connectez-vous au site My Esri avec le compte Esri associé à votre numéro de client.
  5. Accédez à My Organization (Mon organisation) et cliquez sur Downloads (Téléchargements).
  6. Localisez ArcGIS Enterprise (Windows), puis cliquez sur View Downloads (Afficher les téléchargements).
  7. Développez la section Product Components (Composants produit).
  8. Cliquez sur Download (Télécharger) pour le paquetage Linux ArcGIS Workflow Manager Server.
  9. Accédez au fichier .tar.gz téléchargé et décompressez-le.
    For example: $ tar -zxvf ArcGIS_WorkflowManager.tar.gz
  10. Accédez à Setup.sh et exécutez-le pour démarrer l’installation.
  11. Procurez-vous une licence pour ArcGIS Workflow Manager Server en exécutant l’autorisation du logiciel ArcGIS Server :
    $ <arcgis-server-install-location>/tools/authorizeSoftware

    Découvrez l’outil d’autorisation.

  12. Configurez ArcGIS Workflow Manager Server pour qu’il démarre avec le système d’exploitation en suivant les instructions appropriées suivantes :
    Remarque :

    Lorsque sudo est référencé, vous pouvez à la place vous connecter en tant que root pour exécuter la commande :

    $ sudo su root
    OR 
    $ su root
    OR
    $ su
    • RHEL 7.x et versions ultérieures :
    1. Installez le démon Linux :
       <arcgis-server-install-location>/WorkflowManager/bin/workflowmanager.service /etc/systemd/system
      For example: $ sudo cp ~/arcgis/server/WorkflowManager/bin/workflowmanager.service /etc/systemd/system
    2. Démarrez automatiquement le ArcGIS Workflow Manager Server lorsque la machine est réamorcée :
      $ sudo systemctl enable workflowmanager.service
    3. Lancez le ArcGIS Workflow Manager Server :
      $ sudo systemctl start workflowmanager.service
    4. (Facultatif) Arrêtez le ArcGIS Workflow Manager Server :
      $ sudo systemctl stop workflowmanager.service
    5. (Facultatif) Vérifiez le statut du statut du ArcGIS Workflow Manager Server :
      $ sudo systemctl status workflowmanager.service
    • RHEL 6.x :
    1. Installez le démon Linux :
      $ cd <arcgis-server-install-location>/WorkflowManager/bin
      For example: $ cd ~/arcgis/server/WorkflowManager/bin
      
      $ sudo ln -s <arcgis-server-install-location>/WorkflowManager/bin/
      ArcGISWorkflowManager-service /etc/init.d/
      For example: $ sudo ln -s ~/arcgis/server/WorkflowManager/bin/
      
      ArcGISWorkflowManager-service /etc/init.d/
      $ sudo chkconfig --add ArcGISWorkflowManager-service
    2. Démarrez automatiquement le ArcGIS Workflow Manager Server lorsque la machine est réamorcée :
      $ sudo chkconfig ArcGISWorkflowManager-service on
    3. Lancez le ArcGIS Workflow Manager Server :
      $ service ArcGISWorkflowManager-service start
    4. (Facultatif) Arrêtez le ArcGIS Workflow Manager Server :
      $ service ArcGISWorkflowManager-service stop
    5. (Facultatif) Vérifiez le statut du statut du ArcGIS Workflow Manager Server :
      $ service ArcGISWorkflowManager-service status
    • SUSE
    1. Installez le démon Linux :
      $ cd <arcgis-server-install-location>/WorkflowManager/bin
      For example: $ cd ~/arcgis/server/WorkflowManager/bin
      Switch to root user:
      $ su
      $ ln -s <arcgis-server-install-location>/WorkflowManager/bin/ArcGISWorkflowManager-service /etc/init.d/
      For example: $ ln -s ~/arcgis/server/WorkflowManager/bin/
      ArcGISWorkflowManager-service /etc/init.d/
      $ insserv ArcGISWorkflowManager-service
      $ chkconfig ArcGISWorkflowManager-service
    2. Démarrez automatiquement le ArcGIS Workflow Manager Server lorsque la machine est réamorcée :

      Toujours en tant qu’utilisateur root :

      
      $ chkconfig ArcGISWorkflowManager-service on
      End the root user session
    3. Lancez le ArcGIS Workflow Manager Server :
      $ /etc/init.d/ArcGISWorkflowManager-service start
    4. (Facultatif) Arrêtez le ArcGIS Workflow Manager Server :
      $ /etc/init.d/ArcGISWorkflowManager-service stop
    5. (Facultatif) Vérifiez le statut du statut du ArcGIS Workflow Manager Server :
      $ /etc/init.d/ArcGISWorkflowManager-service status
    • Ubuntu Server 16.04.x LTS et versions ultérieures :
    1. Installez le démon Linux :
      $ sudo cp <arcgis-server-install-location>/WorkflowManager/bin/
      workflowmanager.service /etc/systemd/system
      For example: $ sudo cp ~/arcgis/server/WorkflowManager/bin/
      workflowmanager.service /etc/systemd/system
    2. Démarrez automatiquement le ArcGIS Workflow Manager Server lorsque la machine est réamorcée :
      $ sudo systemctl enable workflowmanager.service
    3. Lancez le ArcGIS Workflow Manager Server :
      $ sudo systemctl start workflowmanager.service
    4. (Facultatif) Arrêtez le ArcGIS Workflow Manager Server :
      $ sudo systemctl stop workflowmanager.service
    5. (Facultatif) Vérifiez le statut du statut du ArcGIS Workflow Manager Server :
      $ systemctl status workflowmanager.service
    • Ubuntu Server 12.04.x LTS :
    1. Installez le démon Linux :
      $ cd <arcgis-server-install-location>/WorkflowManager/bin
      For example: $ cd /arcgis/server/WorkflowManager/bin
      $ sudo ln -s <arcgis-server-install-location>/WorkflowManager/bin/
      ArcGISWorkflowManager-service /etc/init.d/
      For example: $ sudo ln -s /arcgis/server/WorkflowManager/bin/ArcGISWorkflowManager-service
      /etc/init.d/
    2. Démarrez automatiquement le ArcGIS Workflow Manager Server lorsque la machine est réamorcée :
      $ sudo update-rc.d ArcGISWorkflowManager-service defaults
    3. Lancez le ArcGIS Workflow Manager Server :
      $ service ArcGISWorkflowManager-service start
    4. (Facultatif) Arrêtez le ArcGIS Workflow Manager Server :
      $ service ArcGISWorkflowManager-service stop
    5. (Facultatif) Vérifiez le statut du statut du ArcGIS Workflow Manager Server :
      $ service ArcGISWorkflowManager-service status