Link to home
Start Free TrialLog in
Avatar of tandersen_ODS
tandersen_ODS

asked on

Nested ESXi with EVC Merom

I have been racking my head the last few days trying to create a nested ESXi host running on Hardware level 9 and 5.1. My base cluster is running EVC for Merom. I can setup a nested ESXi with 5 and 5.1 as long as I leave my hardware level at 8. If I try using 9 and check off the box to pass hardware onto my VM, starting the VM gives me the following message:

To resolve CPU incompatibilities, use a cluster with Enhanced vMotion Compatibility (EVC) enabled. See KB article 1003212.
Virtualized Hardware Virtualization support is unavailable. This may be because Intel VT-x/AMD-V is disabled in the BIOS.

When running through Hardware Level 8 I don't get this message and my nested environments work as long as I have the following in the VMX file:

monitor.virtual_exec = "hardware"
vhv.enable = "true"
vhv.allow = "true"
cpuid.1.ecx = "00000000000000001010001000111001"
guestOS = "rhel6-64"
monitor.virtual_mmu = "hardware"
monitor_control.restrict_backdoor = "true"

Upgrading a working 5.1 environment fro HW 8 to 9 results in it breaking. Does anyone have any ideas? I have consulted all the known resources on the web.
ASKER CERTIFIED SOLUTION
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tandersen_ODS
tandersen_ODS

ASKER

I realize it is not officially supported! That is why I am going through this forum versus contacting VMWare!
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Upon digging further, I discovered that one of the machines in my cluster does not support NestedHV. Because of that HW v9 will not work properly with nested ESXi 5.1 environments. I will have to stick to HW v8 for now!