![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have setup a production sql server cluster, as ususall I setup MSCS first and do the failover test. I use dual fiber channel card for redundancy, but I meet prob: Broke one fiber connect. Passed it did not fail over because it is redundant. Broke second fiber connection. CLUSTER FAILED!! Had to reboot DB1(node1) and it failed over DB2(node2) was hang on there looks like know nothing about the fail. Question: 1.Is this a correct behavior that MSCS suppose to do? 2.If not, any ideas how to fix it? Thanks David Liu Sr. DBA moneris.com MCDBA, MCSE |
#3
| |||
| |||
|
|
The heart beat cable is used to detect which node is live. If a node issues a select @@servername and gets no response from the other node it assumes the other node is dead and takes over. If the heart beat cable, or the private network link goes down, there is no way to know which node is live and both nodes will attempt to launch. |
|
What you see is expected behavior. -- Hilary Cotter Looking for a SQL Server replication book? http://www.nwsu.com/0974973602.html "David Liu" <david.z.liu (AT) moneris (DOT) com> wrote in message news:179e01c4a638$cf8250e0$a601280a (AT) phx (DOT) gbl... I have setup a production sql server cluster, as ususall I setup MSCS first and do the failover test. I use dual fiber channel card for redundancy, but I meet prob: Broke one fiber connect. Passed it did not fail over because it is redundant. Broke second fiber connection. CLUSTER FAILED!! Had to reboot DB1(node1) and it failed over DB2(node2) was hang on there looks like know nothing about the fail. Question: 1.Is this a correct behavior that MSCS suppose to do? 2.If not, any ideas how to fix it? Thanks David Liu Sr. DBA moneris.com MCDBA, MCSE |
![]() |
| Thread Tools | |
| Display Modes | |
| |