Virtualization

This host has no isolation addresses defined as required by vSphere HA

May 13, 2016 Rich 1 min read

Had some troubles with an ESXi 5.5 host the past week and rebuilt some of the networking which included removing a vmkernel and re-adding to a standard vSwitch and then setting up VMotion and Management tags on it.
Came across the following error on my host in vSphere Client:
2016-05-13_135825
To resolve this issue, I needed to make sure that there is a default gateway on the port group that the VMotion vmkernel is on.
Click on the ESXi Host then navigate to Configuration > Networking and on the VMkernel Port that I’m using for VMotion, click Properties…
2016-05-13_135657
Next, I examine properties of the VMotion VMkernel.
2016-05-13_135706
Looking at the IP Settings tab, I see there is no VMkernel Default Gateway defined, so I clicked Edit…
2016-05-13_135712
I entered in my default gateway and clicked OK and then OK again to exit the switch properties dialog.
2016-05-13_135718
Finally, I right-click on the ESXi host and click Reconfigure for vSphere HA
2016-05-13_135743
At this point, no additional errors are reported for my ESXi host.  =)

Leave a comment