Product SiteDocumentation Site

Chapter 6. Management Server Installation

6.1. Operating System Preparation
6.2. Installation
6.2.1. Management Server
6.2.2. Database
6.2.3. Final configuration steps
The CloudStack installation package includes everything you need to get started, except MySQL. This includes CloudStack as well as dependencies. This section describes installing a Management Servers with MySQL, which resides on the same host. The procedure for the installation is:
  1. Prepare the operating system
  2. Install and configure the management server
  3. Install and configure MySQL

6.1. Operating System Preparation

The CloudStack Management Server requires RHEL/CentOS 5.4 64 bit or later, or Fedora 14 or later. The OS must be prepared to host the Management Server using the following steps.

Note

NTP configuration is highly recommended. Installing and configuring ntp or chrony should be done on all hosts
  1. Edit the /etc/hosts file to make sure that the Management Server has a fully-qualified host name that resolves to an IP address.

    Note

    The above will make the management server work, but in a production environment the host name should be configured via DNS
  2. Log in as root. All the subsequent steps should be run as root.
  3. Ensure that the SELinux variable in /etc/selinux/config is set to permissive.
  4. Run the following command to disable SELinux in the current session.
    # setenforce permissive
    

    Note

    Performing both of the above steps is mandatory to avoid a reboot.
  5. Make sure that the Management Server can reach the Internet.
    # ping www.google.com