Hyper-V cluster VS regular cluster

Posted by Sasha on Server Fault See other posts from Server Fault or by Sasha
Published on 2011-06-20T21:14:08Z Indexed on 2011/06/21 16:24 UTC
Read the original article Hit count: 301

We need to choice between Hyper-V and regular cluster technologies. What is the advantage and disadvantage of these approaches?

Update:

We have to physical servers and want to build reliably solution using cluster approach. We need to clustering our application and DB (MS SQL). We know that we can use:

  • Regular Windows Cluster Service. Application and DB will be migrating from one node to other.
  • Hyper-V Failover Cluster. Virtual machine will be migrating from one node to other.
  • Combined variant. DB mirroring for MS SQL and Hyper-V for our application.

We need to make a choice between this approach. So we need to know advantage and disadvantage of these approaches?

© Server Fault or respective owner

Related posts about hyper-v

Related posts about clustering