- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Fail lvextend
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
11-20-2006 07:25 AM
11-20-2006 07:25 AM
I have an EVA8000 and I am going to extend a Logical Volume to mirror on a Server rp4440. I have the follow problem:
# vgextend /dev/vg35 /dev/dsk/c9t4d1
vgextend: Warning: Max_PE_per_PV for the volume group (2347) too small for this PV (5887).
Using only 2347 PEs from this physical volume.
Current path "/dev/dsk/c6t8d1" is an alternate link, skip.
Current path "/dev/dsk/c6t8d2" is an alternate link, skip.
Volume group "/dev/vg35" has been successfully extended.
Volume Group configuration for /dev/vg35 has been saved in /etc/lvmconf/vg35.conf
# lvextend -m 1 /dev/vg35/histsicritc /dev/dsk/c9t4d1
lvextend: Not enough free physical extents available.
Logical volume "/dev/vg35/histsicritc" could not be extended.
Failure possibly caused by strict allocation policy
Can you help me...?''
Thanks,,,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 07:30 AM
11-20-2006 07:30 AM
SolutionThe lvextend failed because while you may have enough free extents in the VG as a whole there are not enough free extents to allow the mirrors to be allocated on separate PV's. You probably need to create still another LUN and add it to the VG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 07:32 AM
11-20-2006 07:32 AM
Re: Fail lvextend
aditionally, The max PE parameter is set at vg creation. You will need to destroy the vg and recreate it with a larger value in order to fully utilize the disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 03:35 AM
11-21-2006 03:35 AM
Re: Fail lvextend
Please take a moment to assign points to those who have taken the time to assist you, here's how:
http://forums1.itrc.hp.com/service/forums/bizsupport/helptips.do?#33
Thanks,
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 03:40 AM
11-21-2006 03:40 AM
Re: Fail lvextend
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 04:35 AM
11-21-2006 04:35 AM
Re: Fail lvextend
Thanks for all..