Virtuozzo OnApp 5.4.0-66 Update
| Release Notes | Affects Version/s |
|---|---|
| Fixed the issue when a disk could not be edited for a VS which is inside a vApp. | 5.4 |
| Fixed the issue when a disk could not be added to a VS which is inside a vApp. | 5.3, 5.4 |
| Fixed the issue when a custom SSL certificate could not be set up for the cloud. | 5.4 |
Patch Installation
To apply the patch into Control Panel (running 5.4.0 version), run the following commands:
Stop Monit and all related to Virtuozzo OnApp Control Panel services:
1# for service in monit httpd onapp onapp-licensing; do service $service stop; doneUpdate the required package(s):
1# yum update rubygem-onapp-infrastructure onapp-cpStart services, which were stopped on the first step:
1# for service in monit httpd onapp onapp-licensing; do service $service start; done
Patch Installation for Clouds with High Availability Control Panel
To apply the patch for clouds with the High Availability Control Panel run the following commands on all Control Panel servers:
Disable managing resources on all nodes by running the following command once on any of the nodes:
1# crm configure property maintenance-mode=trueStop all related to Virtuozzo OnApp Control Panel services:
1# for service in httpd onapp onapp-licensing; do service $service stop; doneUpdate the required package(s):
1# yum update rubygem-onapp-infrastructure onapp-cpStart services, which were stopped on the first step:
1# for service in httpd onapp onapp-licensing; do service $service start; doneSwitch all nodes back online by running the following command once on any of the nodes:
1# crm configure property maintenance-mode=false