dbTalk Databases Forums  

SQL Server unavailable during failover

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss SQL Server unavailable during failover in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
John Oberkehr
 
Posts: n/a

Default SQL Server unavailable during failover - 04-08-2004 , 12:48 PM






I've noticed with testing my SQL Server cluster failover,
that SQL Server is unavailable during the fail over.

I noticed that when the SQL Server serice is starting on
the fail over node, No one can connect until the service
is started on the backup node.

Is there any way to aviod this when the failover is
occuring.



Reply With Quote
  #2  
Old   
Sandeep Sutari [MSFT]
 
Posts: n/a

Default Re: SQL Server unavailable during failover - 04-08-2004 , 05:37 PM






This behavior is expected( by design)......any cluster resource( including
SQL) will not be available during a fail-over.
Thanks,
--
Sandeep Sutari
Microsoft Corp.

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

"John Oberkehr" <jobie61 (AT) yahoo (DOT) com> wrote

Quote:
I've noticed with testing my SQL Server cluster failover,
that SQL Server is unavailable during the fail over.

I noticed that when the SQL Server serice is starting on
the fail over node, No one can connect until the service
is started on the backup node.

Is there any way to aviod this when the failover is
occuring.





Reply With Quote
  #3  
Old   
Michael Hotek
 
Posts: n/a

Default Re: SQL Server unavailable during failover - 04-12-2004 , 02:36 AM



And to add to that, you have the SQL Server service shutting down during a
failover. The disk ownership is transferred and then the SQL Server service
is started back up. When SQL Server starts up, it goes through restart
recovery. That means while the cluster comes up and the SQL Server service
starts, your database will not be accessible until the undo portion of
restart recovery completes. This is affected by the run duration of any
transaction which was in flight when the cluster failed over.

As an example, if you had a transaction that had been running for 20 hours
when the cluster fails over, the database(s) that is was operating on will
not come back online until approximately 20 hours after fail over.

--

Mike
Principal Mentor
Solid Quality Learning
"More than just Training"
SQL Server MVP
http://www.solidqualitylearning.com
http://www.mssqlserver.com



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.