Wrox Programmer Forums
|
SQL Server 2005 General discussion of SQL Server *2005* version only.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 21st, 2006, 06:51 AM
Authorized User
 
Join Date: May 2006
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default RAID 5 on SQL Server

How can I know if one of disk partitions are failed when using RAID 5 on my SQL Server 2005. I asked this question because I know that in case of one disk failure, my work will not effected because my data still available.



Mohd A. Shalabi
__________________
Mohd A. Shalabi
 
Old November 23rd, 2006, 10:58 AM
SQLScott's Avatar
Wrox Author
 
Join Date: Dec 2004
Posts: 338
Thanks: 0
Thanked 2 Times in 2 Posts
Default

Mohd,

There are tools and products out there that will do this for you. I am not a "hardware" guy but I asked my hardware guy and he said there were plenty of tools out there that do this. I can have him supply a name or two if you need. Let me know.



Scott Klein
Author - Professional SQL Server 2005 XML
http://www.wrox.com/WileyCDA/WroxTit...764597922.html
 
Old November 23rd, 2006, 11:49 AM
Authorized User
 
Join Date: May 2006
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default

yes please, my server is dell

Mohd A. Shalabi
 
Old November 30th, 2006, 03:08 PM
Friend of Wrox
 
Join Date: Oct 2006
Posts: 475
Thanks: 0
Thanked 9 Times in 9 Posts
Default

There should be documentation that came with the SCSI card or the Raid Array that identify how to tell if one of the disks failed. And, you should be able to use the windows systems tools to find out if the disk is active and viable.

--Jeff Moden
 
Old December 1st, 2006, 04:01 PM
Wrox Author
 
Join Date: Dec 2006
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You need to look at the utility software for the RAID controller.

If you have a Dell server, you may also have a Dell Array controller card, or could have a controller card from another manufacturer, so the first thing to do is go look in device manager (start -> run -> devmgmt.msc ) and look for the raid controller hardware details.

Then go looking for the utility software that came with the controller. If this isnt installed, then you will need to download it from the support site for the array controller.

Once you have the array controller utility running you can look at each of the Arrays configured on the controller. There should be some way to see the status of each array. In most cases this includes some kind of "traffic light" ( red = failed, yellow = a problem, green = OK)

If your array has a disk failure the array will be highlighted in some way.

You should replace the failed disk ASAP, and then expect a fairly serious performance degradation while the new disk is rebuilt into the array.

You should also take a full backup ASAP as with one disk failed, if another goes you will loose everything on the array.

Co Author "Professional SQL Server 2005 Administration"
 
Old December 14th, 2006, 04:41 PM
Friend of Wrox
 
Join Date: Aug 2004
Posts: 385
Thanks: 0
Thanked 0 Times in 0 Posts
Default

As I recall raid 10 is generally suggested for RDBMS configurations. (just my two cents)

 
Old December 26th, 2006, 09:06 PM
Wrox Author
 
Join Date: Dec 2006
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thats correct, the recomendation is to use RAID 10, however its not always possible due to cost constraints.

Also in some circumstances is not necesary. A good example is a reporting server I run which is a read only copy of an online system. For this database I use RAID 0 (disk stripe) as this gives me the most space, and highest performance for the least cost. I dont need to worry about recovery as I reload the whole DB every night. If a disk fails the server can be down for a few days while I wait for a replacement disk.

The key point here is to understand your requirements and make informed decisions based on the criteria that are important to you.



Steve Wort
Co Author "Professional SQL Server 2005 Administration"
 
Old January 3rd, 2007, 04:54 PM
Friend of Wrox
 
Join Date: Aug 2004
Posts: 385
Thanks: 0
Thanked 0 Times in 0 Posts
Default

that works, more cost generally gives you greater protection. Raid 10 better than Raid 0 for database but costs more. Frankly I tend tward no use of raid at all and setting up some sort of fail over system when practical.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Conflict in SQL Server 2000 and SQL Server 2005 ayan.mukherjee SQL Language 0 June 30th, 2008 03:34 AM
SQL Server Reg. SQL Server does not exist error Arsi SQL Server 2000 1 June 11th, 2008 11:20 AM
Single server installation - RAID config question? alexl BOOK: Professional Team Foundation Server ISBN: 0-471-91930-6 0 April 25th, 2007 11:03 PM
migrating from sql server 2000 to sql server 2005 abinashpatra SQL Server 2005 2 December 1st, 2006 03:45 PM
Sql server deadlocks and RAID manupuri SQL Server 2000 0 June 28th, 2004 01:27 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.