Self Learner | Information Technology Enthusiast | Hamba Allah

My photo
Pribadi yang berdzikir itu : kalau bicara, bicaranya dakwah, diamnya berdzikir, nafasnya tasbih, matanya penuh ramat Allah, telinganya terjaga, pikirannya baik sangka, tidak suka sinis, pesimis dan tak suka memvonis. . dia tidak sibuk mencari kesalahan orang lain dan asik memperbaiki dirinya . . (Ust.Muhammad Arifin Ilham)

Thursday, February 18, 2016

Failed power on VM on ESXi 6.0 "Incompatible hypervisor"



I got problem when trying to install Cisco Nexus 1000v in my LAB environtment,
I used Nested ESXi 6.0 cluster with vCenter which running on top of KVM virtualization.

Cluster and vCenter was operated properly, there is no problem when running so many VMs either for running VM 32-bit or 64-bit,
any distro of Linux and windows able to start and operate normally.

As a Cloud network engineer, i am really curious about any product of SDN and network virtualization technology,
in this case i tried to install Cisco Nexus 1000v on top of my LAB environtment, try to taste another option instead of using VSS (Virtual standart Switch) and vDS (Virtual Distribute Switch).

I downloaded Cisco Nexus 1000v (N1KV) from cisco portal,



Try to deploy the .ova file (nexus-1000v.4.2.1.SV2.1.1.ova) directly from vCenter Server



But i got a little problem when trying to powered on the VM, the VM can't powered on and showing error message as below:


You are running VMware ESX through an incompatible hypervisor.
You cannot power on a virtual machine until this hypervisor is disabled.

Previously i think the problem is due to the ESXi is running on KVM virtualization, but after the searching by google i got the resolution of this problem.
To fix the problem, let follow the following steps:

  1. connect ssh into the ESXi machine (SSH access must be opened from the security configuration)
  2. On ESXi run command: esxcli system settings advanced set -o /Net/FollowHardwareMac -i1
  3. Edit the config file by run: vi /etc/vmware/config
  4. Add the following line to the file ‘vmx.allowNested = "TRUE"’ and save.
  5. Run ‘/sbin/auto-backup.sh’. Please ignore any warnings. 
Then retry powered on the N1KV VM, and you will not see the error again and Cisco Nexus 1000v VM able to start normally :)


Let continue your exploration ..


18 February 2016
Donny Achmadi