Creating vsphere nested and network lab

Untitled Document

After installing ESXi 5 or 6 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:

#vim /etc/vmware/config

then add this line at the end of file:

vhv.allow = "TRUE"

or use command

echo 'vhv.allow = "TRUE"' >> /etc/vmware/config

After 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 to access internet do the following: 

Click on the host

  1. Go to “Configuration”
  2. Click on “Networking”
  3. Click “Properties” on the vSwitch
  4. Select the correct portgroup
  5. Click “Edit”
  6. Click “Security”
  7. Set “Promiscuous Mode” to “Accept”
  8. Click “Ok”
  9. Click “Close

after that verify host support kvm install use this:

root@server1:~# egrep '(vmx|svm)' --color=always /proc/cpuinfo 

if return 0 mean that hardware virtualize not support KVM, if reture 1 or biger than 1 it mean hardware support virtualize with kvm

==============================

http://www.yellow-bricks.com/2012/06/12/creating-a-nested-lab/ 

http://www.vcritical.com/2011/07/vmware-vsphere-can-virtualize-itself/

http://www.virtuallyghetto.com/2011/07/how-to-enable-support-for-nested-64bit.html