vmware.log indicates a network interruption between the FT primary and secondary nodes:[YYYY-MM-DDTHH:MM:SS] In(05) vcpu-# - [vob.ftcpt.primary.reader.error] FT primary host cannot hear from secondary host. [YYYY-MM-DDTHH:MM:SS] In(05) vcpu-# - [vob.ftcpt.remote.no.response] FT remote host (<secondary>) is not responding.VMware vSphere ESXi 8.x
The issue occurs when multiple VMkernel interfaces are configured for FT on the same subnet on each ESXi host.
For example:FT_vmkernel1: 192.0.2.1 / 255.255.255.0 FT_vmkernel2: 192.0.2.2 / 255.255.255.0
When implementing a multiple NIC configuration for a Fault Tolerance network, assign different subnets for each VMkernel interface.
For example:FT_vmkernel1: 192.0.2.1 / 255.255.255.0 FT_vmkernel2: 192.0.3.1 / 255.255.255.0
For a similar issue, refer to: “Bad Parameter” error on Fault Tolerance with multiple NIC configuration.