%BOOK_ENTITIES; ]>
Prepare and Start Additional Management Servers 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 and or as appropriate. This step is required only for installations where XenServer is installed on the hypervisor hosts. Download vhd-util from vhd-util If the Management Server is RHEL or CentOS, copy vhd-util to /usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver. If the Management Server is Ubuntu, copy vhd-util to /usr/lib/cloud/common/scripts/vm/hypervisor/xenserver/vhd-util. Ensure that necessary services are started and set to start on boot. # service rpcbind start # service nfs start # chkconfig nfs on # chkconfig rpcbind on 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 -i management_server_ip Configure the OS and start the Management Server: # cloud-setup-management The Management Server on this node should now be running. Repeat these steps on each additional Management Server. Be sure to configure a load balancer for the Management Servers. See Management Server Load Balancing.