Versions Compared

Key

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

To start the Abiquo platform servers and services, do these steps:

  1. On the Abiquo server, restart the HTTP daemon to refresh the user interface files, and bring up the Tomcat server.

    Code Block
    service httpd start
    service abiquo-tomcat start
  2. On the

...

  1. Remote services server, start the Tomcat server

    Code Block
    service abiquo-tomcat start
  2. On the

...

  1. Monitoring server do these steps.

    1. Edit the file /opt/kairosdb/conf/kairosdb.properties to update the name of

...

    1. the following variable and to remove the port from it:

      1. Replace the line kairosdb.datastore.cassandra.host_list=192.168.888.999:9160.

      2. With this line kairosdb.datastore.cassandra.cql_host_list=192.168.888.999. Please note the new cql_

...

      1. prefix for host_list.

    1. Edit the file /etc/cassandra/conf/cassandra.yml OR /etc/cassandra/default.conf/cassandra.yaml (whichever exists) to remove a variable:

      1. Remove the line starting with kairosdb.datastore.cassandra.datapoint_ttl and save and close the file.

...

    1. Edit the file /opt/kairosdb/conf/kairosdb.properties to add a new variable (ref: Internal JIRA SUP-333):

      1. Add kairosdb.datastore.cassandra.datapoint_ttl = 15768000

  1. On the

...

  1. Monitoring server

...

  1. , start the Cassandra service

    Code Block
    sudo service cassandra start
  2. WAIT about 5 minutes until the service is up and running

  3. Start the KairosDB service

    Code Block
    sudo service kairosdb start
  4. Start the other services in this order

    Code Block
    sudo service abiquo-emmett start
    sudo service abiquo-delorean start
  5. On the V2V server: restart the Tomcat server:

    Code Block
    service abiquo-tomcat restart

...

  1. In Abiquo, re-enable the physical machines! (smile)

...

  1. Clear your browser cache to prevent glitches in the UI

...