Unsolved
This post is more than 5 years old
3 Posts
0
17144
May 30th, 2013 23:00
MD3200i-one "big" group disk on one raid controller or two group disk on each controller
hello,
I have MD3200i with two raid controller and 12 disk (600 Sas 15k).
In the "powervaul-md3200i-performance-tuning-whitepaper", I read that
"Adding more drives to a disk group while holding the stripe size fixed can increase I/O
rate for sequential I/O, up to the point of controller saturation – more drives mean more spindles to service I/O. "
So:
Is better to have one disk group of 6 disk for each controller or one "big" disk group of 12 disk on one controller (the other one in mode "failover").
Thanks
No Events found!
DELL-Kenny K
685 Posts
1
June 3rd, 2013 15:00
Keltran,
One thing to remember with the Power vault product line is that the controllers are Active/Passive. SO we would recommend to have all 12 disks in one disk group and then you can have multiple Virtual Disks if you need. That way you will get the performance of having more spindles. Please let me know if you have any further questions.
keltran
3 Posts
0
June 4th, 2013 07:00
Kenny,
Thanks for your answer.
..."if you have any further questions", Yes I have ..
So I create one disk group with my 12 disk. I create x virtual disk , I select for each the same ownership/Preferred path (e.g. : Raid controller Module in slot 0 ) and for all I enable write caching with mirroring.
In this case I use the second controller in totaly passive mode without loadbalancing.
It's right?
Bests regards.
DELL-Kenny K
685 Posts
0
June 4th, 2013 09:00
You are correct in that one controller is active and the other is passive and is used as failover if the active controller were to fail.
Here is the link to the deployment guide for this array.
ftp://ftp.dell.com/Manuals/all-products/esuprt_ser_stor_net/esuprt_powervault/powervault-md3200i_Deployment%20Guide_en-us.pdf
I hope this helps.
keltran
3 Posts
0
June 6th, 2013 01:00
Now I have my "big" disk group in RAID5 with 4 virtual disk.
and for each server esxi (3 host) , I set the iops to 1 like this (the defaul is 1000) :
esxcli storage nmp psp roundrobin deviceconfig set -d naa.678xxxxxxx -I 1 -t iops
And for the moment it's all good.
Thanks for your help.