Active/Active Failover Configuration

In an active/active configuration, the cluster runs two independent copies of Microsoft® SQL Server™, one on each server. This enables each server to act as the primary server for one virtual server and as the secondary server for a second virtual server. Each virtual server has its own master, model, msdb, tempdb, and user databases.

In contrast to the active/passive configuration, the active/active configuration offers the advantage of maximizing the use of both servers, while still maintaining a failover solution. In this configuration, two separate physical drives are used, each with a copy of SQL Server. Under normal conditions, the primary server for each virtual server can view and access SQL Server files and data, and perform work. The backup server for each virtual server can view files and data only on the shared drive it owns.

The following illustration shows the main components of an active/active failover configuration.

The main components are:

Summary of Steps: Setting Up an Active/Active Failover Configuration

The following steps assume a new installation. To set up an active/active virtual server configuration with SQL Server, you must:


Important A separate copy of SQL Server must be installed on both nodes (primary and secondary servers) before creating a virtual server. To set up an active/active failover configuration, make sure the copy of SQL Server for the secondary server is installed on a Clustering Service shared drive, and not the server's local drive.


For more information about these steps, see SQL Server Failover Support.

If you want to add an existing server to a cluster and you are using replication on the server being added, you must uninstall replication. You can save the replication configuration to a script file and reinstall replication after the server has been added to the cluster.

If you have an existing failover configuration running SQL Server version 6.5 and want to upgrade to SQL Server 7.0, you must uncluster both 6.5 servers by running cluster setup from the SQL Server 6.5, Enterprise Edition compact disc, upgrade the software, and run the SQL Server Failover Setup Wizard again.

See Also
Supported Cluster Configurations Implementing Replication on a Cluster

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.