XenServer migrate machines between hosts
Posted
by
Hubert Kario
on Server Fault
See other posts from Server Fault
or by Hubert Kario
Published on 2012-06-06T15:01:25Z
Indexed on
2012/06/11
16:42 UTC
Read the original article
Hit count: 302
I have a XenServer 5.6 Free setup with 5 VMs (Windows and Linux) using about 1.5TB of directly attached storage.
Because our virtualisation needs have grown a bit, we currently are preparing a faster XenServer 6.0 Free machine with more RAM and a more storage. Again, directly attached disks.
How can I migrate the VMs between XenServer machines?
I don't need to keep the machines up and running during migration, but using VM export and import would definitely take too long.
Would making a VM with the same configuration on new host and dd
'ing the LVM volume over network be the only quick and least painful solution? Are there any "gotchas" I should look out for when doing something like this? The old machine has an AMD Phenom II, the new has Intel Xeon E5 CPUs.
© Server Fault or respective owner