Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Log in to the monitoring server

  2. Edit the KairosDB properties file at:

    Code Block
    /opt/kairosdb/conf/kairosdb.properties
  3. Remove the this property

    Code Block
    kairosdb.datastore.cassandra.host_list
  4. Add this property and set the value as the IP address of the server, without the port. (warning) Note the cql_ in the name

    Code Block
    kairosdb.datastore.cassandra.cql_host_list=10.60.3010.188102
  5. Edit the watchtower properties files at:

    Code Block
    /etc/abiquo/watchtower/delorean.conf 
    /etc/abiquo/watchtower/emmett.conf
  6. Set the URL of the mysql server connection (as on the API server) with the IP address of the watchtower server.

  7. Set the database credentials.

  8. Restart the server

    1. Stop the following services:

      1. cassandra and check that it is really ded

      2. kairosdb

      3. abiquo-emmett

      4. abiquo-delorean

      5. firewalld (and allow connections as required)

    2. Start cassandra and wait 5 minutes before continuing

    3. Start kairosdb and wait 1 minute

    4. Start abiquo-emmett and abiquo-delorean

    5. Start firewalld

...

  1. On the Abiquo Remote Services servers (but not the V2V server), edit the abiquo.properties file and check or set the following properties:

    1. abiquo.monitoring.enabled = yes

    2. abiquo.watchtower.host = 10.60.3010.188102

    3. abiquo.watchtower.port = 36638

  2. Restart your Abiquo Tomcat service.

...