Re: Minimize failover time
- From: "Tim Walsh" <tmwalsh@xxxxxxx>
- Date: Mon, 1 Sep 2008 19:33:44 -0400
Keep in mind what has to happen when a cluster fails over or is moved to the
other node. The cluster has to recognize the failure or the move request.
The cluster then has to send SQL and the other resources shutdown signals
and then wait for all the resources to respond. If the resources don't
respond the cluster has to wait for the request to time-out before killing
the resource. Once all the resources are off-line the cluster then has to
send start signals to the resources on the other node and again wait for a
response. The resources most likely have to start up in a particular order,
so the start signals have to wait for each resource in the particular order
to start and respond before the next resource can be sent a start signal.
All of this signaling takes time, 15 to 20 seconds is actually pretty good
response. I suspect you were testing the fail-over and this 15 to 20 seconds
isn't based upon an actual failure where timeouts will most likely be
encountered and a much slower response as a result.
This is what clusters do, they don't guarentee that you won't have a service
interruption, just that the service interruption will be shorter then if you
had to manually respond. Highly reliable and highly available are not the
same.
"Pasquale" <Pasquale@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9C239FA3-ACC2-476B-AA1F-2EA208D056F9@xxxxxxxxxxxxxxxx
I have a two node cluster (active/active).
When I try the failover with the cluster administrator tool I have seen
that
it occurs 15-20 seconds to recover the SQL Server resource.
Is it possible to decrement the failover time for the SQL Server resource?
How?
Thanks
.
- Follow-Ups:
- Re: Minimize failover time
- From: Pasquale
- Re: Minimize failover time
- References:
- Minimize failover time
- From: Pasquale
- Minimize failover time
- Prev by Date: RS dbs on a new local instance or on a clustered instance
- Next by Date: Re: Minimize failover time
- Previous by thread: Minimize failover time
- Next by thread: Re: Minimize failover time
- Index(es):
Relevant Pages
|