%BOOK_ENTITIES; ]>
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. 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. Download the Management Server onto the host where it will run. Get the software from the following link. https://www.citrix.com/English/ss/downloads/ 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: # tar xzf &PRODUCT;-VERSION-N-OSVERSION.tar.gz # cd &PRODUCT;-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