HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvextend error!
Operating System - HP-UX
1831668
Members
2015
Online
110029
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
01-20-2002 04:52 PM
01-20-2002 04:52 PM
Hi all, I can not run lvextend , here is my situation:
-------------------------------
1)One 18GB HD; The second 18 GB HD is used as mirror;
2)#vgdisplay vg00
...
PE Size(M bytes) 4
Total PE 8680
Alloc PE 7616
Free PE 1064
...
3)#bdf
...
/dev/vg00/mfg1 3481600 3048384 406154 88% /mfg1
...
4)#lvextend -L 4000 /dev/vg00/mfg1
lvextend: Not enough free physical extents available.
Logical volume "/dev/vg00/mfg1" could not be extended.
Failure possibly caused by strict allocation policy.
-----------------------------------
What's the matter? How to deal with it?
TKS.
Leader.
-------------------------------
1)One 18GB HD; The second 18 GB HD is used as mirror;
2)#vgdisplay vg00
...
PE Size(M bytes) 4
Total PE 8680
Alloc PE 7616
Free PE 1064
...
3)#bdf
...
/dev/vg00/mfg1 3481600 3048384 406154 88% /mfg1
...
4)#lvextend -L 4000 /dev/vg00/mfg1
lvextend: Not enough free physical extents available.
Logical volume "/dev/vg00/mfg1" could not be extended.
Failure possibly caused by strict allocation policy.
-----------------------------------
What's the matter? How to deal with it?
TKS.
Leader.
HPcert
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2002 05:23 PM
01-20-2002 05:23 PM
Solution
Hi,
Your /dev/vg00/mfg1 was lvcreated with a strict allocation policy which prevents the mirror copy of this LV from sharing the same physical disk with the LV. If an LV uses physical extents that reside on the same physical disk as its mirror copy, a failure of either one of the 18 GB disks will render both the LV and the mirror copy useless.
When you perform a vgdisplay, the total free PEs include those on both disks. You should thus acquire more harddisks for your storage requirements.
If you urgently need space, you can workaround this by disabling the strict allocation policy via
# vgchange -s n /dev/vg00/mfg1
However, NOTE that this will render your mirror useless and thus should only be used as a last and temporary resort to resolve urgent space requirements.
Hope this helps. Regards.
Steven Sim Kok Leong
Your /dev/vg00/mfg1 was lvcreated with a strict allocation policy which prevents the mirror copy of this LV from sharing the same physical disk with the LV. If an LV uses physical extents that reside on the same physical disk as its mirror copy, a failure of either one of the 18 GB disks will render both the LV and the mirror copy useless.
When you perform a vgdisplay, the total free PEs include those on both disks. You should thus acquire more harddisks for your storage requirements.
If you urgently need space, you can workaround this by disabling the strict allocation policy via
# vgchange -s n /dev/vg00/mfg1
However, NOTE that this will render your mirror useless and thus should only be used as a last and temporary resort to resolve urgent space requirements.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2002 05:24 PM
01-20-2002 05:24 PM
Re: lvextend error!
Anyone for a Mutiny ?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP