Operating System - HP-UX
1752511 Members
5321 Online
108788 Solutions
New Discussion юеВ

Need to create 1 volume group with 100GB logical volume size

 
SOLVED
Go to solution
Ray Michael S. Rojo
Occasional Advisor

Need to create 1 volume group with 100GB logical volume size

Hi Good Day!

What will be the appropriate parameter for making volume group that will accommodate 1 logical volume with 100GB of size?

Do vgcreate -s 32 (VGname) (Disk/LUN name) will be okay?

And lastly do I need to specifiy the exact size when using the lvcreate command?
3 REPLIES 3
Johnson Punniyalingam
Honored Contributor
Solution

Re: Need to create 1 volume group with 100GB logical volume size

Kapil Jha
Honored Contributor

Re: Need to create 1 volume group with 100GB logical volume size

its just 3 parameters you have to consider for a large VG/LV

-p >>> maximum number of physical volumes
-s >>> Sets the number of megabytes in each physical extent
-e >>> max_pe Set the maximum number of physical extents that can be allocated from any of the physical volumes in the volume group


BR,
Kapil+javascript:postAnswerSubmit('submit');
I am in this small bowl, I wane see the real world......
Ray Michael S. Rojo
Occasional Advisor

Re: Need to create 1 volume group with 100GB logical volume size

Thanks a lot for the help. I did create the said volume group and logical volume based on your inputs. Its now okay.