Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 High Availability (2008)
 SQL Dependencies

Author  Topic 

anon1m0us
Starting Member

7 Posts

Posted - 2011-09-22 : 13:31:50
I have a two server active/passive Windows 2008 R2 cluster with SQL 2008.



I created 8 drives in our SAN for SQL.



During the install, SQL created the SQL Resource Group which contains the following:

----SQL Server Name

---Other resources like SQL Server & SQL Server Agent.

--- Disk Drives
Drive 1 - System databases

Drive 2 - User Databases data files

Drive 3 - User Databases log files

Drive 4 - Tempdb

Drive 5 - MSDTC

Drive 6 - Qurom

Drive 7 - User Databases data2 files

Drive 8 - User Databases log2 files

Right now, SQL Server has a dependency on all the drives and the server name.

I just read the following in Technet: "SQL Server resource dependencies: If you add a resource to a SQL Server group and you have a dependency on the SQL Server resource to make sure that SQL Server is available, Microsoft recommends that you add a dependency on the SQL Server Agent resource. Do not add a dependency on the SQL Server resource. To make sure that the computer that is running SQL Server remains highly available, configure the SQL Server Agent resource so that it does not affect the SQL Server group if the SQL Server Agent resource fails."



Does this mean I should remove all my resource dependencies; which are disks, from SQL server and add them to SQL Agent?

What dependencies should be on SQL server and what should be on SQL Agent?

dinakar
Master Smack Fu Yak Hacker

2507 Posts

Posted - 2011-09-22 : 17:01:35
SQL Server should depend on Network name, and disk resources
SQL Server Network name depends on IP
SQL Server Agent depends on SQL Server.
IP and disks do not depend on anything.

Dinakar Nethi
************************
Life is short. Enjoy it.
************************
http://weblogs.sqlteam.com/dinakar/
Go to Top of Page
   

- Advertisement -