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.
yum install cloudstack-management
zypper install cloudstack-management
sudo apt install cloudstack-management
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 updatesudo apt install cloudstack-management