1831983 Members
3482 Online
110034 Solutions
New Discussion

Extending Lvol

 
Fabian Briseño
Esteemed Contributor

Extending Lvol

In trying to extend an lvol i get the following message:

The command used to extend logical volumes, /sbin/lvextend, has
failed. The stderr output from the command is shown below. The logical volume has not been extended.

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

What am I doing wrong ?, Im using SAM by the way, i have not tryed doing it manually.

Knowledge is power.
3 REPLIES 3
Vasu Viswanadha
Advisor

Re: Extending Lvol


Fabian,

What are the current LVOL & new sizes ? Make sure that the new size is higher than the existsing one.

If you want to use commands...

lvextend -L < The New Size In MB's > -m mirror_copies} lv_path [pv_path ... | pvg_name ...]

BR

Vasu


Fabian Briseño
Esteemed Contributor

Re: Extending Lvol

The current lvol was 1024 MB the next size would have been 1536 MB.

I unmounted the file system and did the extension process in SAM and the the error from my first post appeared.

The weird thing is that once i mounted the filesystem if i go to SAM the current size for the lvol is displayed 1536 MB

but if I do a bdf from the command prompt I get 1024 MB
Knowledge is power.
Fabian Briseño
Esteemed Contributor

Re: Extending Lvol

Hello

I took the easy way out i deleted the conflicting lvol and recreated again, that solved my problem, thanks to all
Knowledge is power.