Deploy Dispatcher - EcoSys - Installation & Upgrade - Hexagon PPM

EcoSys Connect Installation and Configuration

Language
English
Product
EcoSys
Search by Category
Installation & Upgrade
EcoSys Version
1.0.01

Follow the steps below, to deploy Dispatcher,

  1. If Docker Swarm is not active, enable it by issuing the host shell command:

    docker swarm init

  2. Issue the host shell command:

    cd $CONNECT/deploy/swarm

  3. To deploy the Dispatcher, issue the host shell command:

    docker stack deploy -c dispatcher-stack.yaml --with-registry-auth dispatcher

  4. Verify that the service is provisioned by issuing the host shell command:

    docker service ls

    When the service has provisioned correctly, the count under ‘REPLICAS’ must read 1/1.

    To verify that the dispatcher has started and the Connect UI is running, open a browser and navigate to http://host:8080/connect. When the page loads, you can view the Connect dashboard with an error message as follows

    To configure and access the Connect UI from Ecosys, refer to Getting Started with EcoSys Connect User Interface.

    To configure EcoSys to execute Jobs via EcoSys Actions, refer to Running Jobs with EcoSys Actions.