- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PE Size for large PVs
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
02-19-2004 09:39 AM
02-19-2004 09:39 AM
Is there some limit on the number of PEs/PV other than the documented 65535?
With a 500 GB PV on an EVA storage array, I'm trying to create a VG. When attempting a vgcreate using a PE size of 8, I get the warning message "Increasing to 63999 physical extents" and then the vgcreate hangs indefinitely (we let one sit overnight). Using a PE size of 64 works just fine.
From other messages in the forum, it looks like there's little performance implication of using larger extents, but I'm concerned about capacity utilization implications. Is a 64 MB PE size reasonable in this case? We'll be putting something like 10 LVs of various sizes between 20 and 150 GB in this VG.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 09:42 AM
02-19-2004 09:42 AM
Re: PE Size for large PVs
The standard size didn't work for me when we got past a certain number of GB. I thought about using the size 64 to improve oracle performance and was told it would have no effect.
So I went with 16 to accommodate future growth and left it at that.
You are dealing now with roughly four times the data I am so 64 seems quite reasonable to me.
Good Luck
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 10:19 AM
02-19-2004 10:19 AM
Re: PE Size for large PVs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 07:02 PM
02-19-2004 07:02 PM
Re: PE Size for large PVs
Downsides might be on buffer level (writing a single byte will be done by re-writing 64 Mb, for instance), but with this size of vg I guess you have lots of memory too... And of course the loss of space because a lvol has to be a multitude of 64Mb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 07:34 AM
02-23-2004 07:34 AM
Re: PE Size for large PVs
The "wasted" space in this scenario would be up to 64 MB per LV - not 64 MB per file. As I understand it, file system space allocation is independent of the LE and PE allocation done at the volume level.
Am I understanding this correctly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 07:38 AM
02-23-2004 07:38 AM
SolutionActually it is not per "LV". It is per PV.
For a crude example, consider you have a disk of exactly 127 MB (hypothetical). If you create a PV with extent size 64, then you can only grab one PE out of it. 63 MB is wasted there.
It has absolutely no performance implications at all.
-Sri