This section is the part of the OnApp installation procedure. |
---|
Install Control Panel Server > Install Compute Resources > Install Data Stores > Install Backup Server > 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-4.2.noarch.rpm
Install OnApp Control Panel installer package:
bash#> yum install onapp-cp-install
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
Install Cloudboot dependencies:
This step is optional: if you have Integrated Storage, take this step, otherwise skip it.
bash#> yum install onapp-store-install bash#> /onapp/onapp-store-install/onapp-store-install.sh
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 and Groups 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.
Perform the following steps if you plan to deploy Accelerator. Otherwise skip.Specify user name and password for rabbitmq-server:
rabbitmqctl add_user username 'userpass'
Set permissions for this user:
rabbitmqctl set_permissions -p '/' username ".*" ".*" ".*"
Restart OnApp service:
service onapp restart
Compute Resources and Control Panel must use the same rabbitmq-server.
This section is the part of the OnApp installation procedure. |
---|
Install Control Panel Server > Install Compute Resources > Install Data Stores > Install Backup Server > Configure Cloud |