views:

63

answers:

1

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?)

+2  A: 

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)

Rob Heiser
Does that mean I can take e.g my XEn vm and make it into some vmware System?
Friedrich
Conceptually, that's the idea. I haven't worked with OVF and Xen's VMs. A quick search shows a "Project Kensho" at Citrix that works with OVF. VMware has support for it in a number of places, from a command line utility called "ovftool" to direct support in Virtual Center.
Rob Heiser