Converting image for XenServer

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
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
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>"