- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvextend: Not enough free physical extents availab...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2008 08:10 AM
04-27-2008 08:10 AM
#lvextend -L 5200 /dev/vg01/lvol2
lvextend: Not enough free physical extents available.
Logical volume "/dev/vg01/lvol2" could not be extended.
Failure possibly caused by PVG-Strict or Distributed allocation policie
I have more than 1Gb of free PE:
#vgdisplay vg01
--- Volume groups ---
VG Name /dev/vg01
VG Write Access read/write
VG Status available, exclusive
Max LV 255
Cur LV 8
Open LV 8
Max PV 16
Cur PV 5
Act PV 5
Max PE per PV 1016
VGDA 10
PE Size (Mbytes) 8
Total PE 4375
Alloc PE 4238
Free PE 137
Total PVG 1
Total Spare PVs 0
Total Spare PVs in use 0
#lvdisplay /dev/vg01/lvol2
--- Logical volumes ---
LV Name /dev/vg01/lvol2
VG Name /dev/vg01
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 5000
Current LE 625
Allocated PE 625
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation PVG-strict/distributed
IO Timeout (Seconds) default
I need some help to solve this problem.
I attachment i send this command outputs:
#vgdisplay -v vg01
#cat /etc/lvmpvg
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2008 10:26 AM
04-27-2008 10:26 AM
Re: lvextend: Not enough free physical extents available.
Excellent thread for you
http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1118436
Best Regards
Murat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2008 10:27 AM
04-27-2008 10:27 AM
Re: lvextend: Not enough free physical extents available.
I can't open u attachment, there is no space in u volume group, thats why u are facing such a problem
thanks and rgds
Sajjad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2008 11:06 AM
04-27-2008 11:06 AM
SolutionYour logical volume (lvol2) was built with PVG-strict/distributed allocation. This means that the first free extent was allocated from the first available physical volume, followed by the next free extent from the next available physical volume in a round-robin arrangement.
You can see that your 'lovl2' spans five (5) physical volumes in your 'vgdisplay'.
You don't have any free extents anywhere
other than on disk 'c4t0d3' and 'c4t0d4', and these are only part of the requirement.
In all, you need (5000/8/5) or 125 free extents on *each* of the five physical disks to satisfy the PVG distribution.
To continue to use distributed allocation you need to add *five* new physical volumes.
Your other alternative is to turn off the distributed allocation policy for 'lvol2':
# lvchange -D n /dev/vg01/lvol2
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2008 11:42 AM
04-27-2008 11:42 AM
Re: lvextend: Not enough free physical extents available.
Thanks,
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2008 05:20 PM
04-27-2008 05:20 PM
Re: lvextend: Not enough free physical extents available.
Thank you very much.
Solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 12:35 AM
04-28-2008 12:35 AM
Re: lvextend: Not enough free physical extents available.
please assign points