Ressourcen für IT-Professionals > Forenhomepage > Clustering > Clustering with Windows 2008 server and SQL redundancy
Stellen Sie eine FrageStellen Sie eine Frage
 

BeantwortetClustering with Windows 2008 server and SQL redundancy

  • Dienstag, 30. Juni 2009 08:18JohnnyDo TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    I have 2 DELL PowerEdge 2950s and I am trying to decide the best scenario to create a redundant HA clustered SQL environment. The final outcome I would like to obtain is 2 redundant Windows 2008 server with SQL DBs that are constantly in synch with each other and if one fails the other assumes the role.

    I am currently stuck on the initial configuration of the Windows Server 2008 HA. It's as each step leads me to another can of worms. I am able to fully install Windows 2008 on both servers, but when it comes to the Failover wizard its just error after error. From validation errors with the hard drives to the being able to add nodes.

    This seems like it should be a simple setup and I have scoured the web high a low for decent walkthroughs , but I keep running into brickwalls. Any guidance would be much appreciated.

    Thanks.
    JohnnyDo

Antworten

  • Mittwoch, 1. Juli 2009 04:46afurtenbacher TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     Beantwortet
    Hi!

    You have two solutions without using third party tools:

    1) Failover clustering: two nodes use a shared storage on which the data resides. Only one node is active. No replication takes place because there is only one set of data. Easy to set up via the failover clustering wizard as soon as you have set up the shared storage.
    2) DB mirroring: two nodes have their own hdds for their data. There are different ways to replicate the data between the two nodes. See the following sites:
    http://technet.microsoft.com/en-us/library/cc917680.aspx
    http://technet.microsoft.com/en-us/library/cc917681.aspx
    If you search for DB mirroring you will find tons of material. BUT: Mirroring is not easily set up. There are many things to consider and also the failover strategy has to be well planned.

    hope that helps,
    Andreas

Alle Antworten