- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Increasing PE size of an LV
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-25-2001 07:59 PM
09-25-2001 07:59 PM
I have a LV that has been created with 4 MB PEs. I now require more than 65535 x 4 MB for that LV (> ~256 GB).
It appears I now need to increase my PE size from 4 MB to perhaps 8 MB (or maybe 16 MB before this is over).
The LV is not striped. I have Online JFS installed - great product but I'm not sure it will help me here.
Questions:
Must I recreate the Volume group from scratch?
What affect would a 8 or 16 MB PE have over a 4 MB PE in terms of performance - the VG is used for large files?
I can backup/move all of the data off of the VG/LV as necessary.
PS: I have an outstanding post to assign points against - when we get around to performing that last task I will award the points - apologies.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 08:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 08:30 PM
09-25-2001 08:30 PM
Re: Increasing PE size of an LV
Sorry you will need to create a new volume. You can only change the defaults (which is 4) at the time of creation. Suggest you create a new one with the extent size that you would like and copy across you data.
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 08:32 PM
09-25-2001 08:32 PM
Re: Increasing PE size of an LV
This link might be old, but may help you in finding the answers you are looking for.
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=c2d9f5640e298a7b6f/screen=ckiDisplayDocument?docId=400000000354541
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 07:33 AM
09-26-2001 07:33 AM
Re: Increasing PE size of an LV
yes, you have to re-create your VG!
But choose your poison wisely - a PE-size of
8MB is NOT much better than 4MB...
Ask yourself the following questions:
1) how big will the biggest LV become, ever?
2) how many PVs will you have to add, ever?
3) what size-restrictions do your LVs have?
4) how many LVs will you need in the VG, ever?
Now for the answers:
1) seems like 256GB to the supported limit of
1) 1TB (=1024GB).
2) depending on your RAID-boxes, you might have
2) something from 4GB to 100GB per LUN or
2) single PV. And you will have therefor from
2) 64 to 255 (maximum value) PVs in that VG.
3) Does it matter to you/your company wether
3) you have some "slack" of a few MBs?
3) So can you live with LVs having sizes in
3) multiples of, say, 32MB, or 64MB?
4) Even for huge databases I guess you will not
4) need more than, say 30-50 LVs, right?
That makes your "vgcreate" command-line like:
vgcreate -p 128 -l 64 -s 64 -e 2048 /dev/vgBIG ...
or even like this:
vgcreate -p 128 -l 32 -s 256 -e 1024 /dev/vgBIG ...
The first example would allow to have up to 128 PVs, each of up to 2048 * 64MB and to be
used by up to 64 LVs, whereas the second does
permit you to have up to 128 PVs, again, but
this time each one of up to 1024 * 256MB, and
(only) up to 32 LVs.
So the maximum size for the VG would be a mere
128 * 2048 * 64MB = 16TB or even
128 * 1024 * 256MB = 32TB
where each LV could be up to 1TB (=1024GB) in
size (for that's the officially supported
limit for the sizes of LVs).
AND you would be able to add PVs of whatever
size you want (well, up to 256GB/Disk or LUN)
later on...
BTW: PE-size is *NOT* about speed of disk-access!!!
Just my ?0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 07:39 AM
09-26-2001 07:39 AM
Re: Increasing PE size of an LV
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 04:01 AM
09-28-2001 04:01 AM