Welcome Guest. Please Login or Register  


You are here: Index > Virtualizor - Virtual Server Control Panel > General Support > Topic : Doubts about Virtualizor(lvm disk)



Threaded Mode | Print  

 Doubts about Virtualizor(lvm disk) (3 Replies, Read 1357 times)
ajmeireles2018
Group: Member
Post Group: Newbie
Posts: 29
Status:
Hello, everyone.

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!
IP: --   

Doubts about Virtualizor(lvm disk)
jevingala
Group: Virtualizor Team
Post Group: Super Member
Posts: 742
Status:
Hi,

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


-----------------------
Regards,
Virtualizor Team.
http://virtualizor.com/
IP: --   

Doubts about Virtualizor(lvm disk)
ajmeireles2018
Group: Member
Post Group: Newbie
Posts: 29
Status:
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!
IP: --   

Doubts about Virtualizor(lvm disk)
wolke
Group: NOC
Post Group: Elite Member
Posts: 437
Status:
You can easily add a new disk / disk array to the existing volume group that is used for storage.

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.
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is April 19, 2024, 6:45 pm.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.022