1 virt-p2v : P2V ("physical to virtual") migration tool
2 ----------------------------------------------------------------------
4 Written by Richard W.M. Jones <rjones@redhat.com>
6 Copyright (C) 2007-2008 Red Hat Inc.
8 http://et.redhat.com/~rjones/virt-p2v/
11 ----------------------------------------------------------------------
13 Please send all queries, patches, bug reports etc. to the
14 et-mgmt-tools mailing list:
16 http://www.redhat.com/mailman/listinfo/et-mgmt-tools
20 ----------------------------------------------------------------------
22 Binaries are available from the website (live CD images which can be
23 burned directly to a CD and booted on the p2v candidate machine).
25 http://et.redhat.com/~rjones/virt-p2v/download.html
29 ----------------------------------------------------------------------
31 Please read the manual page:
34 or make man; nroff -man virt-p2v.1 | less
35 or http://et.redhat.com/~rjones/virt-p2v/virt-p2v.1.html
39 ----------------------------------------------------------------------
43 * livecd-creator (on Fedora the package is 'livecd-tools')
44 * ocaml, ocaml-extlib, ocaml-pcre, ocaml-xml-light (all in Fedora)
45 * qemu and/or KVM (only for testing)
51 As root, 'make build' will build an ISO image called
52 'virt-p2v-$VERSION.iso'.
54 Burn the image on to a CD using standard tools.
58 ----------------------------------------------------------------------
60 If you want to test the live CD without actually P2V-ing a real
61 server, then you can run the ISO directly in qemu. (To do any sort of
62 realistic testing you will also need an operating system image,
63 eg. from /var/lib/xen/images, to experiment with). For example:
65 cp /var/lib/xen/images/rhel5gax32fv.img .
66 make boot HDA=rhel5gax32fv.img