I have to create virtual copy of existing server (for testing purpose).

I have two (physical host) hosts:

  • main - this one will be used as source for virtual machine disk image. It has standard Ubuntu 10.04 installation. It uses LVM.
  • second - this one will be used as hypervisor host. It's also vanilla Ubuntu 10.04 installation. I plan to install kvm and crate guest machine that will be copy of main machine.

I would like to do it with out shutdowning main machine.

I know I can use mondo for this (http://www.mondorescue.org/docs/p2v.pdf). But I wonder if is possible only with using LVM snapshots. That is to create LVM snapshot of main and use it for creating virtual machine on second?

If LVM option is possible, could you please give me some links to tutorials that describes this procedure?

link|improve this question

70% accept rate
What services are running on the "main" host? Databases are notoriously hard to capture as a disk image. – DerfK Jan 24 '11 at 13:29
some websites in developmend (django with mysql), redmine, mercurial. Traffic is low, so theoretically (during night) it could be some time window without any db access. In worst case i can shout down the main host, but would prefer to try doing it live. – Maciek Sawicki Jan 24 '11 at 13:40
feedback

1 Answer

up vote 0 down vote accepted

I decided I will shutdown my machine and boot it from live CD. But I found some interesting how to for windows: http://www.petri.co.il/physical-to-virtual-with-disk2vhd.htm

There is also interesting tool from vmware that can do what I need (migrate linux machine) but it needs windows to be used as VM host - http://www.vmware.com/products/converter/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.