X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=bbf5742267de6dd91c572aa86348c1d3f9769eea;hb=09eaf293724cc1ed6100f5a8a97cecf8cc007956;hp=094a87253f50425e3fa21f6712ece92433add437;hpb=6d37b5f61c6cd4115197dc25e6d7ab571fcb3a54;p=virt-p2v.git diff --git a/README b/README index 094a872..bbf5742 100644 --- a/README +++ b/README @@ -91,5 +91,25 @@ eg. from /var/lib/xen/images, to experiment with). For example: qemu -m 512 -cdrom virt-p2v-0.1.iso -boot d -hda rhel5gax32fv.img -Network daemon +TCP transport and network daemon ---------------------------------------------------------------------- + +The preferred transport is ssh, but if you cannot use this then there +is an alternate TCP transport. (This transport is not encrypted). + +On the Xen host or staging server, install NetCat (the 'nc' command, +in Fedora and RHEL the package is also called 'nc'). + +Choose a free port number and make sure that it is not firewalled. + +Then run: + + nc -kl PORT > disks + +where PORT is replaced by the port number chosen above. + +After p2v has completed the 'disks' file will contain compressed +images of one or more disks. There is a Perl script called +virt-p2v-unpack which can unpack the file: + + virt-p2v-unpack disks