Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 2.13 KB

File metadata and controls

71 lines (49 loc) · 2.13 KB

Install the Management Server on the First Host

The first step in installation, whether you are installing the Management Server on one host or many, is to install the software on a single node.

Note

If you are planning to install the Management Server on multiple nodes for high availability, do not proceed to the additional nodes yet. That step will come later.

The CloudStack Management server can be installed using either RPM or DEB packages. These packages will depend on everything you need to run the Management server.

Install on CentOS/RHEL

yum install cloudstack-management

Install on SUSE

zypper install cloudstack-management

Install on Ubuntu

sudo apt install cloudstack-management

Install on Debian

Note

The MySQL Python connector is not available in Debian's package repository sources, please add MySQL's own package repository:

wget https://dev.mysql.com/get/mysql-apt-config_0.8.36-1_all.deb -O /tmp/mysql-apt-config_0.8.36-1_all.deb
sudo apt install -y /tmp/mysql-apt-config_0.8.36-1_all.deb
sudo apt update
sudo apt install cloudstack-management