Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 2.17 KB

File metadata and controls

74 lines (50 loc) · 2.17 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

sudo apt install cloudstack-management

Note

MySQL Python connector is unavailable in Debian 12 (bookworm), please install the package provided by MySQL:

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 -y mysql-connector-python-py3