- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- XP Array Storage Layout: Will stripes of LDEV's gi...
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
02-10-2005 07:23 AM
02-10-2005 07:23 AM
XP Array Storage Layout: Will stripes of LDEV's give me better WRITE throughput than a Single LDEV?
Any thoughts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 07:40 AM
02-10-2005 07:40 AM
Re: XP Array Storage Layout: Will stripes of LDEV's give me better WRITE throughput than a Single LDEV?
For example, let's suppose that I need 200GB total in a VG divided into a 50GB and a 150GB LUN. Let's also suppose that I have 4 external SCSI connections between the host and the array. I would create 4 LUN's of 50GB each specifying a primary path to each LUN over a different physical bus and choosing one of the other buses as an alternate path. I would then create a 50GB LVOL and a 150GB LVOL and stripe over all four PV's typically in 64KB chunks.
The other thing that should be done is to use RAID 1/0 whenever possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 07:41 AM
02-10-2005 07:41 AM
Re: XP Array Storage Layout: Will stripes of LDEV's give me better WRITE throughput than a Single LDEV?
Raid 5 uses less space but write performance will be slower than Raid 1 or Raid 1/0.
Other soruces:
A rule of thumb for striping is that being spread across more physical disks(forget LUNS) improves performance.
Test write performance would be from Raid 1, assuming unprotected is a bad idea, which it is.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 07:43 AM
02-10-2005 07:43 AM
Re: XP Array Storage Layout: Will stripes of LDEV's give me better WRITE throughput than a Single LDEV?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 07:47 AM
02-10-2005 07:47 AM
Re: XP Array Storage Layout: Will stripes of LDEV's give me better WRITE throughput than a Single LDEV?
For ex, if you need to use 4 LUNS, pick a LUN for 4 different Array Groups. This is what HP recommends for optimal performance.
Also when you dont have SecurePath, you will have balance the use the primary links and alternate links through different controller.
Remember, even LUNS on a single XP port is controlled by a single chip. So dont pick all even luns or all odd luns seen through any single XP port as your primary link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 08:45 AM
02-10-2005 08:45 AM
Re: XP Array Storage Layout: Will stripes of LDEV's give me better WRITE throughput than a Single LDEV?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 08:50 AM
02-10-2005 08:50 AM
Re: XP Array Storage Layout: Will stripes of LDEV's give me better WRITE throughput than a Single LDEV?
On the XP -- if I have - say 100 Array Groups, (25 for each ACP pair) - would it be advisable to stripe accross those 100 LUNS (Ldevs) 1 from each Array Group? And say have a stripe size of say 512 bytes?
On a slower XP512, other array architectures.. I have never striped no more than 8 ways with stripe sizes ranging from 16 to 128 Kbytes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 09:31 AM
02-10-2005 09:31 AM
Re: XP Array Storage Layout: Will stripes of LDEV's give me better WRITE throughput than a Single LDEV?
You need to make sure the on the back end that each LUN is striped across the maximum possible number of disks.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 09:36 AM
02-10-2005 09:36 AM
Re: XP Array Storage Layout: Will stripes of LDEV's give me better WRITE throughput than a Single LDEV?
ie. in VxVM (a very wide THIN stripe):
vxassist make stripevol 200G ncols=100 stwidth=512
and in LVM (a 100 way stripe with 64KB stwidth?):
lvcreate -L 204800 -100 3 -I 64 /dev/stripeVG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 09:37 AM
02-10-2005 09:37 AM
Re: XP Array Storage Layout: Will stripes of LDEV's give me better WRITE throughput than a Single LDEV?
the stripe size, as you know, the bottom line is to match as closely as possible with your application I/O block size.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 09:38 AM
02-10-2005 09:38 AM
Re: XP Array Storage Layout: Will stripes of LDEV's give me better WRITE throughput than a Single LDEV?
lvcreate -L 204800 -i 100 -I 64 /dev/stripeVG
If each LUN is coming from say a 4 way raidset, thin this particular LVOL will essentially engage all 400 Physical Disks.
Or would this be allowed at all in LVM?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 09:43 AM
02-10-2005 09:43 AM
Re: XP Array Storage Layout: Will stripes of LDEV's give me better WRITE throughput than a Single LDEV?
My plan is to utilize 8-way stripes - with each member coming from 2 array groups from each ACP controller (on the XP).. Somehow, we've a number of "consultants" that are saying.. we shuould stripe all accross the almost 100 Array Groups that we have - with each array group's LDEVs shared amongst the connected servers...
My initial plan was to allocate a number of array groups per server with that server having exclusive access to the LDEVs of each array group as what I am used to with the Hitachi flavour of the XP...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 09:44 AM
02-10-2005 09:44 AM
Re: XP Array Storage Layout: Will stripes of LDEV's give me better WRITE throughput than a Single LDEV?
The size of the LV will possibly be rounded and while creating the VG make sure you set the max PVs to 100.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 09:48 AM
02-10-2005 09:48 AM
Re: XP Array Storage Layout: Will stripes of LDEV's give me better WRITE throughput than a Single LDEV?
It would be a good idea to make the LDEVS from different AGs visible to each host rather than having each machine see LDEVs exclusively from certain AGs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 10:50 PM
02-10-2005 10:50 PM
Re: XP Array Storage Layout: Will stripes of LDEV's give me better WRITE throughput than a Single LDEV?
During a benchmark we had our database on XP with no stripping across LUNs and got qlen > 0
We then changed the layout with 2 array groups in our vg swith stripes 8 way, 64K.
Qlen was at zero !
We use RAID 1+0. There is an internal strip in the XP but I don't have the details.
I suppose READ may impact too and unless you have dedicated path for the redo.
Obviously I would recommend RAID1+0 as this would help.
Too me WRITE will go into cache.
Tuning redo will require the help from your DBA. Statspak report will give you hint to where your combined effort (DBA + Sysadmin) should concentrate.
Regards
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2005 03:05 AM
02-11-2005 03:05 AM
Re: XP Array Storage Layout: Will stripes of LDEV's give me better WRITE throughput than a Single LDEV?
we have encountered similar ( and very heated debates over this here) issues and found that there is *no rule of thumb*. Agressive stripping may deter the performance. Lot of folks here may haved used "old disks" of a very very high disk latency and their experince may be based on those old tech wrecks. If you buy a truck, it will never be tuned to a racer car.
XP technology has taken care such things internally using extensive caching technology so we don't see such performace hits, right ? The newer hardrive technology and RAID 1+0 are already at work in the back ground. If you stripe too much, every chance that you will kill XP disk performance and HP sales team will be ready at your door step to sell you more cache me & shared memory :)
Large small accesses across 100 disks will bring 100 tracks in the cache and one single byte mod will cause multiple disk access. To complete the commit, all 100 disks have to comply at the same time, weakest disk will drive the performance ( or lack of it) !
Now you decide : Would you consider an 18 wheeler a better performance vehicle since all 18 wheels are rotating or 4 wheeler with more powerful engine making just 4 wheels spin faster ?
IMHO
-Q