- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvsplit takes too long
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-27-2001 01:17 PM
05-27-2001 01:17 PM
lvsplit takes too long
Before the change...I had 51 LVs distributed between vg01 (44 LVs) and vg02 (7 LVs). vg01 was created with defaults and it was made up of 12 PVs. vg02 was created so that it could be extended with PVs larger than the 6 PVs it had at the time of creation, and the maximum number of PVs can be 64.
The change eliminated vg01 and placed all of its PVs and LVs into vg02. Thus vg02 grew to 18 PVs and 51 LVs.
The problem is that now when we split the mirrored LVs in vg02 it takes so much longer than before. Does anyone have any theories as to why this occurs?
Some command output...
# vgdisplay vg02
--- Volume groups ---
VG Name /dev/vg02
VG Write Access read/write
VG Status available, exclusive
Max LV 255
Cur LV 51
Open LV 51
Max PV 64
Cur PV 18
Act PV 18
Max PE per PV 4350
VGDA 36
PE Size (Mbytes) 4
Total PE 31482
Alloc PE 28790
Free PE 2692
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2001 05:53 AM
05-28-2001 05:53 AM
Re: lvsplit takes too long
Whats about LE ditributions? Extends on one only disks or more disks, or more disks to distribute?
What about stripping???
just some ideas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2001 06:03 AM
05-28-2001 06:03 AM
Re: lvsplit takes too long
At the moment I'm clueless but I do have a couple of ideas.
1) Is your lvsplit command one big statement?
i.e. are you doing an lvsplit of all the logical volumes in one statement or are you doing a separate lvsplit command for each logical volume. If you are doing all the lvsplits in one command then I can see that you might have a possible n-squared problem waiting for all the lvols to sync before spliting.
2) I would, at least for the moment, break the lvsplit into a series of commands and I would timex each lvsplit command. If you see one lvol that is taking an inordinate amount of time that might point you in the right direction.
Just food for though, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2001 02:00 PM
05-28-2001 02:00 PM
Re: lvsplit takes too long
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2001 03:39 PM
05-28-2001 03:39 PM
Re: lvsplit takes too long
So much for the n-squared idea. My psychic powers tell me that it is one logical volume. I would now turn you script into a for loop using timex to lvsplit the lvols one at a time.
Clay