Link to home
Start Free TrialLog in
Avatar of Wayne88
Wayne88Flag for Canada

asked on

RAID configuration question for MS GP.

Hi,

I have read many postings about MS SQL server raid configuration but I am getting many recommended solutions so I thought I post the question here.

First off, the server is a DELL T710 with 24gb of RAM and 8 300gb hard drives and we are rolling out a new SQL Server 2008 for our new ERP system (MS Great Plains) which will be accessed by 40-50 users.

According to Microsoft the following setup is recommended:

RAID1: O/S & applications
RAID1: SQL Database log files
RAID5: SQL Data files


After reading some of the postings, most recommended RAID10 so I assume the setup will be as follow (please correct me if I am wrong):

RAID1: O/S & applications
RAID1: SQL Database log files
RAID10: SQL Data files

Now to add a little twist to this, I was speaking to a DELL specialist about a different system configuration. We were thinking about going with a high availability system but did not because it's too costly.  The setup is still similar in a sense that there will be a storage array that can meet the required recommended configuration above but he said to me that was the old way of configuring it.  The new way and more common these days is to just do one big Raid10 for everything so I am more confused at this point.

Hopefully, you can shed some light and let me know what you think is best from your experience considering good failover, speed and of course ease of restoration (disaster recovery, we use Acronis).

Thank you,

Wayne
ASKER CERTIFIED SOLUTION
Avatar of MrAli
MrAli
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Wayne88

ASKER

Hi guys,

Thank you for your quick response.  I will go:

RAID1: O/S & applications
RAID1: SQL Database log files
RAID10: SQL Data files

Where can I find or can you recommned the optimal stripe size for each of the above?

Thank you,

Wayne
SQL Server works well with the default RAID stripe size as the SQL page files are 8k and the extents are 64k
Avatar of Wayne88

ASKER

Thanks again for your help guys.