Displaying 1 result from an estimated 1 matches for "domainxenloc".
Did you mean:
domainxenlocal
2010 Nov 29
2
ISSUE EXPORTING VM FROM XEN 3.2.1 to XCP 0.5 WITH XVA.PY
...#39; [512,00 MB]
inherit
ACTIVE ''/dev/server/asterisk.domainxen.local-disk'' [5,00 GB]
inherit
4) The steps I did:
A) Shutdown VM asterisk.domain.local in XEN:
B) Convert VM LVM (asterisk.domainxen.local-disk) to a IMG so that:
server:t# dd if=/dev/server/asterisk.domainxenlocal-disk bs=64K | gzip -c >
/mnt/unidad_usb/sat/disco_imagen_asterisk.img.gz
81920+0 records in
81920+0 records out
5368709120 bytes (5,4 GB) copied, 180,349 s, 29,8 MB/s
C) I Copied img file to my ubuntu karmic desktop with python 2.6.4 and run
""xva.py" script:
jorge@ubus1:~/vm...