Migrate/Copy VM from ESXi to other ESXi
I am attempting to migrate a lot of VMs from old ESXi server to new ESXi server
I don't have VMware vCenter
I have Veeam Backup and Replication
Any idea or any suggestions to do this migration?
Solution 1:
- Enable SSH on both hosts
- Enable outgoing SSH connections in the firewall on the source host
- Shutdown the VM
- Connect to the source host via ssh
- Copy the VM with scp to the target host
- Register the VM on the target host
- Start the VM on the target host
- Delete the VM on the source host
Solution 2:
You can use the VMware Converter to migrate the VMs.
- Download and install the VMware Converter Standalone (It's free)
- Click on Convert machine
- Connect to your source ESXi
- Select your (powered off) VM
- Select the target ESXi
- (Optional: Make any necessary changes to the virtual hardware)
- Start the conversion