Archive for October 20th, 2011

Citrix:Useful link

Thursday, October 20th, 2011

(a) How to create local lvm in Citrix Xen To create a local lvm SR on /dev/sdb use the following command.   xe sr-create host-uuid=<valid_uuid> content-type=user \ name-label=<"Example Local LVM SR"> shared=false \ device-config:device=/dev/sdb type=lvm (b) How to Create a Raw Logical Volume Manager Virtual Disk Infrastructure xe vdi-create sm-config:type=raw sr-uuid=687a023b-0b20-5e5f-d1ef-3db777ce7ae4 name-label="My Raw LVM VDI" [...]