Configure Properties - 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,

  1. Open the file $CONNECT/components/logAgent/swarm/config/connectLogAgent.properties for editing.

  2. Set the values for the following properties:

    1. logAgent.brokerURL=failover:ssl://<hostname>:61617 where hostname is the ActiveMQ fully qualified hostname.

      This must match exactly, including case, the fully qualified host name enter for the TLS Certificate creation during the ActiveMQ installation.

    2. logAgent.storage.mongo.username= _DB1_USER_

    3. logAgent.storage.mongo.password= _DB1_PASS_

    4. logAgent.mq.trustStore.password=_CREDS5_

    5. logAgent.mq.username= ActiveMQ admin user. The default is ecuser

    6. logAgent.mq.password=_CREDS2_

      Set the logAgent.clientID so that it is unique. If you have multiple agents, the agent.clientID must be unique for each agent.

      You can encrypt the passwords in this file. To encrypt the passwords, navigate to System Utilities -> ENCRYPT PASSWORD tab in the Connect UI.

  3. The hostname in the property logAgent.storage.mongo.connectionURL must be ‘mongo’ and the port is 27017. If Mongo is running locally inside the container, this setting should not be modified.

    There will not be a MongoDB listener process on the host (on port 27017).