Symptoms:
Error Message- The vMotion failed because the destination host did not receive data from the source host on the vMotion network. Please check your vMotion network settings and physical network configuration and ensure they are correct. Failed to initialize migration at source. Error 195887200, Necessary module isn't loaded!
VMware vSphere ESXi 7.0
This issue occurs because the vMotion module fails to load
To resolve the issue vMotion Module needs to be enabled.
vmkload_mod -l | grep migrate
vmkload_mod migrate
vmkload_mod -l | grep migrate
services.sh restart
vmkload_mod -l | grep migrate
You must see an output similar to:vmkload_mod -l | grep migrate
migrate 2 252
The issue can also occur if the (nrdma and nrdma_vmkapi_shi) module value are set to disabled, Documented in KB- vMotion fails with error "Failed to start migration: Necessary module isn't loaded"