Operating System - HP-UX
1753826 Members
8822 Online
108805 Solutions
New Discussion

Re: lvextend: "LogicalExtentsNumber" is bigger than the maximum value allowed

 
rock_singh
Occasional Advisor

lvextend: "LogicalExtentsNumber" is bigger than the maximum value allowed

Hi,

 

I am getting following errors while trying to extend lvol.

 

#-> lvdisplay /dev/vg_netbackup/lv_netbackupdb
--- Logical volumes ---
LV Name                     /dev/vg_netbackup/lv_netbackupdb
VG Name                     /dev/vg_netbackup
LV Permission               read/write
LV Status                   available/syncd
Mirror copies               0
Consistency Recovery        MWC
Schedule                    striped
LV Size (Mbytes)            1003648
Current LE                  62728
Allocated PE                62728
Stripes                     4
Stripe Size (Kbytes)        4096
Bad block                   NONE
Allocation                  strict
IO Timeout (Seconds)        default

[root@itsbus20:/usr/local/CPR/bin]#
#-> /disk/disk172 /dev/disk/disk173 /dev/disk/disk174 /dev/disk/disk175 /dev/disk/disk176 /dev/disk/disk177 /dev/disk/disk178                              <
lvextend: "LogicalExtentsNumber" is bigger than the maximum value allowed.
[root@itsbus20:/usr/local/CPR/bin]#
#-> lvextend -L 1259648M /dev/vg_netbackup/lv_netbackupdb
lvextend: "LogicalExtentsNumber" is bigger than the maximum value allowed.
[root@itsbus20:/usr/local/CPR/bin]#
#-> lvextend -L 1259648M /dev/vg_netbackup/lv_netbackupdb /dev/disk/disk171 /dev/disk/disk172 /dev/disk/disk173 /dev/disk/disk174
lvextend: "LogicalExtentsNumber" is bigger than the maximum value allowed.
[root@itsbus20:/usr/local/CPR/bin]#

 

Anyone please let me the possible cause for the same?

4 REPLIES 4
Torsten.
Acclaimed Contributor

Re: lvextend: "LogicalExtentsNumber" is bigger than the maximum value allowed

>> lvextend: "LogicalExtentsNumber" is bigger than the maximum value allowed.

 

 

IMHO there is no doubt about this "problem".

 

 

 

Your command lines are not visible.


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
rock_singh
Occasional Advisor

Re: lvextend: "LogicalExtentsNumber" is bigger than the maximum value allowed

Hi,

 

Can we change the PE size online? Its 11v3 and VG ver1.0

 

I believe if i will change the PE size from 16 MB to 32 MB then i would be able to extend the LVOL as for 11v3 the max PE for lvol is 65535.

 

My confusion is that can we change the PE size of a vg? and steps to change the VG?

Patrick Wallek
Honored Contributor

Re: lvextend: "LogicalExtentsNumber" is bigger than the maximum value allowed

No, the PE Size for a VG cannot be changed once the VG has been created.

 

The things that can be changed, via the 'vgmodify' command are:

 

Max PE per PV

Max Number of LVs in the VG

Max Number of PVs in the VG

 

siraj
Frequent Visitor

Re: lvextend: "LogicalExtentsNumber" is bigger than the maximum value allowed

HI,   On VG ver 1.0 Logical volume extend max size  is limited to

 

Maximum number of logical extents per logical volume 65535 * PE size

 

Siraj