Posts Tagged ‘SCC’
Exchange Server 2007 High Availability Part 3 – Single Copy Clusters
Written by Paul Cunningham on July 30, 2009 – 3:21 pm -In my recent posts I discussed the fundamentals of Exchange Server 2007 high availability and how to use Local Continuous Replication. In this post I will demonstrate one of the two Exchange Server 2007 clustering methods, Single Copy Clusters.
What are Single Copy Clusters?
Single Copy Clusters (SCC) for Exchange Server 2007 is basically the same as clustering in previous versions of Exchange Server. Two cluster server nodes connect to shared resources in an active/passive configuration. The two servers appear to other computers to be a single system, and when one server node fails the clustered resources are able to fail over to the other node and continue operation.

SCC provides high availability for the Mailbox Server by protecting it from the failure of either cluster server node. Typically the cluster will also consist of redundant networking (e.g. teamed network interfaces, multiple switches) and storage components (e.g. a SAN that is in itself a highly available system through redundant components). The servers are also usually located in high quality data centers with redundant power and cooling.
SCC is available in the Enterprise edition of Exchange Server 2007. Because it uses an underlying Windows Server failover cluster, the servers that form part of the cluster must also run the Enterprise edition of Windows Server (either 2003 or 2008).
Unlike LCR an SCC cluster offers high availability benefits but no performance benefits. Because there is a single copy of each mailbox database within the cluster there is no opportunity to use a passive copy for backup operations.
How to Install a Single Copy Cluster
In this example two Windows Server 2003 Enterprise edition servers have been configured with the basic requirements of a failover cluster:
- A public network interface for normal network operations
- A private network interface for the cluster “heartbeat”
- Shared disk storage for the database, log files, and cluster quorum disk
Once the failover cluster has been configured we can install Exchange Server 2007 on the first node. Run setup as normal, and when selecting the roles to install choose “Active Clustered Mailbox Role” as the server role. You will notice that a clustered mailbox server cannot co-exist with any other server role. Continue reading Exchange Server 2007 High Availability Part 3 – Single Copy Clusters
Posted in Exchange server | 2 Comments »


