How to write script for daisy chain replication topology ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amit2781
    New Member
    • Jun 2009
    • 23

    How to write script for daisy chain replication topology ?

    Hi,

    Can you please provide me the any script which written for daisy chain replication topology?

    Any help on this highly appreciated.
  • mwasif
    Recognized Expert Contributor
    • Jul 2006
    • 802

    #2
    Can you explain this in detail?

    Comment

    • amit2781
      New Member
      • Jun 2009
      • 23

      #3
      Conside the chain as


      A->B->C->D

      where A is master, B is master to C and so on.

      If C fails in between then B becomed to master to D. How do I achieve this using script which will check for any instance fails and will do automatically the new master -slave.

      Comment

      Working...