sql 2008 disk layout on a budget this is for database mirroring

Posted by user22215 on Server Fault See other posts from Server Fault or by user22215
Published on 2009-10-22T11:38:33Z Indexed on 2010/03/23 19:03 UTC
Read the original article Hit count: 389

Filed under:

Guys I'm rolling out a SQL database server that will be used to back Sharepoint 2007. Right now I need some advice on my disk layout. I have two Dell servers that are configured a little differently in terms of storage. The principle server will be using a combination of local storage and san storage. I have to work with what I have the organization is currently all allocated on san storage it was like pulling teeth to even get what I have to work with now. My disk setup on the principle is as follows:

  • raid 1 for OS
  • raid 10 for logs
  • raid 10 fiber on san for high IO databases
  • raid 10 sata on san for content databases

My question in regards to the principle server is where should I place the temp db? I thought about placing it on the fiber raid 10 which will be hosting my high IO Sharepoint SSP databases my only other choice is to move it to the raid 1 os partition which I’m sure you guys will be against.

Now let’s talk about the mirror server it is not connected to the san it is all local 6 15k SAS drives. Now my question is the same do I put tempdb on the os partition or do I leave the os partition and use a single raid 10 for everything? Any help you can provide is much appreciated.

© Server Fault or respective owner

Related posts about sql-server-2008