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

  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/components/logAgent/swarm

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

    docker stack deploy -c logAgent-stack.yaml --with-registry-auth connectLogAgent

  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.