VMware Networking Community
yokoth
Contributor
Contributor

About synchronization status when using Bulk migration

When doing virtual machine migration with HCX Bulk Migration, is the final delta synchronization done after the source virtual machine is shut down?
Reply
0 Kudos
2 Replies
yokoth
Contributor
Contributor

There is another point to worry about.Is there a way to confirm the start and completion of delta synchronization?

Reply
0 Kudos
ChrisFD2
VMware Employee
VMware Employee

Bulk will do an initial replication which uses HBR under the hood. Once the initial synchronisation has occurred it will maintain a 2 hour RPO on that sync. When you initiate the migration switchover, HCX will power off the VM and then it will do a final cold synchronisation prior to cutover.

 

Stats wise you can follow the following KB:

https://kb.vmware.com/s/article/2081078

Use this to get all VMs and map the VM ID to the one being replicated:

vim-cmd vmsvc/getallvms

Then use this against the vmid of the VM you are interested in to see stats.

vim-cmd hbrsvc/vmreplica.getState vmid

Regards,
Chris
VCIX-DCV 2024 | VCIX-NV 2024 | vExpert 6x | CCNA R&S
Reply
0 Kudos