...
Expand | ||||
---|---|---|---|---|
| ||||
| Upgrade steps to remove old VSM definitions for Redis | Upgrade steps to remove old VSM definitions for RedisRun Redis database script
Code Block |
---|
# cd /usr/share/doc/abiquo-redis/redis/
# bash ./4.2.3/00-old-vsm-definitions.sh |
Expand | |||||
---|---|---|---|---|---|
| |||||
Include Page | Upgrade steps from 5.1.x to 5.2.x for billing dashboards | Upgrade steps from 5.1.x to 5.2.x for billing dashboards |
Upgrade steps for 5.2 versions
...
Remove deprecated billing dashboard scripts In Abiquo 5.2, the billing dashboard feature has been integrated into the Abiquo platform. If you were using the billing dashboard in a previous version, do these steps.
|
Upgrade steps for 5.2 versions
These steps apply to upgrades starting from version 5.2.0 and above.
Expand | ||||
---|---|---|---|---|
| ||||
Upgrade steps for 5.2 versions Include Page | | Upgrade steps for 5.2 versions | Upgrade steps for 5.2 versions
Code Block |
---|
# cd /usr/share/doc/abiquo-redis/redis/
# bash ./4.2.3/00-old-vsm-definitions.sh |
...
Configure Abiquo after the upgrade
...
Start Abiquo servers and services
Start 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.
Code Block service httpd start service abiquo-tomcat start
On the Remote services server, start the Tomcat server
Code Block service abiquo-tomcat start
On the Monitoring server do these steps.
Edit the file
/opt/kairosdb/conf/kairosdb.properties
to update the name of the following 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 newcql_
prefix forhost_list
.
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.
Edit the file
/opt/kairosdb/conf/kairosdb.properties
to add a new variable (ref: Internal JIRA SUP-333):Add
kairosdb.datastore.cassandra.datapoint_ttl = 15768000
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
Start the other services in this order
Code Block sudo service abiquo-emmett start sudo service abiquo-delorean start
On the V2V server: restart the Tomcat server:
Code Block service abiquo-tomcat restart
In Abiquo, re-enable the physical machines!
Clear your browser cache to prevent glitches in the UI