- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvextend: "LogicalExtentsNumber" is bigger than th...
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
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
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
тАО09-17-2007 11:21 PM
тАО09-17-2007 11:21 PM
Wondering if someone can help me out - I'm working on an rx6600 running hp-ux 11.23 and am trying to extend a logical volume on a production system. The vgdisplay output is below. I want to use up the free PE in the volume group and extend the one logical volume in the volume group.
I used the command -
lvextend -L 1457952 /dev/vgproj/project
to max out the logical volume (which is currently 1TB).
I get the response -
lvextend: "LogicalExtentsNumber" is bigger than the maximum value allowed.
but that is the amount when I multiply PE size x total PE. I even tried lowering the number a bit and get the same thing. Am I missing something?? Any ideas greatly appreciated and points will be assigned. Thanks
--- Volume groups ---
VG Name /dev/vgproj
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 1
Open LV 1
Max PV 16
Cur PV 3
Act PV 3
Max PE per PV 51200
VGDA 6
PE Size (Mbytes) 16
Total PE 91122
Alloc PE 65535
Free PE 25587
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2007 11:35 PM
тАО09-17-2007 11:35 PM
Re: lvextend: "LogicalExtentsNumber" is bigger than the maximum value allowed.
u need to concentrate on -L option it should be size in mb.
you have 25587*16 399.x GB approx
and trying to extend much more.
man lvextend
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2007 11:47 PM
тАО09-17-2007 11:47 PM
Re: lvextend: "LogicalExtentsNumber" is bigger than the maximum value allowed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2007 12:12 AM
тАО09-18-2007 12:12 AM
SolutionYour problem is that you have reached the implementation limit of 65,535 physical extents.
With your value of 1457952 MB and an extent size of 16 you would need 91122 extents which is more than 65535.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2007 12:20 AM
тАО09-18-2007 12:20 AM
Re: lvextend: "LogicalExtentsNumber" is bigger than the maximum value allowed.
"man vgcreate", view "-s pe_size" option and "-e max_pe" option.
rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2007 03:01 AM
тАО09-18-2007 03:01 AM