VMware Cloud Community
naveenbaldwa1
Enthusiast
Enthusiast

VM's migration from standalone ESXi 5.0 to standalone new ESXi 7.0

Hello

I want to move VM's from old standalone ESXi 5.0 to standalone new ESXi 7.0, please let me know what are the options i have and what is the best one? Please help.

Thanks in advance!

0 Kudos
3 Replies
continuum
Immortal
Immortal

A: Tar-gzip the VM-directory on the esxi5 - download archive to admin host - upload to esxi7 - unpack and adjust vmx-file.
B: Export to OVA - download OVA to admin host - upload to esxi7 - cross your fingers while importing OVA.

C: Set up Linux VM on one of the esxis.
- connect Linux to esxi5-source-directory via sshfs readonly.
- connect Linux to esxi7-target-directory via sshfs read/write.
- use cp for vmx-files and vmdk-descriptorfiles
- use ddrescue for flat.vmdks

Option C is the one that will ALWAYS work.
Option A may be the most straight forward
Option B is the one that will be suggested by the fanboys

Ulli


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos
a_p_
Leadership
Leadership

2 more options:

André

0 Kudos
naveenbaldwa1
Enthusiast
Enthusiast

Thanks for all suggestions. OVF tool export/import option looks good.

0 Kudos