-
1. Re: The supportance for the host of nested esxi guests.
bluefirestorm Aug 21, 2017 8:51 PM (in response to testman1)VMware does not support nested ESXi guest is a matter of policy; not a matter of technological possibility. You can run an ESXi within an ESXi as VM.
vhv.enabled = "true" set the vmx configuration file of an ESXi will allow the ESXi VM to support virtualisation within it.
If you haven't seen/read this Running Nested VMs , you should read that.
-
2. Re: The supportance for the host of nested esxi guests.
vasan22in Aug 21, 2017 9:08 PM (in response to testman1)Hello,
You are correct, VMware will not support Nested ESXi. The meaning of "vhv.enabled = true"
Nested virtualization is when you run guest hypervisor, like ESXi 5 or later version, inside a virtual machine(VM) instead that on real physical server hardware. This will require hardware-assisted virtualization (HV) for 64-bit capable system and CPU. Because of the we enabling vhv.enabled = true. Refer the below
http://www.virtuallyghetto.com/2011/07/how-to-enable-support-for-nested-64bit.html ..
-
3. Re: The supportance for the host of nested esxi guests.
testman1 Aug 21, 2017 9:14 PM (in response to bluefirestorm)Hi,
Thanks for quick response.
maybe I know that.
Let me rephrase:
Guests on the ESXi guest | <-- Unsupported.
type1 hypervisor[Nested ESXi]| <-- Unsupported.
type1 hypervisor[ESXi host] | <--- I want to ask you whether it'll be supported or not.
Hardware |
Thanks for your patience.
-
4. Re: The supportance for the host of nested esxi guests.
vasan22in Aug 21, 2017 9:30 PM (in response to testman1)1 person found this helpfulHello,
Guests on the ESXi guest | <-- Unsupported. -- > Means Installing ESXi on vmware workstation/fusion for home testing purpose. You are not supported
type1 hypervisor[Nested ESXi] | <-- Unsupported. --> Install ESXi inside an ESXi, then install & configure VMs on that inside ESXi hosts, not supported.
type1 hypervisor[ESXi host] | --> Yes. You are supported. If your are installing licensed ESXi on recommended Hardware. Refer recommended h/w list,
-
5. Re: The supportance for the host of nested esxi guests.
testman1 Aug 21, 2017 9:50 PM (in response to vasan22in)