Upgrade Remote Services servers to v5.2
These steps are for Remote Services servers in a distributed or HA environment.
Upgrade EVERY Remote Services server with these steps.
On the Remote Services servers, upgrade Abiquo to 5.2.x
yum update
Before you confirm, check the following packages will be installed from the abiquo-base repository:
- jdk: 11.0.6u10
- redis: 5.0.7.1
After the update, check versions of Java and Tomcat
On all Remote Services servers using SSL
Edit the tomcat server configuration file:
/opt/abiquo/tomcat/conf/server.xml
Find the location of the certificate files for Java 8
keystoreFile="/usr/java/default/jre/lib/security/cacerts"
Change it to the location for Java 11 (e.g. remove "/jre")
keystoreFile="/usr/java/default/lib/security/cacerts"
On all Remote Services servers, change file owners to tomcat user
chown -R tomcat /opt/abiquo
On the Remote Services with Appliance Manager and the V2V Server (i.e. servers that mount the NFS repository), change file owners to tomcat user
chown -R tomcat /opt/vm_repository chmod -R a+r /opt/vm_repository
Copyright © 2006-2022, Abiquo Holdings SL. All rights reserved