Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

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

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

    service httpd start
    service abiquo-tomcat start
  • On the remote services server, start the Tomcat server

    service abiquo-tomcat start
  • On the monitoring server: edit the file /opt/kairosdb/conf/kairosdb.properties to update the name of this variable and to remove the port from it:

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

    • With this line kairosdb.datastore.cassandra.cql_host_list=192.168.888.999 . Please note the new cql_ preffix for this property.

  • On the monitoring server: edit the file /etc/cassandra/conf/cassandra.yml OR /etc/cassandra/default.conf/cassandra.yaml (whichever exists) to remove a variable:

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

  • On the monitoring server: edit the file /opt/kairosdb/conf/kairosdb.properties to add a new variable (ref: Internal JIRA SUP-333):

    • kairosdb.datastore.cassandra.datapoint_ttl = 15768000

  • On the monitoring server: start the Cassandra service

    sudo service cassandra start
  • WAIT about 5 minutes until the service is up and running

  • Start the KairosDB service

    sudo service kairosdb start
  • Start the other services in this order

    sudo service abiquo-emmett start
    sudo service abiquo-delorean start
  • On the V2V server: restart the Tomcat server:

    service abiquo-tomcat restart

Finally, in Abiquo, re-enable the physical machines! (smile)

After the upgrade, to prevent glitches in the UI, clear your browser cache

  • No labels