Doubts about Virtualizor(lvm disk) https://www.softaculous.com/board/index.php?tid=13914 <![CDATA[Doubts about Virtualizor(lvm disk)]]> https://www.softaculous.com/board/index.php?tid=13914&tpg=1#p41405
You need to create a new physical volume from the array with the pvcreate command. Then simply add the newly created pv with vgextend to the existing Volumegroup.

Provided your new raid array is called md2, and you r volumegroup is called VolGroup00 you can use this example:

Code
pvcreate /dev/md2

should result in this: "Physical volume "/dev/md2" successfully created"

Then add the pv to your existing vg:
Code
vgextend /dev/VolGroup00 /dev/md2

should result in this: "Volume group "VolGroup00" successfully extended"

ready. You are done with basically 2 commands.

Remark: If you are adding a complete disk (or disk array, lvm does not care about that) you don´t need and you SHOULD NOT create a partition. Just take the whole disk for pv creation.
]]>
Fri, 09 Mar 2018 10:37:46 GMT https://www.softaculous.com/board/index.php?tid=13914&tpg=1#p41405
<![CDATA[Doubts about Virtualizor(lvm disk)]]> https://www.softaculous.com/board/index.php?tid=13914&tpg=1#p41401
Quote From : jevingala March 9, 2018, 7:30 am
Hi,

If you want then I can help you via Team Viewer so that from next time you can do it yourself .


Hello,

Do you can access using AnyDesk?

Why I doesn't have the TeamViewer license. AnyDesk it's a free software!]]>
Fri, 09 Mar 2018 07:38:17 GMT https://www.softaculous.com/board/index.php?tid=13914&tpg=1#p41401
<![CDATA[Doubts about Virtualizor(lvm disk)]]> https://www.softaculous.com/board/index.php?tid=13914&tpg=1#p41400
If you want then I can help you via Team Viewer so that from next time you can do it yourself .
]]>
Fri, 09 Mar 2018 07:30:52 GMT https://www.softaculous.com/board/index.php?tid=13914&tpg=1#p41400
<![CDATA[]]> https://www.softaculous.com/board/index.php?tid=13914&tpg=0#p41399
I've two week trying install the Virtualizor without any bug, but still have a lot of problem.

First of all, I want know If the Virtualizor Team have a some value that I can pay to receive a personal configurado and instalation of my server.

I'm trying install on CentOS 7.4 and I dont know how I can add the 2nd storage from another raid, as a lvm partition. Various linux command(as pvcreate doesn't work with success).

Please, help me!]]>
Fri, 09 Mar 2018 07:21:20 GMT https://www.softaculous.com/board/index.php?tid=13914&tpg=0#p41399