I have configured two nodes as an SQL Server AlwaysOn HA Availability Server. Both nodes have two network interfaces Public (for client access and cluster communication) and Private (only for cluster communication). I was testing fail over behavior
of cluster so disabled public adapter and found that it was not transferred to the second node. Seems like the second node gets alive packets from first node through the public adapter so it is not transferring role. I just want to clarify if it is an normal
behavior of cluster or it should fail over to second node?
↧