Can VMWare ESX or ESXi be installed and used inside a virtual machine?
It can be installed inside VMWare Workstation or Server, but then it doesn't work; the main symptoms are:
- It runs REALLY slowly.
- It lets you create VMs, but when powering up them it gives an error stating
"You may not power on a virtual machine in a virtual machine"
.
VMWare ESX or ESXi CAN run inside a virtual machine, provided certain prerequisites are satisfied.
This kind of setup is of course completely useless (and totally unsupported) in a production environment, but can be very useful for two purposes:
Prerequisites:
Setup:
Manually edit the VMX file of the virtual machine you created, setting the following parameters:
guestOS = "vmkernel"
monitor_control.vt32 = "TRUE"
monitor_control.restrict_backdoor = "TRUE"
Start the VM and install ESX or ESXi from the installation ISO image.
Usage:
If everything is done correctly, the VM will start. If it complains about not being able to power on a VM inside a VM, then there is an error with the `monitor_control.restrict_backdoor' parameter (or you're using an old version of VMWare Workstation/Server).
Enjoy :-)
Installing a 64 bit OS is pre required for installing the VM ware ESXi version.I dont think u can carry on with ths installation if the CPU dosent support.
I was able to successfully install ESXi 4.1 into a Virtualbox VM. I had the same issue with the keyboard not being recognized. Out of a whim, I tried installing it on Virtualbox 3.2.6 making a few adjustments and found no problems.
When you create the VM, set memory to 2gb, the hard drive to 10gb, I changed the network card to Bridged so I could use the client from my host desktop, then click the advanced option and select the Intel 1000 Server MT card. I also changed the video to 128mb, but I doubt that would hinder anything if it were lower. Walla, no keyboard problems and the install completed fine. you can then do all your configuration changes with no problems.