OVH Dedicated + XenServer 6.5 + Virtualizor https://www.softaculous.com/board/index.php?tid=7872 <![CDATA[OVH Dedicated + XenServer 6.5 + Virtualizor]]> https://www.softaculous.com/board/index.php?tid=7872&tpg=1#p27323
As per the ticket conversation ,storage repo was already present.
So you just need to run the installation command with the correct vg name.
Hope your issue has been resolved.

Please let us know if you still have any issues.

]]>
Mon, 03 Aug 2015 08:36:07 GMT https://www.softaculous.com/board/index.php?tid=7872&tpg=1#p27323
<![CDATA[]]> https://www.softaculous.com/board/index.php?tid=7872&tpg=0#p27186
How I should disk partitioning?
ss1

I see this errors:
ss2

Installation error:
ss3

Ticket answer (I check, support agent followed this steps and perfectly installed virtualizor on my server)

Quote
Hi,

After installation you need to create lvm storage repo.

Please use below commands:

umount /home
vi /etc/fstab (remove entry of /home)

pvcreate -ff /dev/sda3

->where /dev/sda3 is the partition which was mounted on /home

get host uuid:
xe host-list --minimal

create storage repo:
xe sr-create content-type=user device-config:device=/dev/sda3 host-uuid=HOST-UUID-HERE name-label=”vg” shared=false type=lvm

This will create vg, you can find vgname by command:
vgdisplay

Then perform the installation of Virtualizor xenserver.
]]>
Wed, 22 Jul 2015 15:28:24 GMT https://www.softaculous.com/board/index.php?tid=7872&tpg=0#p27186