xe pool-param-set name-label=<"New Pool"> uuid=<pool_uuid>

Creating heterogeneous resource pools

Note:

Heterogeneous resource pool creation is only available for XenServer Enterprise or Platinum editions. To learn more about XenServer editions and to find out how to upgrade, visit the Citrix website here here

XenServer 5.6 simplifies expanding deployments over time by allowing disparate host hardware to be joined into a resource pool, known as heterogeneous resource pools. Heterogeneous resource pools are made possible by leveraging technologies in recent Intel (FlexMigration) and AMD (Extended Migration) CPUs that provide CPU "masking" or "leveling". These features allow a CPU to be configured to appear as providing a different make, model, or functionality than it actually does. This enables you to create pools of hosts with disparate CPUs but still safely support live migrations.

Using XenServer to mask the CPU features of a new server, so that it will match the features of the existing servers in a pool, requires the following:

the CPUs of the server joining the pool must be of the same vendor (i.e.. AMD, Intel) as the CPUs on servers already in the pool, though the specific type, (family, model and stepping numbers) need not be.

the CPUs of the server joining the pool must support either Intel FlexMigration or AMD Enhanced Migration.

the features of the older CPUs must be a sub-set of the features of the CPUs of the server joining the pool.

the server joining the pool is running the same version of XenServer software, with the same hotfixes installed, as servers already in the pool.

an Enterprise or Platinum license.

Creating heterogeneous resource pools is most easily done with XenCenterwhich will automatically suggest using CPU masking when possible. Refer to the Pool Requirements section in the XenCenter help for more details. To display the help in XenCenter press F1.

To add a heterogeneous XenServer host to a resource pool using the xe CLI

1.Find the CPU features of the Pool Master by running the xe host-get-cpu-featurescommand.

2.On the new server, run the xe host-set-cpu-featurescommand and copy and paste the Pool Master's features into the features parameter. For example:

xe host-set-cpu-features features=<pool_master's_cpu_ features>

3.Restart the new server.

4.Run the xe pool-joincommand on the new server to join the pool.

To return a server with masked CPU features back to its normal capabilities, run the xe host-reset-cpu- features command.

Note:

To display a list of all properties of the CPUs in a host, run the xe host-cpu-infocommand.

Adding shared storage

For a complete list of supported shared storage types, see the Storage chapter. This section demonstrates how shared storage (represented as a storage repository) can be created on an existing NFS server.

21

Page 41
Image 41
Citrix Systems 5.6 manual Creating heterogeneous resource pools, Adding shared storage