Upgrade Cloud with Integrated Storage Static Servers (from 6.6 Edges)
This guide explains how to upgrade OnApp Cloud 6.6 Edges to 6.6 for a cloud with Integrated Storage static servers. Follow the procedure listed below in the provided order to upgrade your cloud. All the packages (Control Panel and Integrated Storage Static compute resources) must belong to the same major version to ensure the best performance of your cloud.
On this page:
Upgrade Control Panel Server
To upgrade the Control Panel server, follow the procedure at Upgrade Guide for Control Panel Server.
Upgrade Static Compute Resources with Integrated Storage (CentOS7 KVM only)
To upgrade static compute resources with integrated storage, follow the next procedure:
Download the OnApp YUM repository file:
# rpm -Uvh http://rpm.repo.onapp.com/repo/onapp-repo-6.6.noarch.rpm
Disable services monitoring (by monit, if used), stop storage controller and libvirt related services:
# monit unmonitor all # /etc/init.d/SANController stop # systemctl stop libvirtd # /etc/init.d/storageAPI stop
Update system packages (if required):
# /onapp/onapp-hv-install/onapp-hv-kvm-install.sh -y
Run compute resource installer (to update OnApp, compute resource and Integrated Storage components):
# /onapp/onapp-hv-install/onapp-hv-kvm-install.sh
- Reboot compute resource if it is requested by the installer (on step 3).
If reboot isn’t required, remove the onapp-storage-startup.lock file:
# rm -f /run/onapp-storage-startup.lock
If reboot isn’t required, run Storage startup script:
# /onapp/onapp-storage-startup/onapp-storage-startup.sh
Upgrade Backup Server with Integrated Storage (CentOS7 KVM only)
To upgrade backup servers with Integrated Storage, follow the next procedure:
Download the OnApp YUM repository file:
# rpm -Uvh http://rpm.repo.onapp.com/repo/onapp-repo-6.6.noarch.rpm
Stop storage controller related services:
# /etc/init.d/SANController stop # /etc/init.d/storageAPI stop
Update system packages (if required):
# /onapp/onapp-bk-install/onapp-bk-install.sh -y
Run Backup Server installer (to update OnApp Backup Server and Integrated Storage components):
# /onapp/onapp-bk-install/onapp-bk-install.sh
If reboot isn’t required (you are on the recent kernel): remove the onapp-storage-startup.lock file:
# rm -f /run/onapp-storage-startup.lock
If reboot isn’t required (you are on the recent kernel): run Storage startup script:
# /onapp/onapp-storage-startup/onapp-storage-startup.sh