This section is the part of the OnApp installation procedure. |
---|
Install Control Panel Server > Install Compute Resources > Install Data Stores > Install Backup Server > Configure vCloud Director Integration > Configure Cloud |
To install Control Panel server, perform the following procedure:
Update your server:
bash# yum update
Download OnApp YUM repository file:
# rpm -Uvh http://rpm.repo.onapp.com/repo/onapp-repo-5.4.noarch.rpm
Install OnApp Control Panel installer package:
bash#> yum install onapp-cp-install
(Optional) Set the custom Control Panel configuration. It is important to set the custom values before the installer script runs.
bash# vi /onapp/onapp-cp.conf
Run the Control Panel installer:
bash#> /onapp/onapp-cp-install/onapp-cp-install.sh -i SNMP_TRAP_IPS
Set the OPENSSL_ENABLE_MD5_VERIFY=1 environment variable if installing on CentOS 6.x with self-signed certificates. So the installer command should look like:
# export OPENSSL_ENABLE_MD5_VERIFY=1 && /onapp/onapp-cp-install/onapp-cp-install.sh -i SNMP_TRAP_IPS
Install Cloudboot dependencies:
Depending on the needed compute resource type, you should install onapp-ramdisk-DISTRO-FLAVOR package(s), where:
DISTRO - CentOS6 or CentOS7
FLAVOR - XEN, KVMIt is required to install yum install onapp-ramdisk-centos7-default together with onappstore packages.
It is recommended to install all packages. Below you can find an example:
bash#> # yum install onapp-ramdisk-centos6-kvm bash#> # yum install onapp-ramdisk-centos6-xen bash#> # yum install onapp-ramdisk-centos7-kvm bash#> /onapp/onapp-store-install/onapp-store-install.sh bash#> # yum install onapp-ramdisk-centos7-default
Make sure that you run
bash#> # yum install onapp-ramdisk-centos7-default
package after executingbash#> /onapp/onapp-store-install/onapp-store-install.sh
.After onapp-ramdisk-centos7-default installation the following packages will be installed automatically:
onapp-store-install
onapp-ramdisk-tools
Install OnApp license to activate the Control Panel. Enter a valid license key via the Web UI (you'll be prompted to do so). Your default OnApp login is admin/changeme. The password can be changed via the Control Panel's Users menu in the Control Panel.
Once you have entered a license it can take up to 15 minutes to activate.Restart the OnApp service:
bash#> service onapp restart
After you have installed the Control Panel server, configure your Cloud Settings. See Configure Cloud for details.
This section is the part of the OnApp installation procedure. |
---|
Install Control Panel Server > Install Compute Resources > Install Data Stores > Install Backup Server > Configure vCloud Director Integration > Configure Cloud |