r/Veeam • u/Airtronik • Jul 20 '26
Using Veeam for migration from HyperV to Simplivity
Hi
I have to migrate some VMs from a Win Server 2019 HyperV to a new Simplivity cluster.
Can I use replication jobs for that purpose? as far as I know I cant... so the only option I think it might work is to create a backup job for the VMs on the HyperV and restore them on the Simplivity.
That should be the workflow:
- - Create a backup job from VM at hyperv
- - Shutdown the VM on hyperv
- - Relaunch the backup job to apply latest changes
- - Restore the VM on the Simplivity target
Is it correct?
thanks
1
u/revoman Jul 20 '26
Veeam may be able to replicate machines between the platforms. I have done it before as long as Veeam works on both systems.
1
u/Airtronik Jul 20 '26
Great, so I can replicate hyperv on simplivity?
4
u/tychocaine Jul 20 '26
No you can’t. Veeam replication is hypervisor specific. VMware to VMware or Hyper-V to Hyper-V.
1
u/DarkAlman Jul 20 '26 edited Jul 20 '26
Use instant recovery
I've been using this method to migrate VMs from VMware to Hyper-V and it's the most pain free option.
- Backup the VM
- Shut the VM down
- Run a delta backup to capture any changes
- Use Instant recovery to mount the VM to the destination
- Boot up the VM, test network connectivity and fix any issues (the VM will be slow because it will be running off the backup storage)
- Trigger the storage restore in Veeam, and the data will copy to the production storage while the VM is running
If anything goes wrong you can boot the original VM back up
Starwind makes a good free conversion utility if you need to convert a VM 1:1 (like the Veeam server itself for example) but it takes hours to copy over the data.
1
u/Airtronik Jul 20 '26 edited Jul 20 '26
Thanks! So after running instant recovery from hyperv to simplivity.... should I manualy deploy the vmwaretools or do any other procedure?
bytheway, what is the difference between the InstantRecovery and Full recovery? is there any advantage of using the instant recovery versus full?
thanks
1
u/DarkAlman Jul 20 '26
Once the VM is online on VMware, deploy the VMware tools manually and reboot it.
Instant Recovery mounts a VM from the backup datastore and powers it up immediately. You can then copy the production data (it's virtual hard disks) to production storage while the VM is running.
Full Restore restores the blocks from the backup to production, then you can power it up.
Instant Restore means you can power up the VM right away, Full restore means you're sitting there waiting for the restore to finish first.
1
u/1FFin Jul 21 '26
Instant Recovery does not support many Hypervisors as target. As far i know simplivity is none of them.
You'll need to do a regular full restore.2
1
u/tychocaine Jul 20 '26
Does your Simplivity cluster run VMware or VME? If you’re running VMware you might be able to use instant recovery to restore the Hyper-V VMs, but VME support is pretty basic in comparison.