February 12, 2012 at 10:52 pm
Comments posted to this topic are about the item SQL Server 2012 Active/Active Cluster in Hyper-V
February 13, 2012 at 4:22 am
Unless there is a new 2012 feature that hasn't been well advertised, SQL Server does not do active/active clusters.
You have created two SQL instances which are active/passsive on different servers, i.e. multi-instance. But the instances are not active/active.
Also, there is little high-availability gained here because all the VMs are on the same host hardware. The use of an iscsi VM represents a single point of failure on the same hardware even if you put the cluster vms on separate hosts.
February 13, 2012 at 4:34 am
The article suggests routing SAN related disk IO over your virtual IP Network. If a million records were inserted in a table, the network would be flooded and any other users/processes would be hammered. That seems to me the biggest issue although it should be possible to configure the virtual iSCSI NIC to use a dedicated physical LAN.
The ideas in the article are intended to provoke thought and consideration of the possibilities offered by iSCSI SANs. Brent Ozar wrote an article recently about running SQL Server from network shares using trace flag 1807, Brents suggestion involves a lot less work to implement but perhaps, offers less resilience.
Regards
Paul
February 13, 2012 at 1:25 pm
very good article, Paul!!!
February 13, 2012 at 2:24 pm
Thanks very much Rfr, it was fun writing it.
February 14, 2012 at 3:28 am
sqlservercentral-622386 (2/13/2012)
Unless there is a new 2012 feature that hasn't been well advertised, SQL Server does not do active/active clusters. .....
the A/A cluster on SQL Server is possible when we talking about HA and not HP!! the scene designed by Paul, for each instance that is avail on node, you would configure half of resources server to SQL Server, i.e. the server has 8 Gb RAM and 8 cpus, then to SQL this instance would have 4 Gb RAM and 4 CPUs and same configuration for other node!!!
when one node fails the other takes full workload!!!
Now, the load balance of workload, users and databases between sql servers, is a job of DBA!!! where is possible configure A/A cluster for HA!!!
For HP, only Windows 2008 R2 HPC, when we want performance of both servers in specific task!
October 25, 2012 at 3:36 am
Great article, I am looking to build the same clustered environment using SQL 2008 R2/Win2008 R2 Server & virtual box.
qh
October 25, 2012 at 5:44 am
This is also a good method.
Regards
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply