Creating a nested lab
After installing ESXi on my physical box I “ssh” in to it. In order to allow “nested ESXi” to boot a 64bit OS you will need to run the following:
echo 'vhv.allow = "TRUE"' >> /etc/vmware/configAfter you have done that you will want to make sure you will get network connection. Go to your “VM Network” portgroup, or if you named it differently the portgroup that is used to connect the virtual ESXi hosts to. For each of the hosts do the following:
- Click on the host
- Go to “Configuration”
- Click on “Networking”
- Click “Properties” on the vSwitch
- Select the correct portgroup
- Click “Edit”
- Click “Security”
- Set “Promiscuous Mode” to “Accept”
- Click “Ok”
- Click “Close”
- Right click on the VM
- Click “Edit settings”
- Click the “Options” tab
- Click on “CPU/MMU virtualization”
- Select the 4th option “Use Intel VT-x / AMD-v…”
Post a Comment
Post a Comment