diff --git a/docs/en-US/first_ms_node_install.xml b/docs/en-US/first_ms_node_install.xml index fcb4a864875..3c3e51acca1 100644 --- a/docs/en-US/first_ms_node_install.xml +++ b/docs/en-US/first_ms_node_install.xml @@ -25,34 +25,33 @@
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. + + + Ensure you have configured your machine according to + + or + + as appropriate for your platform. + + + + + Install the &PRODUCT; management server packages by + issuing one of the following commands as appropriate: + # yum install cloud-client + # apt-get install cloud-client + + + + + (RPM-based distributions) When the installation is + finished, run the following commands to start essential + services: + # service rpcbind start +# service nfs start +# chkconfig nfs on +# chkconfig rpcbind on +