1

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?

Gerald Schneider
  • 19,757
  • 8
  • 52
  • 79
Prince Tagoe
  • 31
  • 3
  • 9

3 Answers3

1
  1. Enable SSH on both hosts
  2. Enable outgoing SSH connections in the firewall on the source host
  3. Shutdown the VM
  4. Connect to the source host via ssh
  5. Copy the VM with scp to the target host
  6. Register the VM on the target host
  7. Start the VM on the target host
  8. Delete the VM on the source host
Gerald Schneider
  • 19,757
  • 8
  • 52
  • 79
1

You can use the VMware Converter to migrate the VMs.

  1. Download and install the VMware Converter Standalone (It's free)
  2. Click on Convert machine
  3. Connect to your source ESXi
  4. Select your (powered off) VM
  5. Select the target ESXi
  6. (Optional: Make any necessary changes to the virtual hardware)
  7. Start the conversion
Gerald Schneider
  • 19,757
  • 8
  • 52
  • 79
  • Sorry for not suggesting this in the first place. I dismissed it earlier because you stated that you don't have vCenter licensed. I somehow thought that the converter is bundled with vCenter. – Gerald Schneider May 06 '19 at 07:41
0

You can use Veeam replication for this scenario, but be aware that unlicensed ESXi is not supported.