vMotion failed at 21%, How To Troubleshoot?
Problem : vMotion failed at 21%
Steps:1
Find IP address of source ESXi server using esxcfg-vmknic -l command
2> Are you able to ping any other server ?
use vmkping -I command
vmkping -I vmk2 destinationIP
I was not able to do vMotion because of wrong MTU . Problem solved after setting correct MTU of 1500
Make sure to check port group,MTU and port options while troubleshooting vMotion issues
A general summary of vMotion process can be find below : Check VMware KB 1003734 for more details
- vMotion request is sent to the vCenter Server
- vCenter Server sends the vMotion request to the destination ESXi host
- vCenter Server computes the specifications of the virtual machine to migrate
- vCenter Server sends the vMotion request to the source ESXi host to prepare the virtual machine for migration
- vCenter Server initiates the destination host virtual machine
- vCenter Server initiates the source host virtual machine
- vCenter Server switches the virtual machine’s ESXi host from the source to destination
- vCenter Server completes the vMotion task
Thanks for reading. Subscribe to get updates . Remember to share
Have a good day
Jobi