- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Volume group parameters
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
05-21-2002 04:56 AM
05-21-2002 04:56 AM
Volume group parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 05:02 AM
05-21-2002 05:02 AM
Re: Volume group parameters
I would suggest you to increase the value of MAX PV and max PE per PV rather than a larger extent size unless you are storing files on this vg which are really big.
Maybe this link will help,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=3d52e6e30acfcb63c3/screen=ckiDisplayDocument?docId=200000060285366
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 05:10 AM
05-21-2002 05:10 AM
Re: Volume group parameters
Leave MAX PE per PV the same. No reason to really change it from the default of 4 MB unless you have a large number of large disks in the VG in which case you may have to increase it. You can increase MAX PV up to the max though without any problem - we do on all our VGs here (all EMC).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 05:14 AM
05-21-2002 05:14 AM
Re: Volume group parameters
In my opinion with an EMC or XP disk-pool you will probably be able to create a new VG so it's probably not worth thinking about.
My short $0.02: Go for the default.
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 05:21 AM
05-21-2002 05:21 AM
Re: Volume group parameters
First, choose large values for 'max_pv' since you will want to be able to add more physical disk later.
Consider that 'max_pe' has a limit of 65535 extents and that 'pe_size' has a ceiling of 256. The product of these value is a very, very large volume group.
Whether you choose to inflate 'pe_size' as opposed to 'max_pe' or vice versa really only matters for extent-based striping, since the 'pe_size' then governs the size of the extent-strip round-robined among the physical disks.
Choosing large values for 'max_pe' and 'pe_size' that do not yield a "file too large" error during 'vgcreate' can be frustrating. The LVM allocation table mapping physical to logical extents needs to fit into one physical disk extent. Technical Knowledge Base document #KBRC00009036 offers some forumula to assist in determining values that will work.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 06:34 AM
05-21-2002 06:34 AM
Re: Volume group parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 06:37 AM
05-21-2002 06:37 AM
Re: Volume group parameters
That's actually how we got into this situation. We were told everything would use a standard disk size of 5.4Gb, so we made our volume groups accordingly. Then, they ordered an EMC frame with bigger hypervolumes, and now they won't work with the existing volume groups. So, we are trying to prevent this from happening again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 08:44 AM
05-21-2002 08:44 AM
Re: Volume group parameters
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 10:27 AM
05-21-2002 10:27 AM
Re: Volume group parameters
DISK SIZE in MB/PE
I do not think you can use random values for MAX PE per PV
Thanks,
-Pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 03:33 PM
05-21-2002 03:33 PM
Re: Volume group parameters
For the default extent size of 4Mb
------------------------------------
Max PV size Max PE/PV Max # of PV
16Gb 4096 116
32Gb 8192 59
64Gb 16384 30
128Gb 32768 15
~256Gb 65535 7
So, for smaller disk sizes, say 5Gb, I would want to choose max_pe_per_pv of 4096 and max_pv of 116, so I can grow the volume group by adding new disks. For large metavolumes, I am not as interested in adding more disks as I am adding large disks, so I would want to set max_pe_per_pv to the maximum (65535) and max_pv to 7.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2002 05:49 AM
05-25-2002 05:49 AM
Re: Volume group parameters
actually we had that discussion already a couple of times, so search-ing for "+max_pv +mv_pe" or "vgcreate" should bring up those threads...
But to point you to something else: you would not like to use the theoretical limits without need, since then you waste a lot of RAM (in kernel) and have unneccessary big VGRAs and PVRAs (VG Reserved Area/PV Reserved Area), which could hurt you especially when using the "-v" option on the *display commands...
If the minimal(!) size of a replacement PV for your VG is expected to be at least 36GB, then you would try something like 5000 * 8MB or 2500 * 16MB or 1500 * 32GB or 1000 * 64GB or so, but not 9000 * 4MB, right? Imagine the output of "pvdisplay -v" on that PV...
And the amount of RAM needed to keep the map for that in your kernel (times the max_pv/vg, of course).
Since that map must fit into the first PE anyway, you'll need a bigger PE, though - and then you'll need fewer PEs, of course - so why not start with a reasonable (=manageable) mix form the very start.
HTH,
Wodisch