Página 1 de 1

Converting image for XenServer

MensagemEnviado: 14 Ago 2013, 10:39
por juliano.oliveira
Converting image for XenServer

To use Xen images with Citrix Xenserver you have to convert the disk image. To do so:

Create a virtual disk which is at least as large as the image
Find out the UUID for this disk

Código: Selecionar todos
xe vdi-list params=all


If there are lots of disks, they can be filtered by name parameter name-label, as assigned when creating the virtual disk
Import the image
Código: Selecionar todos
xe vdi-import filename="image.raw" uuid="<UUID>"