Question

Are there tools for migrating from one virtual machine type to another? E.g let's say I have some Xen virtual machine and like to make it run under KVM. I know that qeumu has tools which can be used to "migrate" such machines, but how about:

Xen -> Kvm
Kvm -> Xen
Xen -> VMware (server?)

Was it helpful?

Solution

The format you're looking for is OVF (Open Virtualization Format). It looks like its support in KVM is controversial, but otherwise I think it's been received pretty positively. (Disclaimer: I work for VMware, one of the co-creators of OVF)

OTHER TIPS

I think there is a function migratetouri in libvirt which might help you in the same. But I am not really sure about it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top