esxtop
command to monitor network statistics during the vMotion process.esxcli network nic stats get -n vmnicX
vmx - MigrateSetState: Transitioning from state MIGRATE_FROM_VMX_WAITING (9) to MIGRATE_FROM_VMX_PRECOPY (10)
VMware vSphere ESXi
There are Receive CRC errors on the active physical adapter used for vMotion.
CRC stands for Cyclic Redundancy Check, a method used to detect errors in data transmission. When the source host creates a packet, it calculates the CRC value using a specific algorithm. This calculated CRC value is then placed in the FCS field and sent along with the packet. When the destination host receives the packet, it performs the same CRC calculation on the received data. If the result matches the CRC value in the FCS field, the packet is considered error free and is processed as expected. If it doesn’t match, the packet is assumed to be corrupted during transmission and is discarded, this is known as a CRC Error.
To troubleshoot vmnic errors reported on ESXi, please refer: Troubleshooting NIC errors and other network traffic faults in ESXi
To continuously check for increase in packet errors on a physical uplink of ESXi host, use the below command:
watch -d esxcli network nic stats get -n vmnicX