Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Clustering / May 2006

Tip: Looking for answers? Try searching our database.

Conditions for Cluster to failover..

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Hassan - 28 May 2006 08:46 GMT
Under what conditions will the active node fail to the passive node when
automated ?

Does it failover if the CPU on active node is pegged at 100% ?

Will it failover if the active node runs out of worker threads ?

Do let me know. Thanks
Linchi Shea - 28 May 2006 18:09 GMT
Out of box and by default, the SQL Server resource in a failover cluster is
configured to do the LooksAlive check once every 5 seconds to see whether the
service is running. Note that this is a rather lightweight check and even if
this checks out to be okay, the SQL instance may still be unusable. So the
cluster also does what is called the IsAlive check, which actually tries to
connect to the instance and run a simple query. Depending on the failover
threshold setting of the SQL Server resource, failure of this check and its
retries may cause the cluster either to try to restart the SQL instance on
the same node or fail it over to another node, i.e. start it on a different
node.

So CPU pegged 100% in itself will not necessarily cause a failover. However,
if it causes the IsAlive check to fail and the number of failures meets the
configured failover threshold, the SQL Server resource group will failover.

Same applies to running out of worker threads.

Linchi

> Under what conditions will the active node fail to the passive node when
> automated ?
[quoted text clipped - 4 lines]
>
> Do let me know. Thanks
Tom Moreau - 28 May 2006 21:43 GMT
In addition to Linchi's remarks, you should know that the cluster's initial
response is to restart the service *on the same node*. If successful, you're
fine.  If not, it will try again.  If this happens more than 3 times (by
default), it will fail to the other node.

Signature

   Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
SQL Server MVP
Toronto, ON   Canada

Out of box and by default, the SQL Server resource in a failover cluster is
configured to do the LooksAlive check once every 5 seconds to see whether
the
service is running. Note that this is a rather lightweight check and even if
this checks out to be okay, the SQL instance may still be unusable. So the
cluster also does what is called the IsAlive check, which actually tries to
connect to the instance and run a simple query. Depending on the failover
threshold setting of the SQL Server resource, failure of this check and its
retries may cause the cluster either to try to restart the SQL instance on
the same node or fail it over to another node, i.e. start it on a different
node.

So CPU pegged 100% in itself will not necessarily cause a failover. However,
if it causes the IsAlive check to fail and the number of failures meets the
configured failover threshold, the SQL Server resource group will failover.

Same applies to running out of worker threads.

Linchi

"Hassan" wrote:

> Under what conditions will the active node fail to the passive node when
> automated ?
[quoted text clipped - 4 lines]
>
> Do let me know. Thanks
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.