Question
How to download OnApp CloudBoot with Integrated Storage packages directly when bad internet connection?
Answer
- Open up the OnApp repository in your browser:
http://rpm.repo.onapp.com/repo/centos/6/x86_64/ - Navigate to the desired release major version, for example, 6.1 Latest release: http://rpm.repo.onapp.com/repo/centos/6/x86_64/RPMS-6.1/
- Using the find in browser, locate the latest default and needed ramdisk image and "onapp-store-install" rpms.
- Using the right mouse button, copy the location of the link.
- Open the Control Panel console, and paste the saved link with the wget command.
For example:
cd /root/
wget -c http://rpm.repo.onapp.com/repo/centos/6/x86_64/RPMS-6.1/onapp-ramdisk-centos7-default-6.1.0-25.noarch.rpm (Default image). wget -c http://rpm.repo.onapp.com/repo/centos/6/x86_64/RPMS-6.1/onapp-ramdisk-centos6-kvm-6.1.0-27.noarch.rpm (Your image is Centos6/kvm). wget -c http://rpm.repo.onapp.com/repo/centos/6/x86_64/RPMS-6.1/onapp-store-install-6.1.0-25.noarch.rpm - Now perform the steps from the upgrade docs https://docs.onapp.com/upgrade/6.1-edge1/upgrade-cloud-with-cloudboot-servers
- In the part Upgrade CloudBoot Packages, instead of:
# yum update onapp-store-install
# yum update onapp-ramdisk-centos6-xen # yum update onapp-ramdisk-centos6-kvm # yum update onapp-ramdisk-centos7-xen # yum update onapp-ramdisk-centos7-kvm # yum update onapp-ramdisk-centos7-default - Run:
# yum update /root/onapp-store-install-6.1.0-25.noarch.rpm # yum update /root/onapp-ramdisk-centos7-default-6.1.0-25.noarch.rpm
# yum update /root/onapp-ramdisk-centos6-kvm-6.1.0-27.noarch.rpm