1833838 Members
2422 Online
110063 Solutions
New Discussion

Re: lvextend of /stand

 
jamshed
Frequent Advisor

lvextend of /stand

When i try to extend my lvol1 next message appeared. What does it mean?
# lvextend -L 120 /dev/vg00/lvol1
lvextend: Not enough free physical extents available.
Logical volume "/dev/vg00/lvol1" could not be extended.
Failure possibly caused by contiguous allocation policy.
Failure possibly caused by strict allocation policy
7 REPLIES 7
KapilRaj
Honored Contributor

Re: lvextend of /stand

Option No:1 ignite it & resize stand
Option:2 Try Kaps Method (Do a search in the forums ) This thread had been answered before

Kaps
Nothing is impossible
KapilRaj
Honored Contributor

Re: lvextend of /stand

the reason for failure is that BOOT,SWAP and ROOT should be contigous. As such u do not have enough contegous space available.

Kaps
Nothing is impossible
Pete Randall
Outstanding Contributor

Re: lvextend of /stand

The /, /stand and swap areas need to be contiguous. Therefore, there aren't going to be enough free extents. Unless you're willing to reduce other file systems and juggle the layout of your root volume, the easiest way to extend these areas is by doing an Ignite make_tape_recovery backup and then using that tape to rebuild your root volume.

http://www.software.hp.com/products/IUX/index.html


Pete

Pete
Robert-Jan Goossens
Honored Contributor

Re: lvextend of /stand

Hi,

/stand is Allocation strict and contiguous. If you like to extend it you should create an Ignite (bootable) tape and restore your os.

How large/small is your /stand

/stand in my systems is about 100 mb.

Kind regards,
Robert-Jan
Sanjay Kumar Suri
Honored Contributor

Re: lvextend of /stand

You need to add physical volume to the volume group vg00 (vgextend vg00) before lvextend.

sks
A rigid mind is very sure, but often wrong. A flexible mind is generally unsure, but often right.
G. Vrijhoeven
Honored Contributor

Re: lvextend of /stand

James,

It is not possible to extend /stand. stand and root need to becontiguous. In order to boot the server. The best option is to create an ignite image/tape and restore it.


HTH,
Gideon

Sanjay Kumar Suri
Honored Contributor

Re: lvextend of /stand

Sorry, I misfired. Check this link:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=6942

sks
A rigid mind is very sure, but often wrong. A flexible mind is generally unsure, but often right.