Virtuozzo OnApp 5.0.0-83 Update
| Release Notes | Affects Version/s |
|---|---|
| Added support for Windows 2016 and Windows 10 by Virtuozzo OnApp Control Panel. | |
| Fixed the issue when erlang could not be updated to version 19.1.5 during Virtuozzo OnApp 4.3 to 5.0LTS upgrade. | |
| Fixed the issue when the set "." delimiter caused incorrect calculation in billing plans. | 5.0, 5.1, 5.2, 5.3 |
| Fixed the issue when it was possible to delete a network zone which contained a network attached to a VS. | 5.0, 5.1, 5.2, 5.3 |
Patch Installation
To apply the patch into Control Panel (running 5.0.0 version), run the following commands:
Update the Control Panel installer:
1# yum update onapp-cp-installRun the Control Panel installer:
1# /onapp/onapp-cp-install/onapp-cp-install.sh
Patch Installation for Clouds with High Availability Control Panel
To apply the patch for clouds with High Availability Control Panel enabled:
Switch the cloud to maintenance mode at Control Panel > Sysadmin Tools > Control Panel Maintenance. Run the following commands on all three Control Panel servers:
Unmanage RabbitMQ service:
1# crm resource unmanage onapp-mq-clusterStop rabbitmq-server on each node:
1# service rabbitmq-server stopUpgrade the Virtuozzo OnApp installer package:
1# yum -y update onapp-cp-install rabbitmq-server rabbitmq-admin erlangStart rabbitmq service on all nodes:
1# service rabbitmq-server startStart the RabbitMQ service on the node on which the RabbitMQ service was stopped last of all. Then start RabbitMQ on other nodes.Ensure that RabbitMQ cluster is working:
1# rabbitmqctl cluster_statusRun the Control Panel installer:
1# /onapp/onapp-cp-install/onapp-cp-install.sh
After you have successfully run the previous commands on all Control Panel servers, issue the following two commands on one of the CP servers:
Switch all nodes back online by running the following command once on any of the nodes:
1# crm configure property maintenance-mode=falseEnabling monitoring onapp-mq-cluster:
1# crm resource manage onapp-mq-clusterEnable file synchronization on all nodes by running the following command once on any of the nodes:
1# crm resource start lsyncd-clusterEnsure that the lsyncd service is not started during the whole CP upgrade procedure.