SQL Cluster

  • Should it be setup so that an instance be set to failover if the SQL Server Agent fails?

    Thoughts??

  • Enthusiastic Jones (4/1/2014)


    Should it be setup so that an instance be set to failover if the SQL Server Agent fails?

    Thoughts??

    The default for this resource is the same as others, initially the cluster service account will attempt to restart the resource on the current node. If persistent failures are encountered the whole group will failover to a partner node.

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Enthusiastic Jones (4/1/2014)


    Should it be setup so that an instance be set to failover if the SQL Server Agent fails?

    Thoughts??

    Which one are you referring to , the option in the Cluster manger or the option in SSMS Agent properties ?

    --

    SQLBuddy

  • I'm referring to the option in cluster manager where if the agent can't start it causes the instance to failover to another node. I'm trying to see how others have this setup. I know by default that it is on, but should it be?

  • Enthusiastic Jones (4/1/2014)


    I'm referring to the option in cluster manager where if the agent can't start it causes the instance to failover to another node. I'm trying to see how others have this setup. I know by default that it is on, but should it be?

    We don't have it turned ON. That will cause the SQL Server to failover which is not accepted.

    --

    SQLBuddy

  • Enthusiastic Jones (4/1/2014)


    I'm referring to the option in cluster manager where if the agent can't start it causes the instance to failover to another node. I'm trying to see how others have this setup. I know by default that it is on, but should it be?

    For the most part it's not an issue. I've set up numerous FCIs with the default settings and not had any problems. If the group is failing over it will be because the resource either cannot restart or because there are an increased number of failures within a specified time period (detailed in the red ellipse).

    If you want to stop the group failing over everytime the agent goes down, uncheck the box shown in the blue ellipse.

    However, if the agent is really causing this much trouble you should be spending time figuring out why and remedying the situation.

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • You should consider whether you want your SQL Server instance failing over without warning, possibly during normal business hours. It might be a better idea to have your monitoring tool report the resource failure, and take action with human intervention.

  • lptech (4/1/2014)


    You should consider whether you want your SQL Server instance failing over without warning, possibly during normal business hours. It might be a better idea to have your monitoring tool report the resource failure, and take action with human intervention.

    Exactly .. This should be the approach ..

    --

    SQLBuddy

Viewing 8 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply