Hi,
I've got a problem with getting a CPUID mask to work..
The error I get when I vmotion is
Host CPU is incompatible with the virtual machine's requirements at CPUID level 0x80000001 register 'ecx'.
host bits : 0000:0000:0000:0000:0000:0001:1110:1001
required : 0000:0000:0000:0000:00xx:0xx0:0000x:xxxx
refer to KB 1993 etc etc
So Ive modified my vpxd.cfg as follows..
<config>
<!-- <ws1x> -->
<!-- Enables 1.x Web Services compatibility -->
<!-- <enabled>true</enabled> -->
<!-- Enables 1.x Built in Perf data Refresh -->
<!-- <perfRefreshEnabled>false</perfRefreshEnabled> -->
<!-- Location of ws1x persistent data. Default is same directory as vpxd.cfg -->
<!-- <dataFile> C:\ws1x.xml </dataFile> -->
<!-- Location of the ws1x event mapping file. Default is the same directory as vpxd.cfg -->
<!-- <eventMap> C:\ws1xEventMap.xml </eventMap> -->
<!-- </ws1x> -->
<vpxd>
<guestOSDescriptor>
<esx-3-x-x>
<all-versions>
<all-guests>
<cpuFeatureMask>
<default-vendor>
<level-80000001>
<ecx>--::::xx:-xx-:---x:xxxx</ecx>
</level-80000001>
</default-vendor>
</all-guests>
</all-versions>
</esx-3-x-x>
</guestOSDescriptor>
<das>
<serializeadds>true</serializeadds>
<slotMemMinMB>256</slotMemMinMB>
<slotCpuMinMHz>256</slotCpuMinMHz>
</das>
<filterOverheadLimitIssues>true</filterOverheadLimitIssues>
</vpxd>
<vmacore>
<threadPool>
<TaskMax>30</TaskMax>
</threadPool>
<http>
<readTimeoutMs>45000</readTimeoutMs>
<writeTimeoutMs>45000</writeTimeoutMs>
<blacklistPeriodMs>3000</blacklistPeriodMs>
</http>
<ssl>
<handshakeTimeoutMs>30000</handshakeTimeoutMs>
</ssl>
</vmacore>
</config>
Restarted vmware virtual center service but this isnt working..
Can anyone see why?? could be somthing obvious Im just not seeing it..
thanks
Chris