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

...

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

    Code Block
    service httpd 

...

  1. start
    service abiquo-tomcat start
  2. On the Remote

...

  1. services server, start the Tomcat server

    Code Block
    service abiquo-tomcat start
  2. On the Monitoring server do these steps.

    1. Edit the file /opt/kairosdb/conf/kairosdb.properties to update the name of 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_ prefix for host_list.

    2. 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.

    3. 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

  3. On the Monitoring

...

  1. server, 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

...

WAIT about 1 minute until the service is up and running

  1. Start the other services in this order

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

    Code Block
    service abiquo-tomcat restart

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

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