- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- "LogicalExtentsNUmber" is bigger than the maximum ...
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
09-10-2001 12:37 PM
09-10-2001 12:37 PM
"LogicalExtentsNUmber" is bigger than the maximum value allowed
--- Logical volumes ---
LV Name /dev/vg03/lvol5
VG Name /dev/vg03
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 30152
Current LE 7538
Allocated PE 7538
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2001 12:55 PM
09-10-2001 12:55 PM
Re: "LogicalExtentsNUmber" is bigger than the maximum value allowed
You have exceeded the number of physical extents allowed for the volume group. If you do a 'vgdisplay' for the volume group to which the logical volume belongs, and look at the value for "Total PE", you will see the maximum *number* of extents you can allocate on the volume group. Multiply this by the "PE Size" [by default, 4MB] to obtain the size (in MB) of the largest logical volume you can allocate.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2001 01:03 PM
09-10-2001 01:03 PM
Re: "LogicalExtentsNUmber" is bigger than the maximum value allowed
/dev/vg03/lvol5 30875648 12987063 16770567
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2001 01:20 PM
09-10-2001 01:20 PM
Re: "LogicalExtentsNUmber" is bigger than the maximum value allowed
bdf is reporting in 1K blocks; you need to multiply your 103536 X 1024 to get to 1K blocks. There is no discrepancy.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2001 01:28 PM
09-10-2001 01:28 PM
Re: "LogicalExtentsNUmber" is bigger than the maximum value allowed
The 'bdf' units are KB.
1GB = 1,000 MB = 1,000,000 KB.
You show a ~30.88 GB filesystem.
When you did your 'lvextend' if you used '-L
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2001 04:58 AM
09-12-2001 04:58 AM
Re: "LogicalExtentsNUmber" is bigger than the maximum value allowed
Total PE for this volume group: 25884
PE size 4
total 103536
times 1024
total 106020864
This still doesn't correspond to my bdf
/dev/vg03/lvol5 30875648 12979006 16778121
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2001 05:09 AM
09-12-2001 05:09 AM
Re: "LogicalExtentsNUmber" is bigger than the maximum value allowed
Hope this helps.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2001 05:23 AM
09-12-2001 05:23 AM
Re: "LogicalExtentsNUmber" is bigger than the maximum value allowed
give us Max PE, and the capacity of your disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2001 06:23 AM
09-12-2001 06:23 AM
Re: "LogicalExtentsNUmber" is bigger than the maximum value allowed
VG Name /dev/vg03
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 13
Open LV 13
Max PV 16
Cur PV 12
Act PV 12
Max PE per PV 2157
VGDA 24
PE Size (Mbytes) 4
Total PE 25884
Alloc PE 19413
Free PE 6471
Total PVG 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2001 06:35 AM
09-12-2001 06:35 AM
Re: "LogicalExtentsNUmber" is bigger than the maximum value allowed
1) You executed an lvextend to increase your filesystem by 20 GB and the output of your lvdisplay shows your LV size as 30152Mb current LE/allocated PE = 7538(Mb) (30 GB), which corresponds to your bdf output of 30875648 (7538 x 4(Mb) = 30152 x 1024 = 30875648 1Kb blocks)
2) Your vgdisplay shows that your max PE is 25884 ( 25584(Mb) x 4(Mb size) = 103536(Mb))
This is the size(Mb) of your disk(s) within you vg03. The two sizes are mutually exclusive of each other.
Going back to the beginning, I really am not sure what the big question is, but I hope I'm on the right track. Good luck
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2001 08:00 AM
09-12-2001 08:00 AM
Re: "LogicalExtentsNUmber" is bigger than the maximum value allowed
On another note--you say these volumes are onj EMC drives, but your lvdicplay shows bad block relocation ON. This is a mistake. Logical volumes created on EMC hypers (or most other "intelligent" disk arrays) should not use system level bad block relocation. Unfortunately, I know of no way to correct that short of recreating the logical volumes and repopulating data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2001 08:09 AM
09-12-2001 08:09 AM
Re: "LogicalExtentsNUmber" is bigger than the maximum value allowed
You can use 'lvchange' to turn off the bad block reallocation on EMC2 disk. I've done this after-the-fact.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2001 10:07 AM
09-12-2001 10:07 AM
Re: "LogicalExtentsNUmber" is bigger than the maximum value allowed
Penni, I strongly suggest that you turn bad block relocation to N for all logical volumes residing on EMC hypers.