<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Email management, storage and security for business email admins &#187; Clustering</title>
	<atom:link href="http://www.theemailadmin.com/tag/clustering/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theemailadmin.com</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 14:00:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Virtualization, Replication, Storage and High Availability</title>
		<link>http://www.theemailadmin.com/2009/10/virtualization-replication-storage-and-high-availability/</link>
		<comments>http://www.theemailadmin.com/2009/10/virtualization-replication-storage-and-high-availability/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 15:43:22 +0000</pubDate>
		<dc:creator>Lee Clemmer</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[Clustering]]></category>
		<category><![CDATA[distribution of service]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1656</guid>
		<description><![CDATA[One of the great benefits for us in IT is that as hardware and storage prices have come down, and performance has increased, we are more able to offer services that in the past was prohibitively expensive to deliver. Rapid deployment and expansion of service, redundancy, and very high availability are all possible now for [...]<p><a href="http://www.theemailadmin.com/2009/10/virtualization-replication-storage-and-high-availability/">Virtualization, Replication, Storage and High Availability</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F10%2Fvirtualization-replication-storage-and-high-availability%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F10_2Fvirtualization-replication-storage-and-high-availability_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F10%2Fvirtualization-replication-storage-and-high-availability%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>One of the great benefits for us in IT is that as hardware and storage prices have come down, and performance has increased, we are more able to offer services that in the past was prohibitively expensive to deliver. Rapid deployment and expansion of service, redundancy, and very high availability are all possible now for a fraction of the cost of a few years ago. Granted, it still costs more to provide such high quality service. Let&#8217;s take a look at how virtualization, replication and high availability, impact storage requirements and costs.</p>
<p>Virtualization allows us to deploy servers without tying resources to a single specific hardware system. The images can be moved from one system to another, cloned, made redundant and thereby easily allow expansion of particular applications and services. Virtual servers are a foundation for simple, rapid, consistent scalability. Having several or many identical instances allows us to deliver high availability far more easily. Virtual images do take space, and must run on a base platform, so clearly a single VM takes more space and resources that the same service running on dedicated hardware.</p>
<p>High Availability (HA) is the IT goal of having continuously available service for a particular application, connection or resource. Sometimes this is done via fail-over from a primary to a secondary connection or resource. It is also possible via load balancing. The load balancing can be accomplished at the application layer, at a gateway layer, or via an appliance. Load balancing is also possible at the name lookup level. For the purposes of this discussion we are considering application, gateway, and appliance types of load balancing and fail-over. Application layer mail gateway routing is often built-in to the system, whereby the gateway has alternate choices to try if its primary gateway is unavailable. This may be implemented in different ways depending on the vendor and the service. For SMTP there are underlying standards and requirements for gateway and routing behavior.</p>
<p><span id="more-1656"></span></p>
<p>Replication of data that changes is key for us to have consistent service in the event of a failure of one of the data storage servers. So virtual images aren&#8217;t enough&#8211;we need to have the changing data replicated from the primary location to one or more redundant locations, ideally in real time.<br />
Storage requirements obviously go up linearly for every replicated server. If you have a series of servers with the same OS, configuration, applications and local data replicated, you should then have for every n servers you have n times the storage requirements. For three servers, you have three times the base storage requirements. For 10 servers, 10 times the storage needed. Fortunately performance and reliability scale far better than the required storage. Another important factor is that the front end application layer or Web layer doesn&#8217;t hold all of the data presented. It should be clear that not every server hosts the directory of email addresses and user identities. And the Web interface doesn&#8217;t host the mail messages or the directory&#8211;it&#8217;s just a front end. The mail messages themselves are in a database, data store, or file store (depending on the mail server, platform and configuration you have picked) and that database can be highly available and replicated, but there isn&#8217;t a message store duplicating all messages on every server and replicating them to each one. Instead, the design is usually a central store, perhaps with one replica in a cluster. Similarly there are few directories, often replicated between sites or across long distances to improve performance for lookups by local users.</p>
<p>A very straightforward HA server layout might look something like this: two (or more) servers on the Web tier, two for each of the apps on the application tier, two directory servers and two message store servers for each site. So what might be possible to run on even one server or two in total, we now have eight servers defined, such that we have redundancy at every tier.</p>
<div id="attachment_1657" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1657 " style="margin-top: 10px; margin-bottom: 10px;" title="HA Cluster Architecture" src="http://www.theemailadmin.com/wp-content/uploads/2009/10/HA-Cluster-Architecture-Generic-v1-300x271.gif" alt="HA Cluster Architecture" width="300" height="271" /><p class="wp-caption-text">HA Cluster Architecture</p></div>
<p>We then  need to consider base storage requirements for each type of server along with the number of servers we are going to have of each type, in order to determine how much virtual drive space and/or SAN space our servers will consume. As we discover, we always want to budget toward the high end of space calculations, and then put in even more in our estimate for future unexpected situations. For example, on some of the servers we may want or need to take a snapshot of the entire message store to work with, but need to create it locally; so however big in gigabytes our message store is, we&#8217;ll need at least that much more room locally to copy or restore such an image. Repair and optimization tools for data stores and databases also may need similarly large amounts of space to work creating temp files or new copies of the data. So, a 15 GB virtual drive might seem big to begin with, but if you build up an 8 GB data store on it, you&#8217;re &#8220;out of space&#8221; if you need to make a copy locally. Consider also if you need to restore from a backup and don&#8217;t want to delete the in-place store. Of course, often such work can be done on network drives, but again be warned that disk performance will be much higher locally.</p>
<p>Many of the clustering and distribution of services concepts are available within Microsoft Exchange and are integrated into the application suite, but it&#8217;s worth it to understand how these ideas work independent of just a single messaging platform like Exchange.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/10/virtualization-replication-storage-and-high-availability/">Virtualization, Replication, Storage and High Availability</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/10/virtualization-replication-storage-and-high-availability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange Server 2007 High Availability  Part 4 &#8211; Cluster Continuous Replication</title>
		<link>http://www.theemailadmin.com/2009/08/exchange-server-2007-high-availability-part-4-cluster-continuous-replication/</link>
		<comments>http://www.theemailadmin.com/2009/08/exchange-server-2007-high-availability-part-4-cluster-continuous-replication/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 14:54:31 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[CCR]]></category>
		<category><![CDATA[Clustering]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[High Availability]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1337</guid>
		<description><![CDATA[In my last posts I discussed Exchange Server 2007 Single Copy Clusters, which is one of two clustering features available in Exchange.  In this post I will discuss the other type of Exchange Server 2007 clustering, Cluster Continuous Replication What is Cluster Continuous Replication? Cluster Continuous Replication (CCR) for Exchange Server 2007 would not be [...]<p><a href="http://www.theemailadmin.com/2009/08/exchange-server-2007-high-availability-part-4-cluster-continuous-replication/">Exchange Server 2007 High Availability  Part 4 &#8211; Cluster Continuous Replication</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F08%2Fexchange-server-2007-high-availability-part-4-cluster-continuous-replication%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F08_2Fexchange-server-2007-high-availability-part-4-cluster-continuous-replication_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F08%2Fexchange-server-2007-high-availability-part-4-cluster-continuous-replication%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>In my last posts I discussed <a href="http://www.theemailadmin.com/2009/07/exchange-server-2007-high-availability-part-3-single-copy-clusters">Exchange Server 2007 Single Copy Clusters</a>, which is one of two clustering features available in Exchange.  In this post I will discuss the other type of Exchange Server 2007 clustering, Cluster Continuous Replication</p>
<h2>What is Cluster Continuous Replication?</h2>
<p>Cluster Continuous Replication (CCR) for Exchange Server 2007 would not be familiar to anyone who only has clustering experience with previous versions of Exchange.  In a CCR cluster two cluster server nodes connect to non-shared resources in an active/passive configuration.  Exchange storage group and mailbox database information is replicated between the active and passive node using asynchronous log shipping.  I explained asynchronous log shipping in the first part of this series on the<a href="http://www.theemailadmin.com/2009/07/exchange-server-2007-high-availability-part-1-ha-fundamentals/"> basic concepts of Exchange Server 2007 high availability</a>.  The same log shipping occurs in <a href="http://www.theemailadmin.com/2009/07/exchange-server-2007-high-availability-part-2-%e2%80%93-local-continuous-replication/">Local Continuous Replication</a>.</p>
<p>The two CCR cluster nodes 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.</p>
<p><img class="aligncenter size-full wp-image-1340" title="ccr" src="http://www.theemailadmin.com/wp-content/uploads/2009/07/ccr.jpg" alt="ccr" width="480" height="236" /></p>
<p>CCR provides high availability for the Mailbox Server by protecting it from the failure of either cluster server node, as well as protecting it from storage failure.  Because each cluster node is connected to its own non-shared storage, the failure of one does not impact the other.  This also means that CCR disk storage can consist of much cheaper hardware alternatives than an enterprise-grade SAN would cost, making Exchange high availability a reality for businesses with smaller budgets.<span id="more-1337"></span></p>
<p>CCR 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).</p>
<p>Like LCR a CCR cluster offers high availability as well as performance benefits.  Backup operations can be performed against the passive copy of the database, making it possible to back up the server at any time of day without impacting end user performance.</p>
<p>Another advantage of CCR over SCC is that it increases the maximum recommended mailbox database size from 100Gb to 200Gb, thanks to the additional reliability and recoverability of a CCR cluster.</p>
<h2>How to Install a Single Copy Cluster</h2>
<p>In this example two Windows Server 2003 Enterprise edition servers have been configured with the basic requirements of a failover cluster:<!--more--></p>
<ul class="unIndentedList">
<li>A public network interface for normal network operations</li>
<li>A private network interface for the cluster &#8220;heartbeat&#8221;</li>
<li>Matching disk configurations</li>
</ul>
<p>Because there is no shared disk storage the cluster is installed as a Majority Node Set.</p>
<p><img class="aligncenter size-full wp-image-1341" title="ccr01" src="http://www.theemailadmin.com/wp-content/uploads/2009/07/ccr01.png" alt="ccr01" width="504" height="390" /></p>
<p>A Majority Node Set cluster needs to be configured with a third node called the File Share Witness.  The FSW acts as a &#8220;tie breaker&#8221; in the event that one of the cluster nodes fails.  One of the best places to locate the File Share Witness is on the Hub Transport Server in that site.</p>
<p><img class="aligncenter size-full wp-image-1342" title="ccr03" src="http://www.theemailadmin.com/wp-content/uploads/2009/07/ccr03.png" alt="ccr03" width="450" height="32" /></p>
<p>One 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 &#8220;Active Clustered Mailbox Role&#8221; as the server role.  You will notice that a clustered mailbox server cannot co-exist with any other server role.</p>
<p><img class="aligncenter size-full wp-image-1343" title="ccr04" src="http://www.theemailadmin.com/wp-content/uploads/2009/07/ccr04.png" alt="ccr04" width="450" height="185" /></p>
<p>Choose &#8220;Cluster Continuous Replication&#8221; as the cluster type, give the cluster a name, and specify a path for the database files.</p>
<p><img class="aligncenter size-full wp-image-1344" title="ccr05" src="http://www.theemailadmin.com/wp-content/uploads/2009/07/ccr05.png" alt="ccr05" width="420" height="264" /></p>
<p>Finally, give the cluster an IP address.</p>
<p><img class="aligncenter size-full wp-image-1345" title="ccr06" src="http://www.theemailadmin.com/wp-content/uploads/2009/07/ccr06.png" alt="ccr06" width="420" height="107" /></p>
<p>Exchange setup will configure all of the required cluster groups and resources for the underlying failover cluster automatically.  Once the active node is installed repeat the setup process on the passive cluster node, this time choosing &#8220;Passive Clustered Mailbox Role&#8221;.</p>
<h2>Managing a CCR Cluster</h2>
<p>For most Exchange administrative tasks the clustered mailbox server will appear like any other mailbox server.  For example, the storage group will show up as with any other mailbox server, but will have a value of &#8220;Clustered&#8221; for the Replicated attribute.</p>
<pre>[PS] C:\&gt;Get-StorageGroup

Name                      Server            Replicated
----                      ------            ----------
First Storage Group       EXCHMAILBOX       None
Second Storage Group      EXCHMAILBOX       None
First Storage Group       exchcms           Clustered</pre>
<p>As with Single Copy Clusters a CCR cluster should not be administered using Cluster Admin (cluadmin.exe).  Instead, Exchange cluster operations such as moving the cluster group to another node should be performed in the Exchange Management Shell.</p>
<pre>[PS] C:\&gt;Move-ClusteredMailboxServer

Supply values for the following parameters:
Identity: exchcms
TargetMachine: exchmailbox2
MoveComment: Testing

Confirm
Are you sure you want to perform this action?
Moving clustered mailbox server "exchcms" to
target node "exchmailbox2" with move
comment "Testing".

[Y] Yes  [A] Yes to All  [N] No  [L] No to All
[S] Suspend  [?] Help
(default is "Y"):y</pre>
<p>Similar to Local Continuous Replication the replication health of the CCR cluster should be monitored.</p>
<pre>[PS] C:\&gt;Get-StorageGroupCopyStatus

Name                SummaryCopy CopyQueue ReplayQueue
                    Status      Length    Length
----                ----------- --------- -----------
First Storage Group Healthy     0         0</pre>
<p>The copy and replay queues should remain at zero or very close to it under most circumstances.  An increasing number for either can indicate a problem with replication.</p>
<h2>Standby Continuous Replication</h2>
<p>In the final post in this series I will demonstrate Exchange Server 2007 Standby Continuous Replication.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/08/exchange-server-2007-high-availability-part-4-cluster-continuous-replication/">Exchange Server 2007 High Availability  Part 4 &#8211; Cluster Continuous Replication</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/08/exchange-server-2007-high-availability-part-4-cluster-continuous-replication/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exchange Server 2007 High Availability Part 3 &#8211; Single Copy Clusters</title>
		<link>http://www.theemailadmin.com/2009/07/exchange-server-2007-high-availability-part-3-single-copy-clusters/</link>
		<comments>http://www.theemailadmin.com/2009/07/exchange-server-2007-high-availability-part-3-single-copy-clusters/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 13:21:21 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[Clustering]]></category>
		<category><![CDATA[Exchange Server 2007]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[SCC]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1310</guid>
		<description><![CDATA[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 [...]<p><a href="http://www.theemailadmin.com/2009/07/exchange-server-2007-high-availability-part-3-single-copy-clusters/">Exchange Server 2007 High Availability Part 3 &#8211; Single Copy Clusters</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F07%2Fexchange-server-2007-high-availability-part-3-single-copy-clusters%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F07_2Fexchange-server-2007-high-availability-part-3-single-copy-clusters_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F07%2Fexchange-server-2007-high-availability-part-3-single-copy-clusters%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>In my recent posts I discussed the fundamentals of <a href="http://www.theemailadmin.com/2009/07/exchange-server-2007-high-availability-part-1-ha-fundamentals/">Exchange Server 2007 high availability</a> and <a href="http://www.theemailadmin.com/2009/07/exchange-server-2007-high-availability-part-2-%e2%80%93-local-continuous-replication/">how to use Local Continuous Replication</a>.  In this post I will demonstrate one of the two Exchange Server 2007 clustering methods, Single Copy Clusters.</p>
<h2>What are Single Copy Clusters?</h2>
<p>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.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1315" style="margin: 10px;" title="Single Copy Clusters" src="http://www.theemailadmin.com/wp-content/uploads/2009/07/scc00.png" alt="scc00" width="425" height="234" /></p>
<p>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.</p>
<p>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).</p>
<p>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.</p>
<h2>How to Install a Single Copy Cluster</h2>
<p>In this example two Windows Server 2003 Enterprise edition servers have been configured with the basic requirements of a failover cluster:</p>
<ul class="unIndentedList">
<li>A public network interface for normal network operations</li>
<li>A private network interface for the cluster &#8220;heartbeat&#8221;</li>
<li>Shared disk storage for the database, log files, and cluster quorum disk</li>
</ul>
<p>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 &#8220;Active Clustered Mailbox Role&#8221; as the server role.  You will notice that a clustered mailbox server cannot co-exist with any other server role.<span id="more-1310"></span></p>
<p><img class="aligncenter size-medium wp-image-1311" title="scc01" src="http://www.theemailadmin.com/wp-content/uploads/2009/07/scc01-300x225.png" alt="scc01" width="300" height="225" /></p>
<p>Choose &#8220;Single Copy Cluster&#8221; as the cluster type, give the cluster a name, and specify a path for the database files.  The database path must be on a shared cluster disk.</p>
<p><img class="aligncenter size-medium wp-image-1312" title="scc02" src="http://www.theemailadmin.com/wp-content/uploads/2009/07/scc02-300x183.png" alt="scc02" width="300" height="183" /></p>
<p>Finally, give the cluster an IP address.</p>
<p><img class="aligncenter size-medium wp-image-1313" title="scc03" src="http://www.theemailadmin.com/wp-content/uploads/2009/07/scc03-300x141.png" alt="scc03" width="300" height="141" /></p>
<p>Exchange setup will configure all of the required cluster groups and resources for the underlying failover cluster automatically.  Once the active node is installed repeat the setup process on the passive cluster node, this time choosing &#8220;Passive Clustered Mailbox Role&#8221;.</p>
<p><img class="aligncenter size-medium wp-image-1314" title="scc04" src="http://www.theemailadmin.com/wp-content/uploads/2009/07/scc04-300x90.png" alt="scc04" width="300" height="90" /></p>
<h2>Managing a Single Copy Cluster</h2>
<p>For most Exchange administrative tasks the clustered mailbox server will appear like any other mailbox server.  For example, the storage group will show up as with any other mailbox server.</p>
<pre>[PS] C:\&gt;Get-StorageGroup

Name                      Server            Replicated
----                      ------            ----------

First Storage Group       EXCHMAILBOX       None
Second Storage Group      EXCHMAILBOX       None
First Storage Group       EXCHCMS           None</pre>
<p>You can view the status of the CMS using the Exchange Management Shell.</p>
<pre>[PS] C:\&gt;Get-ClusteredMailboxServerStatus

Identity                        : EXCHCMS
ClusteredMailboxServerName      : EXCHCMS.contoso.com
State                           : Online
OperationalMachines             : {EXCHMAILBOX1 &lt;Active,...
FailedResources                 : {}
OperationalReplicationHostNames : {exchmailbox1, exchmail...
FailedReplicationHostNames      : {}
InUseReplicationHostNames       : {exchmailbox1, exchmail...
IsValid                         : True
ObjectState                     : Unchanged</pre>
<p>Although the CMS is configured as part of the Microsoft Cluster Service it should not be administered using Cluster Admin (cluadmin.exe).  Instead, Exchange cluster operations such as moving the cluster group to another node should be performed in the Exchange Management Shell.</p>
<pre>[PS] C:\&gt;Move-ClusteredMailboxServer
cmdlet Move-ClusteredMailboxServer at command pipeline
position 1

Supply values for the following parameters:
Identity: exchcms
TargetMachine: exchmailbox2
MoveComment: Testing

Confirm
Are you sure you want to perform this action?
Moving clustered mailbox server "exchcms" to target
node "exchmailbox2" with move comment "Testing".

[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend
[?] Help  (default is "Y"):y</pre>
<h2>Cluster Continuous Replication</h2>
<p>In the next part of this series I will demonstrate Cluster Continuous Replication for Exchange Server 2007.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/07/exchange-server-2007-high-availability-part-3-single-copy-clusters/">Exchange Server 2007 High Availability Part 3 &#8211; Single Copy Clusters</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/07/exchange-server-2007-high-availability-part-3-single-copy-clusters/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exchange Server 2007 High Availability Part 1 &#8211; HA Fundamentals</title>
		<link>http://www.theemailadmin.com/2009/07/exchange-server-2007-high-availability-part-1-ha-fundamentals/</link>
		<comments>http://www.theemailadmin.com/2009/07/exchange-server-2007-high-availability-part-1-ha-fundamentals/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 13:02:56 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[Clustering]]></category>
		<category><![CDATA[Exchange Server 2007]]></category>
		<category><![CDATA[High Availability]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1246</guid>
		<description><![CDATA[Microsoft Exchange Server 2007 has several different Mailbox Server high availability features included with the product.  Each of the features is similar to the others in some ways but also very different. In this post I will explain each of the high availability features and which types of scenarios they are suitable for. What is [...]<p><a href="http://www.theemailadmin.com/2009/07/exchange-server-2007-high-availability-part-1-ha-fundamentals/">Exchange Server 2007 High Availability Part 1 &#8211; HA Fundamentals</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F07%2Fexchange-server-2007-high-availability-part-1-ha-fundamentals%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F07_2Fexchange-server-2007-high-availability-part-1-ha-fundamentals_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F07%2Fexchange-server-2007-high-availability-part-1-ha-fundamentals%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright size-full wp-image-1248" title="303460_7599" src="http://www.theemailadmin.com/wp-content/uploads/2009/07/303460_7599.jpg" alt="303460_7599" width="200" height="150" />Microsoft Exchange Server 2007 has several different Mailbox Server high availability features included with the product.  Each of the features is similar to the others in some ways but also very different.</p>
<p>In this post I will explain each of the high availability features and which types of scenarios they are suitable for.</p>
<h2>What is High Availability?</h2>
<p>High availability is a term used to describe the avoidance of unplanned downtime for a computer system through the implementation of hardware and/or software solutions.  Generally speaking a high availability solution will involve the elimination of and single points of failure in the system, often by duplicating or replicating components of the system so that if one fails the other is able to continue performing the role.</p>
<p>An example of downtime would be an email server that has suffered a hard disk crash and is unavailable to users who are then unable to send or receive email.  An example of a high availability solution in this case would be the use of a <a target="_blank" href="http://en.wikipedia.org/wiki/RAID" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/RAID?referer=');">RAID</a> volume to protect from single disk failures.<span id="more-1246"></span>Exchange Server 2007 contains several high availability features in the Mailbox Server role that can protect a system from multiple types of failure.  These features are a combination of database replication and server clustering technology.</p>
<h2>What is Asynchronous Log Shipping?</h2>
<p>Some of the features I am going to describe will include the term &#8220;<em>asynchronous log shipping</em>&#8220;.  &#8220;<em>Asynchronous</em>&#8221; means &#8220;<em>not synchronised</em>&#8220;, and &#8220;<em>log shipping</em>&#8221; refers to the copying of a transaction log file from one location to another where it is then replayed into a replica of the original database to keep it updated with the changes made to the source database.</p>
<p>Exchange Server 2007 writes transaction log files of 1Mb in size, meaning as each log file reaches 1Mb it is closed off and the next transaction log file is created.  Asynchronous log shipping occurs after a transaction log file is closed off and no longer in use as the active log file.</p>
<p>In essence, asynchronous log shipping is how Exchange Server 2007 database replication occurs.</p>
<h2>What is Clustering?</h2>
<p>A server cluster is two or more servers working together to perform a particular role so that it appears to be performed by a single system.  There are several different types of clustering commonly used.</p>
<p><strong>Compute Clusters</strong> &#8211; this refers to the combination of processing power to perform tasks at a high speed than a single system is capable of.  A compute cluster usually involves a master node and several slave nodes.  The master node hands off computational tasks to the slaves and then receives the completed tasks back from them.  For example, many animated movies are created using computer graphics that are rendered by compute cluster farms, with individual frames of animation being processed by different slave nodes.</p>
<p><strong>Load Balanced Clusters</strong> &#8211; this refers to the combination of several systems to act as a single system by distributing workload across all of the cluster nodes.  For example, a cluster of two web servers will load balance web page requests, so that approximately half of the requests are served by one web server and half by the other.  Very highly trafficked web sites that need to handle millions of visitors each month will operate on load balanced clusters.</p>
<p><strong>High Availability Clusters</strong> &#8211; these clusters, also commonly known as Failover Clusters, provide high availability for servers by having redundant nodes that are able to take over serving requests if the active node should fail.  Exchange Server 2007 clustering makes use of failover clustering.</p>
<h2>Local Continuous Replication</h2>
<p>In the next part of this series I will demonstrate the <a href="http://www.theemailadmin.com/2009/07/exchange-server-2007-high-availability-part-2-%e2%80%93-local-continuous-replication/">Exchange Server 2007 Local Continuous Replication feature</a>.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/07/exchange-server-2007-high-availability-part-1-ha-fundamentals/">Exchange Server 2007 High Availability Part 1 &#8211; HA Fundamentals</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/07/exchange-server-2007-high-availability-part-1-ha-fundamentals/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

