Xenserver Heterogeneous CPUs in Pool
I have been working to get some Xenservers setup in the same pool that have different CPU versions. With different features, I get the error message that the CPUs are not homogeneous. To help rectify this, I created the following script and then followed the instructions below. /root/get-cpu-features On server 1 The output will look something like this: Usage: ./get-cpu-features [features-key1] [features-key2] On server 2, run the script again, but this time specify the key from server 1 as an argument to the script. Now the output will look like this: The compatible feature key for all nodes is the one labeled merged, in this case, 0000e3bd-bfebfbff-00000001-20100800. On each of the two nodes, we now need to set the feature key. We can do this by running this command on each node: Now reboot the nodes and then join them to the same pool. Note: If you have more than two nodes, then you will need to add a second argument when running the script on nodes...
Read More