...
On the Abiquo Server, restart the HTTP daemon to refresh the user interface files, and bring up the Tomcat server.
Code Block service httpd restart service abiquo-tomcat start
On the Remote Services server, start the Tomcat server
Code Block service abiquo-tomcat start
On the Monitoring Server, start the Cassandra service
Code Block sudo service cassandra start
- WAIT about 5 minutes until the service is up and running
Start the KairosDB service
Code Block sudo service kairosdb start
WAIT about 1 minute until the service is up and running. If the startup process fails and there are entries in the log file `/opt/kairosdb/log/kairosdb.log` that look like this "Unable to setup cassandra schema com.datastax.driver.core.exceptions.NoHostAvailableException: All host(s) tried for query failed", then:
- Edit the file /opt/kairosdb/conf/kairosdb.properties .
- 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.
- Remove this property from /etc/cassandra/conf/cassandra.yml "kairosdb.datastore.cassandra.datapoint_ttl" and add it on /opt/kairosdb/conf/kairosdb.properties. Set it to 15768000. [ref: Internal JIRA SUP-333]
Start the other services in this order
Code Block sudo service abiquo-emmett start sudo service abiquo-delorean start