Skip To Content

Instalación del servidor de Workflow Manager

ArcGIS Workflow Manager Server puede instalarse por su cuenta o en el servidor de alojamiento. Para instalar ArcGIS Workflow Manager Server por su cuenta, ArcGIS Server debe estar instalado pero no necesita tener licencia. La licencia de ArcGIS Workflow Manager Server proporciona acceso solo a la capacidad ArcGIS Workflow Manager Server del equipo.

Nota:

Solo se admite una implementación de ArcGIS Workflow Manager por sitio ArcGIS Enterprise.

  1. Obtener un archivo de autorización para el equipo en el que va a instalar ArcGIS Workflow Manager Server.
  2. Verifique que el sitio cumple con los requisitos del sistema.
  3. Inicie sesión como el usuario que instaló ArcGIS Workflow Manager Server.
  4. Inicie sesión en My Esri con la cuenta Esri vinculada a su cliente.
  5. Vaya a Mi organización y haga clic en Descargas.
  6. Localice ArcGIS Enterprise (Windows) y haga clic en Ver descargas.
  7. Expanda la sección Componentes de producto.
  8. Haga clic en Descargar para el paquete de Linux de ArcGIS Workflow Manager Server.
  9. Navegue hasta el archivo descargado de .tar.gz y descomprímalo.
    For example: $ tar -zxvf ArcGIS_WorkflowManager.tar.gz
  10. Vaya a Setup.sh y ejecútelo para iniciar la instalación.
  11. Licencie ArcGIS Workflow Manager Server ejecutando Autorización de software de ArcGIS Server:
    $ <arcgis-server-install-location>/tools/authorizeSoftware

    Más información sobre la herramienta de autorización.

  12. Configure ArcGIS Workflow Manager Server para que se inicie con el sistema operativo siguiendo las instrucciones adecuadas indicadas a continuación:
    Nota:

    Cuando se hace referencia a sudo, puede iniciar sesión como raíz para ejecutar el comando:

    $ sudo su root
    OR 
    $ su root
    OR
    $ su
    • RHEL 7.x y posteriores:
    1. Instalar el programa residente de 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. Inicie automáticamente el ArcGIS Workflow Manager Server cuando se reinicie el equipo:
      $ sudo systemctl enable workflowmanager.service
    3. Inicie ArcGIS Workflow Manager Server:
      $ sudo systemctl start workflowmanager.service
    4. (Opcional) Detenga el ArcGIS Workflow Manager Server:
      $ sudo systemctl stop workflowmanager.service
    5. (Opcional) Compruebe el estado de ArcGIS Workflow Manager Server:
      $ sudo systemctl status workflowmanager.service
    • RHEL 6.x:
    1. Instalar el programa residente de 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. Inicie automáticamente el ArcGIS Workflow Manager Server cuando se reinicie el equipo:
      $ sudo chkconfig ArcGISWorkflowManager-service on
    3. Inicie ArcGIS Workflow Manager Server:
      $ service ArcGISWorkflowManager-service start
    4. (Opcional) Detenga el ArcGIS Workflow Manager Server:
      $ service ArcGISWorkflowManager-service stop
    5. (Opcional) Compruebe el estado de ArcGIS Workflow Manager Server:
      $ service ArcGISWorkflowManager-service status
    • SUSE
    1. Instalar el programa residente de 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. Inicie automáticamente el ArcGIS Workflow Manager Server cuando se reinicie el equipo:

      Aún como usuario raíz:

      
      $ chkconfig ArcGISWorkflowManager-service on
      End the root user session
    3. Inicie ArcGIS Workflow Manager Server:
      $ /etc/init.d/ArcGISWorkflowManager-service start
    4. (Opcional) Detenga el ArcGIS Workflow Manager Server:
      $ /etc/init.d/ArcGISWorkflowManager-service stop
    5. (Opcional) Compruebe el estado de ArcGIS Workflow Manager Server:
      $ /etc/init.d/ArcGISWorkflowManager-service status
    • Ubuntu Server 16.04.x LTS y posteriores:
    1. Instalar el programa residente de 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. Inicie automáticamente el ArcGIS Workflow Manager Server cuando se reinicie el equipo:
      $ sudo systemctl enable workflowmanager.service
    3. Inicie ArcGIS Workflow Manager Server:
      $ sudo systemctl start workflowmanager.service
    4. (Opcional) Detenga el ArcGIS Workflow Manager Server:
      $ sudo systemctl stop workflowmanager.service
    5. (Opcional) Compruebe el estado de ArcGIS Workflow Manager Server:
      $ systemctl status workflowmanager.service
    • Ubuntu Server 12.04.x LTS:
    1. Instalar el programa residente de 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. Inicie automáticamente el ArcGIS Workflow Manager Server cuando se reinicie el equipo:
      $ sudo update-rc.d ArcGISWorkflowManager-service defaults
    3. Inicie ArcGIS Workflow Manager Server:
      $ service ArcGISWorkflowManager-service start
    4. (Opcional) Detenga el ArcGIS Workflow Manager Server:
      $ service ArcGISWorkflowManager-service stop
    5. (Opcional) Compruebe el estado de ArcGIS Workflow Manager Server:
      $ service ArcGISWorkflowManager-service status