Deploy Agent - 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 Agent,

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

    docker swarm init

  2. Issue the host shell command below,

    cd $CONNECT/components/agent/swarm

  3. To deploy the Agent, issue the host shell command below

    docker stack deploy -c agent-stack.yaml --with-registry-auth connectAgent

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

    docker service ls

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