Configuring RAID10 with 6 drives on LSI Megaraid using storcli

1

I got a LSI 9271 card and 6 drives I want to add in RAID10 configuration - 3 spans of RAID1 to be exact.

All of the documentation shows the procedure via WebBIOS creating 3 DGs and spanning them. The storcli command doesn't have dg or span parameters.

Is the pdperarray parameter used in this case, e.g. storcli /cx add vd r10 drives=252:0-5 PDperArray=2 ?

vobelic

Posted 2016-01-05T20:36:08.367

Reputation: 11

Can you provide a description or example of what the documentation tells you to do, and an example of what happens when you try to follow those directions? It's unclear to me what exactly the issue is. – Adam – 2016-01-05T20:55:10.420

LSI User Guide, page 75 provides WebBIOS procedure. I already have a server running (array unused though) so i got cli at my disposal. – vobelic – 2016-01-05T23:25:18.557

No answers