VMware Cloud Community
nicolaj
Enthusiast
Enthusiast

VMotion CPU Incompatiblity

Hi,

I'm upgrading from ESX 2.5.4 to ESX 3.0.2. I've already upgraded my VC server to 2.0.1, and I'm now attempting to vmotion virtual machines off one of my ESX servers so that I can upgrade it. I get the following error: "The cpu of the host is incompatible with the CPU feature requirements of the virtual machine. CPUID level 0x1 register 'ecx'"

I'm going from an IBM x366 Intel Xeon MP to an IBM x365 Intel Xeon MP. I've vmotioned between these machines for years in the past using VC 1.4 without ever having a problem, so I'm not too worried about actual incompatibilities. I've found lots of topics in the forums addressing this problem, and the solution is to set the bit mask so VC will ignore the differences. This is not an option on the VM level with ESX 2.5.4, so I have to update vpxd.cfg on virtual center. My question is, what exactly are the differences? How do I code this mask? Here's what's in /proc/vmware/cpuinfo on each of these servers:

x366:

pcpu 00 01 02 03 04 05 06 07

family 15 15 15 15 15 15 15 15

model 04 04 04 04 04 04 04 04

type 00 00 00 00 00 00 00 00

stepping 01 01 01 01 01 01 01 01

cpuKhz 3669722 3669722 3669722 3669722 3669722 3669722 3669722 3669722

busKhz 166805 166805 166805 166805 166805 166805 166805 166805

name GenuineIntel GenuineIntel GenuineIntel GenuineIntel GenuineIntel GenuineIntel GenuineIntel GenuineIntel

ebx 0x00020800 0x01020800 0x06020800 0x07020800 0x10020800 0x11020800 0x16020800 0x17020800

baseFeat 0xbfebfbff 0xbfebfbff 0xbfebfbff 0xbfebfbff 0xbfebfbff 0xbfebfbff 0xbfebfbff 0xbfebfbff

extFeat 0x0000659d 0x0000659d 0x0000659d 0x0000659d 0x0000659d 0x0000659d 0x0000659d 0x0000659d

initApic 0x00000000 0x00000001 0x00000006 0x00000007 0x00000010 0x00000011 0x00000016 0x00000017

apicID 0x00000000 0x00000001 0x00000006 0x00000007 0x00000010 0x00000011 0x00000016 0x00000017

x365:

pcpu 00 01 02 03 04 05 06 07

family 15 15 15 15 15 15 15 15

model 02 02 02 02 02 02 02 02

type 00 00 00 00 00 00 00 00

stepping 06 06 06 06 06 06 06 06

cpuKhz 2700450 2700450 2700450 2700450 2700450 2700450 2700450 2700450

busKhz 100016 100016 100016 100016 100016 100016 100016 100016

name GenuineIntel GenuineIntel GenuineIntel GenuineIntel GenuineIntel GenuineIntel GenuineIntel GenuineIntel

ebx 0x0002080c 0x0102080c 0x0202080c 0x0302080c 0x0402080c 0x0502080c 0x0602080c 0x0702080c

baseFeat 0xbfebfbff 0xbfebfbff 0xbfebfbff 0xbfebfbff 0xbfebfbff 0xbfebfbff 0xbfebfbff 0xbfebfbff

extFeat 0x00004400 0x00004400 0x00004400 0x00004400 0x00004400 0x00004400 0x00004400 0x00004400

initApic 0x00000000 0x00000001 0x00000002 0x00000003 0x00000004 0x00000005 0x00000006 0x00000007

apicID 0x00000000 0x00000001 0x00000002 0x00000003 0x00000004 0x00000005 0x00000006 0x00000007

Please help me decipher!

Thank you

Tags (1)
0 Kudos
0 Replies