VMware Cloud Community
AlbertWT
Virtuoso
Virtuoso

High Availability design across two separate physical location ?

Hi All,

Can anyone suggest if this is possible to achieve Active-Active SQL Server 2008 database implementation using VMware (HA or FT) or any other Windows Clustering or SQL Server technologies for sites that spans across two different physical location and subnet ?

if so please share how do you approach this.

Thanks.

/* Please feel free to provide any comments or input you may have. */
0 Kudos
5 Replies
AndreTheGiant
Immortal
Immortal

VMware FT is a active-standby solution... so no.

VMware HA is a VM restart solution... so no.

The way could be a guest clustering solution, but you have a storage shared across the two site?

Otherwise you must try to use DB mirroring or similar specific feature of SQL Server.

Andre

Andrew | http://about.me/amauro | http://vinfrastructure.it/ | @Andrea_Mauro
0 Kudos
AlbertWT
Virtuoso
Virtuoso

Yes, I wonder if that is possible with VMware hypervisor HA/clustering combined with SQL Server clustering.

I do have EMC CX4 SAN with SnapView for replication over dark fibre between two sites.

/* Please feel free to provide any comments or input you may have. */
0 Kudos
AndreTheGiant
Immortal
Immortal

As I know is not possible.

You must see in SQL Server features (mirroring, subscriptions or log shipping), and hadle the access of the data at application level.

Andre

Andrew | http://about.me/amauro | http://vinfrastructure.it/ | @Andrea_Mauro
0 Kudos
AlbertWT
Virtuoso
Virtuoso

That’s why I wrote the question in this thread if it is OK for me to combine the SQL Server clustering on top of VMware HA or even FT.

/* Please feel free to provide any comments or input you may have. */
0 Kudos
AndreTheGiant
Immortal
Immortal

For VMware HA  no problem.

About VMware FT probably you can't (due to the 1 vCPU limit) and also make not sense if you have a guest cluster solution that protect the service.

Andre

Andrew | http://about.me/amauro | http://vinfrastructure.it/ | @Andrea_Mauro
0 Kudos