1837738 Members
3636 Online
110118 Solutions
New Discussion

Re: LogicalExtentsNumber

 
cbozlagan
Regular Advisor

LogicalExtentsNumber

When I icrease size of logical volume that /tmp mounted on it. Sam gives me message below:

lvextend: "LogicalExtentsNumber" is not bigger than current setting".

According to message above I must increase LEN first. Afetr I can increase LV size.

How can I increase LogicalExtentsNumber?

Thanks.
8 REPLIES 8
Torsten.
Acclaimed Contributor

Re: LogicalExtentsNumber

Please post your command line or at least exactly what you did. Looks like you try to "increase" to a *smaller* size!

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!   
Luk Vandenbussche
Honored Contributor

Re: LogicalExtentsNumber

The new size must be = old size + extension

You probably forgot the old size in your calculation.
cbozlagan
Regular Advisor

Re: LogicalExtentsNumber

Hi,

I'm using sam menu about logical volumes.
Volume group has enought free space (aprox. 40GB)
Actual size of lv is 200 MB
I want to increase it to 10 GB.

It gives me message below:

lvextend: "LogicalExtentsNumber" is not bigger than current setting".

Thanks.
Torsten.
Acclaimed Contributor

Re: LogicalExtentsNumber

Did you try to "increase" to 10MB instead of 10GB by chance?
I think so.

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!   
cbozlagan
Regular Advisor

Re: LogicalExtentsNumber

Hi,

I used 10000 to express 10 GB.
Torsten.
Acclaimed Contributor

Re: LogicalExtentsNumber

Try

lvextend -L 10000 /dev/vg01/lvol4
(for your current LVOL)

see also
http://docs.hp.com/en/B2355-60105/lvextend.1M.html

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!   
Safarali
Valued Contributor

Re: LogicalExtentsNumber

what is the physical extent number of your logical volume
try to increase 1 gb first from SAM

Regards
Safar
cbozlagan
Regular Advisor

Re: LogicalExtentsNumber

I created new LV in another VG and I easyly extended to 10000mb.

thanks.