diff --git a/docs/en-US/management-server-install-multi-node.xml b/docs/en-US/management-server-install-multi-node.xml
index db4bca5f83e..8ac70ac926e 100644
--- a/docs/en-US/management-server-install-multi-node.xml
+++ b/docs/en-US/management-server-install-multi-node.xml
@@ -27,45 +27,38 @@
For your second and subsequent Management Servers, you will install the Management Server software, connect it to the database, and set up the OS for the Management Server.
- Perform the steps in .
+
+
+ Perform the steps in and
+ or
+ as appropriate.
+
- Download the Management Server onto the additional host where it will run. Get the software from the following link.
- https://www.citrix.com/English/ss/downloads/
-FIXME
- You will need a MyCitrix account.
-
- Install the packages. You should have a file in the form of “&PRODUCT;-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:
+
+
+ Ensure that necessary services are started and set to start
+ on boot.
-# tar xzf &PRODUCT;-VERSION-N-OSVERSION.tar.gz
-# cd &PRODUCT;-VERSION-N-OSVERSION
-# ./install.sh
+# service rpcbind start
+# service nfs start
+# chkconfig nfs on
+# chkconfig rpcbind on
- 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):
+
+
+ Configure the database client. Note the absence of the
+ --deploy-as argument in this case.
+ (For more details about the arguments to this command, see
+ .)
+
-# service rpcbind start
-# service nfs start
-# chkconfig nfs on
-# chkconfig rpcbind on
+ # cloud-setup-databases cloud:dbpassword@dbhost -e encryption_type -m management_server_key -k database_key
- Configure the database client. Note the absence of the --deploy-as argument in this case.
- (For more details about the arguments to this command, see .)
-
- # cloud-setup-databases cloud:<dbpassword>@<dbhost> -e <encryption_type> -m <management_server_key> -k <database_key>
-
-
- (Trial installations only) If you are running the hypervisor on the same machine with the Management Server, edit /etc/sudoers and add the following line:
- Defaults:cloud !requiretty
-
Configure the OS and start the Management Server:
- # cloud-setup-management
+ # cloud-setup-management
The Management Server on this node should now be running.
Repeat these steps on each additional Management Server.