- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- extending an extent based striped lvol
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-04-2005 10:02 PM
09-04-2005 10:02 PM
does anybody know an way how to extend an extent-based striped lvol where the extents are later spread equally over all disks ?
The problem for me is, after adding new disks to the vg and extending the lvol the new extents are only on the new disks and not spread over all disks. But for performance reason it is better if the pe´s are in order on all disks.
Thanks in adv for your ideas
Regards
Stephan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2005 11:54 PM
09-04-2005 11:54 PM
Re: extending an extent based striped lvol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 01:26 AM
09-05-2005 01:26 AM
Re: extending an extent based striped lvol
So some reorginazation has to be done of the old PE´s and the new one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 01:44 AM
09-05-2005 01:44 AM
Re: extending an extent based striped lvol
If you truly have physical space remaining on the old physical volumes, you could target them by specifying either their pv_names or a corresponding pvg_name as part of the 'lvextend' argument list.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 04:14 AM
09-05-2005 04:14 AM
Re: extending an extent based striped lvol
If I understood you correctly you want your OLD lvols to be equally distributed in old and new disks.
This is not possible without recreating the logical volume from the scratch.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 08:47 PM
09-05-2005 08:47 PM
SolutionIf mirrored or mirror disk/UX available you have a chance.
If mirrored : drop one of the mirror sets ensuring you specify disks all in the same lvm pvg (lvreduce). Ensure that /etc/lvmpvg contains all the disks including the new ones for that pvg and re-create your mirror (lvextend) then repeat for the other pvg (drop mirror, re-create mirror).
You should also be able to use mirror disk/UX to get there by using a combination of lvchange (to turn distributed off and on), lvreduce and lvextend (ensure lvmpvg is correct).
I have done both of the above in the past and it can be performed online providing you have mirrordisk/UX and sufficient disk space.
Good Luck.