cluster failover

  • in most scenarios we will failover the node to another node . what happens internally when we failover the cluster from one node to another node .

  • check out Understanding the concept of SQL Server Failover Cluster[/url]

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me

  • ramyours2003 (2/9/2015)


    in most scenarios we will failover the node to another node . what happens internally when we failover the cluster from one node to another node .

    When you fail the instance over a number of things happen behind the scenes.

    The cluster service takes the cluster role offline, during this phase the virtual ip and networkname are unbound from the current nodes public network interface.

    The group is moved to the next available partner and brought online. The virtual ip and networkname are bound to the public network interface on the selected partner node

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

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

  • Thanks for the reply , can it be a wide to a bit clear...

  • sorry I don't follow what youre saying

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

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

  • can you explain clearly ?

Viewing 6 posts - 1 through 6 (of 6 total)

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