%BOOK_ENTITIES; ]>
Install the First Management Server Download the &PRODUCT; Management Server onto the host where it will run from one of the following links. If your operating system is CentOS, use the download file for RHEL. Open-source community: http://sourceforge.net/projects/cloudstack/files/CloudStack Acton/ Commercial customers: https://www.citrix.com/English/ss/downloads/. Commercial customers will need a MyCitrix account. Install the &PRODUCT; packages. You should have a file in the form of “CloudStack-VERSION-N-OSVERSION.tar.gz”. Untar the file and then run the install.sh script inside it. Replace the file and directory names below with those you are using: # tar xzf CloudStack-VERSION-N-OSVERSION.tar.gz # cd CloudStack-VERSION-N-OSVERSION # ./install.sh You should see a few messages as the installer prepares, followed by a list of choices. Choose M to install the Management Server software. > M Wait for a message like “Complete! Done,” which indicates that the software was installed successfully. (RHEL or CentOS) When the installation is finished, run the following commands to start essential services (the commands might be different depending on your OS): # service rpcbind start # service nfs start # chkconfig nfs on # chkconfig rpcbind on Continue to Install and Configure the Database.