1834026 Members
5190 Online
110063 Solutions
New Discussion

Storage issues

 
SOLVED
Go to solution
Andres_13
Respected Contributor

Storage issues

Hi all,

I have a L1000 Box with a 12H attached, recently i try to connect an aditional 12H to the same box and the server's performance go down.

Both 12H have an X and Y controller and two SCSI card each. I wonder this configuration is valid and if this kind of box can support it and where i can find docs about this issue.

More detailed info can be post this way if any of you need it.

Thanks & regards!
8 REPLIES 8
Leif Halvarsson_2
Honored Contributor
Solution

Re: Storage issues

Hi,

What kind of performance go down ? Sounds strange that just connecting a disk system should affect performance. Is both systems configured and in use ?
A. Clay Stephenson
Acclaimed Contributor

Re: Storage issues

There are two common errors made when configuring 12H's and either can lead to very poor performance:

1) Having all the I/O go through 1 controller (usually X) and controller Y is there only for failover.

2) Using too much space as LUN's so that the AutoRAID is almost purely RAID5.

The fixes are:
For every VG, create 2 equally sized LUN's. LUN A should use Controller X as primary path (alternate y) and LUN B should use Controller Y as primary path (alternate X).
Stripe each LVOL in the VG across both LUN's
usually in 64KB chunks. There is no performance gain from increasing the number of LUN's per VG to above 2 although host-based performance monitoring tools will make it appear that you have an i/o bottleneck.

Allocate no more than about 50% of the total array space as LUN's. This will leave the array in RAID 1/0 at all times.

If it ain't broke, I can fix that.
Alessandro Pilati
Esteemed Contributor

Re: Storage issues

Andres,
let's start posting the sar.report file after launched these two commands:

sar -o sarfile 3 30
sar -Af sarfile > sar.report

Then post the output of
swapinfo -tam
vmstat 5 10

Rgds,
Alex
if you don't try, you'll never know if you are able to
Torsten.
Acclaimed Contributor

Re: Storage issues

Just a question:
Did you connect the arrays using 4 SCSI controllers in your server? Did you configure their ID properly? A. Clay Stephensons reply gives you the best instruction to setup for optimal 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!   
Andres_13
Respected Contributor

Re: Storage issues

Thanks all of you,

May be i wasn't say right way, this is what i did:

* One server with one 12H (12H0), shutdown the server, connect another 12H (12H1), startup the server, ioscan -fnC disk and the server "see" all disks, pvcreate to all 12H1 disks, and then when i try to setup a VG i can't add the alternate path to 12H1 disks, server go to slowly after this i can use all disks.

* When i try to resore any thing to these disks who belongs to a vg that resides on a 12H1 disks, server comes very veery slow.

Any way all requested info is in attached file,

Thanks & regards

Alessandro Pilati
Esteemed Contributor

Re: Storage issues

Andres,
the only not-normal thing I see in your reports is a low average %wcache in you sar.report file: in a time you can,you should increase the buffer cache ( increase the BUFPAGES parameter and I think is necessary the regeneration of the kernel ).

Anyway, maybe it's more effective an analysis ( launch commands above )during the restore of disks in the 2H1. I think anyway that there is a problems with the communication between the two 12H.

Wait for the hints of some more experienced forumer about it.

Rgds,
Alex
if you don't try, you'll never know if you are able to
Bob_Vance
Esteemed Contributor

Re: Storage issues

Are you daisy-chaining the 12H's?
Or do you actually have 4 SCSI controllers in the server?

If you daisy chain the Arrays, you must change the controller IDs on the second Array (they default to 0 and 1).

hth
bv
"The lyf so short, the craft so long to lerne." - Chaucer
Andres_13
Respected Contributor

Re: Storage issues

...