In environments utilizing IP-based storage (iSCSI, NFS, or NVMe over TCP), traffic may fail to failover to a secondary path even when two VMkernel (VMK) interfaces are configured on the same subnet. This results in storage connectivity loss during a physical link or switch failure, despite the presence of redundant paths.
Storage paths show as "Dead" or "Timed Out" upon physical link failure.
ESXi does not route storage traffic through the surviving VMK interface.
VMware ESXi 7.x, 8.x
The primary cause is typically ESXi Multi-Homing routing behavior. By default, the ESXi networking stack (NetStack) uses the first initialized VMK for all traffic destined for a specific subnet. Without explicit configuration, ESXi will not automatically "swing" traffic to a second VMK on the same subnet because the routing table treats the first interface as the valid egress point.
Another common cause is incorrect NIC Teaming policy; if using "Route based on originating virtual port," specific storage protocols (like iSCSI) require explicit Port Binding to utilize multiple paths.
For iSCSI, you must explicitly bind each VMkernel interface to the iSCSI Software Adapter to enable Multipathing (PSP).
Ensure each VMK is assigned to only one active physical uplink. (VMK1 -> vmnic0; VMK2 -> vmnic1).
Navigate to Storage Adapters > Software iSCSI Adapter > Network Port Binding.
Add both VMK interfaces.
Verify that the Paths tab shows "Active" paths through both VMKs.
NFS does not support Port Binding. To ensure failover:
Assign each storage VMkernel to a different subnet.
Configure the Storage Array with matching interfaces on both subnets.
This forces the ESXi routing table to use the specific VMK corresponding to the target IP's subnet.
If using a single VMK with multiple uplinks:
Ensure the Teaming Policy is set to "Link Status only" or "Beacon Probing" (if supported).
Verify that both physical uplinks are in the Active category.
For NFS on VDS, consider using LACP if the physical switch infrastructure supports it to provide link-level redundancy under a single IP.
Please refer to kb Multihoming on ESXi to know more about Multihoming condition.
Note : Storage using the scini driver will not have a feature of Port Binding so we can either use a single VMK in Active/Standby mode.