- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Speed Issue - RP8420 attached to IBM FastT200 SAN
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-21-2011 10:56 AM
тАО03-21-2011 10:56 AM
Speed Issue - RP8420 attached to IBM FastT200 SAN
Since doing this, I have been experiencing speed problems when writing to the disks - as much as 6 times slower. I do see on the SAN that the controllers keep flipping from primary to alternate disks. However, switching primary and alternate on the HP side doesn't seem to help. Both HP and IBM confirm the controllers/fibre cards are good.
Has anyone used this configuration before? any suggestions you can give?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2011 11:58 AM
тАО03-21-2011 11:58 AM
Re: Speed Issue - RP8420 attached to IBM FastT200 SAN
I've certainly seen enough slow disk write complaints in my day.
What is the configuration of the LUN's presented to the system? Raid 5 presentations do sometimes lead to slow writes in a write heavy random write environment.
This is less of a problem in a sequential write environment.
If you do a lot of random writes, consider raid 1 or raid 10 lun presentation.
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
тАО03-21-2011 12:17 PM
тАО03-21-2011 12:17 PM
Re: Speed Issue - RP8420 attached to IBM FastT200 SAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2011 12:29 PM
тАО03-21-2011 12:29 PM
Re: Speed Issue - RP8420 attached to IBM FastT200 SAN
this is a probably multipathing issue. you could use IBM's multipath software to use one path as preferred.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2011 12:31 PM
тАО03-21-2011 12:31 PM
Re: Speed Issue - RP8420 attached to IBM FastT200 SAN
As for using primary and alternate controller paths, I usually do that by alternating each controller, each san port, and all interfaces into the disk array in each lvol by using PVGs in LVM, and using extent based stripes across them, but there are other ways to get that done as well, some fully automated.
As for most array, especially older ones, many are indeed slower on a single write, but hold up much better with concurrency (like an database) issues, in which your I/O won't degrade nearly as much as a fast local disk will. In this case, the fast local disk will certainly outrun your disk array, but only for one thing at a time operation. An example of this would be copying a large file, say 2Gb. Let's say one at a time the local disk takes 40 seconds to copy(nothing real here just a made up example), if you ran two of these copies at the same time, it will probably take you about 95% longer than copying a single file. And copying three files at the same time will take you almost three times longer.
However, on most large arrays (setup optimally) using the same example, a single copy will take 1/2 to 3 times longer than the single copy of the local disk(depending on the array, configuration, etc). But now, if you kick off a second copy at the same time, the time for both copy 1 and copy 2 concurrently is the same time as just running copy 1 (in this case lets' say 40 seconds). And for three copies at once as well. By the time you run four copies at once, you'll notice maybe it takes 44 seconds, and if you 7 copies at a time, it will take maybe 54 seconds total.
You get the idea? Arrays are systems built for concurrency. If fast writes are necessary for a single process at a time on a server, then a storage array is not your friend. Keep in mind though, that this would describe most times, a workstation, not a server, much less a database server.
Hope this helps a bit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-22-2011 01:03 PM
тАО03-22-2011 01:03 PM
Re: Speed Issue - RP8420 attached to IBM FastT200 SAN
Kenan - One path is already showing as prefered but it keeps flopping.
TwoProc - What you said makes sense, As I was checking to find the answers to your questions, I found that the general cache settings were set to 4KB instread of 16 KB. I have made this change and we will see what happens with our backup tomorrow. I will let you knwo and assign points then.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-22-2011 10:09 PM
тАО03-22-2011 10:09 PM
Re: Speed Issue - RP8420 attached to IBM FastT200 SAN
In this case the systems polls all available paths - this cause the array to flip the ownership permanently and results in very slow performance.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2011 10:20 AM
тАО04-06-2011 10:20 AM
Re: Speed Issue - RP8420 attached to IBM FastT200 SAN
Thanks again for your assistance.