- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How redistribute PE on different PV
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
12-02-2004 02:13 AM
12-02-2004 02:13 AM
How redistribute PE on different PV
I've a big FS about 1,2 To on XP 512
The probleme, I've a lot of PE contigous to the same disk (I have 58 disks).
The I/O perf are realy poor, all the requeste are on same disks (10/58).
Is it possible to redistribute online the PE of the 10 disks to another pv.
Thank you for your help
Nicolas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 02:16 AM
12-02-2004 02:16 AM
Re: How redistribute PE on different PV
pvmove - move allocated physical extents from one LVM physical volume to other physical volumes
Check the man page,
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 02:22 AM
12-02-2004 02:22 AM
Re: How redistribute PE on different PV
Looking further, you can ask yourself if LUNs are well designed on this array.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 02:23 AM
12-02-2004 02:23 AM
Re: How redistribute PE on different PV
look at lvdisplay -v /dev/vgXYZ/lvolXYZ
maybe the lvol is striped? then you cannot change it. If it is not striped you change to "distributed extents", but that would require to mirror it and then remove the original (non-distributed) extents
man lvcreate will give you an idea
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 02:53 AM
12-02-2004 02:53 AM
Re: How redistribute PE on different PV
It's not possible for me to destroy en create a new and restore the data.
I don't have enough space to mirror the disk.
To use lvchange -D y, i need to use /etc/lvmpvg, i think this is a good idea.
But the data contigous, will be always contigous.
Only the new data will be distributed.
Thank you for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 11:02 PM
12-02-2004 11:02 PM
Re: How redistribute PE on different PV
yes, that is why you need to "lvchange -D f" to force subsequent distributed allocation, then mirror the lvol so your mirror is distributed, then remove the non-distributed mirror. This is the only non-disruptive way of doing it. For anything else you will have to create new lvols and copy the data, but for new lvols you need some space as well, though not necessarily twice of what you have allocated now...
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 11:56 PM
12-02-2004 11:56 PM
Re: How redistribute PE on different PV
as you are talking about an XP 512 tis are logical disks, not physical. So the 10 (logical) busy disks might still be spread over more physical disks in the XP 512, or less if you're unlucky.
Perhaps you need to look at the XP 512 instead of at the HPUX side:
- add more cache memory ??
- HP StorageWorks Performance Control XP ??
- HP StorageWorks Auto LUN XP ??
--> have a chat with HP.
good luck,
Thierry.