Operating System - HP-UX
1833878 Members
1666 Online
110063 Solutions
New Discussion

Re: Help regardinf File System Extend

 
raiden
Regular Advisor

Help regardinf File System Extend

Hi,

I want to extend a FileSystem and the volume group has 20 GB free space but when i try to extend the FS i get following error.

lvextend: Not enough free physical extents availabale.
Logical volume could not be extended.

When I checked I found that the allocation policy is set to PVG-strict . and the logical volume is not mirrored

Is this the cause of problem. Can I change the allocation policy to strict so that I will be able to extend the FS. If yes what command should I execute.
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: Help regardinf File System Extend

Shalom,

lvchange -s n

The policy is already set to strict. You need to set it to not strict (n)

Note that if you spread the PE's around too much you could cause performance problems with a heavy write logical volume.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steven E. Protter
Exalted Contributor

Re: Help regardinf File System Extend

Correct my earlier command

lvchange -C n

Apologies for the earlier error.

-C stands for contiguous.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com