xva-img(1) | Citrix XenServer .xva disk extraction tool | xva-img(1) |
xva-img - Citrix XenServer .xva disk extraction tool
xva-img [OPTION] [COMMAND]...
xva-image is a tool to generate disk images from Citrix XenServer .xva VM images as well as to generate .xva VM images from raw disks and the according ova.xml files.
-h, --help Show summary of options.
-v, --version Show version of program.
-p, --progress Show progress.
-s, --sparse Create sparse files on export.
package <xva-file> <file> [ ,<file>... ]
disk-export <xva-disk> <disk-image>
disk-import <xva-disk> <disk-image>
Extract the XVA file:
Extract one of the disks:
$ mkdir my-virtual-machine
$ tar -xf my-virtual-machine.xva -C my-virtual-machine
$ chmod -R 755 my-virtual-machine
Splice the disk file (remove all files in the folder, required not to make any unnecessary mistakes):
$ xva-img -p disk-export my-virtual-machine/Ref\:1/ disk.raw
Rebuild the XVA file:
$ rm -rf my-virtual-machine/Ref\:1/*
$ xva-img -p disk-import my-virtual-machine/Ref1\:/ disk.raw
Convert raw image to qcow2:
$ xva-img -p package my-virtual-machine-fixed.xva my-virtual-machine/ova.xml my-virtual-machine/Ref\:1/
$ qemu-img convert -f raw -O qcow2 disk.raw disk.qcow2
xva-img was written by Erik Lax.
This manpage was written by Francisco Vilmar Cardoso Ruviaro for the Debian project (but may be used by others).
19 June 2020 | xva-img-1.4.2 |