<?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>Exchange Server Pro &#187; High Availability</title>
	<atom:link href="http://exchangeserverpro.com/tag/high-availability/feed" rel="self" type="application/rss+xml" />
	<link>http://exchangeserverpro.com</link>
	<description>Microsoft Exchange Server News - Tips - Tutorials</description>
	<lastBuildDate>Wed, 23 May 2012 11:55:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Configure a File Share Witness for an Exchange 2010 Database Availability Group</title>
		<link>http://exchangeserverpro.com/configure-file-share-witness-exchange-2010-database-availability-group</link>
		<comments>http://exchangeserverpro.com/configure-file-share-witness-exchange-2010-database-availability-group#comments</comments>
		<pubDate>Mon, 20 Feb 2012 11:19:11 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[DAG]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[High Availability]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=4478</guid>
		<description><![CDATA[Learn how to configure a File Share Witness server for an Exchange Server 2010 Database Availability Group.]]></description>
			<content:encoded><![CDATA[<p>In my <a href="http://exchangeserverpro.com">Exchange Server 2010</a> lab environment I unwittingly created a problem for the <a href="http://exchangeserverpro.com/exchange-server-2010-database-availability-group-installation-step-by-step">Database Availability Group</a>. In preparing to consolidate all of the server roles onto just two servers and implement a hardware load balancer I went ahead and decommissioned the two CAS/HT servers that previously made up the <a href="http://exchangeserverpro.com/how-to-install-an-exchange-server-2010-client-access-server-array">CAS array</a> in the site.</p>
<p>Naturally one of those CAS/HT servers also happened to be the File Share Witness for my two-member DAG. Whoops!</p>
<p>Now my DAG displays a warning when I check the health of it.</p>
<blockquote><p>WARNING: Database availability group &#8216;dag-headoffice&#8217; witness is in a failed state. The database availability group requires the witness server to maintain quorum. Please use the Set-DatabaseAvailabilityGroup cmdlet to re-create the witness server and directory.</p></blockquote>
<p>In this real world this situation may also arise if the server hosting the File Share Witness was being decommissioned, or if it had failed. Fortunately we can resolve the problem by specifying a new FSW for the DAGm which I will demonstrate here.</p>
<p>I&#8217;m going to use another member server within the site as my FSW, which allows me to demonstrate a related problem. The server is named <strong>HO-MGT</strong> so using the <a href="http://technet.microsoft.com/en-us/library/dd297934.aspx">Set-DatabaseAvailabilityGroup</a> cmdlet to configure the FSW would mean I run this command.</p>
<pre>[PS] C:\&gt;Set-DatabaseAvailabilityGroup dag-headoffice -WitnessServer ho-mgt -WitnessDirectory C:\DAGFSW</pre>
<p>However in this case I get an error.</p>
<blockquote><p>WARNING: The Exchange Trusted Subsystem is not a member of the local Administrators group on specified witness server<br />
ho-mgt.<br />
WARNING: Insufficient permissions to access file shares on witness server &#8216;HO-MGT.exchangeserverpro.net&#8217;. Until this problem is corrected, the database availability group may be more vulnerable to failures. You can use the Set-DatabaseAvailabilityGroup cmdlet to try the operation again. Error: Access is denied<br />
Unable to change the quorum for database availability group dag-headoffice. Witness server &#8216;\\HO-MGT.exchangeserverpro.net\dag-headoffice.exchangeserverpro.net&#8217; network name wasn&#8217;t found. This may be due to firewall settings.<br />
+ CategoryInfo : InvalidArgument: (:) [Set-DatabaseAvailabilityGroup], DagTaskProblemC&#8230;ptionBadNetName<br />
+ FullyQualifiedErrorId : 75321C4E,Microsoft.Exchange.Management.SystemConfigurationTasks.SetDatabaseAvailabilityGroup</p></blockquote>
<p>If you were running the same command but specifying another Exchange 2010 server to be the FSW you would not receive that error. This is because Exchange servers trust each other to perform this type of administration, thanks to a group called <strong>Exchange Trusted Subsystem</strong>.</p>
<p>All of the Exchange 2010 servers have this group as a member of their local Administrators group, for example here the local Administrators group of one of my DAG members.</p>
<div id="attachment_4479" class="wp-caption aligncenter" style="width: 414px"><img class="size-full wp-image-4479" title="exchange-2010-dag-fsw-exchange-trusted-subsystem" src="http://exchangeserverpro.com/wp-content/uploads/2012/02/exchange-2010-dag-fsw-exchange-trusted-subsystem.jpg" alt="Exchange Trusted Subsystem group in local Administrators" width="404" height="309" /><p class="wp-caption-text">Exchange Trusted Subsystem group in local Administrators</p></div>
<p>So the solution is to add the <strong>Exchange Trusted Subsystem</strong> group to the local Administrators group on my HO-MGT server, and then run the Set-DatabaseAvailabilityGroup command again.</p>
<p>After running the command you can see that Exchange has created the folder and shared it on the FSW server, no need to manually create the folder or set any permissions yourself.</p>
<div id="attachment_4480" class="wp-caption aligncenter" style="width: 590px"><img class="size-full wp-image-4480" title="exchange-2010-dag-fsw-file-share" src="http://exchangeserverpro.com/wp-content/uploads/2012/02/exchange-2010-dag-fsw-file-share.jpg" alt="Database Availability Group File Share Witness directory" width="580" height="295" /><p class="wp-caption-text">Database Availability Group File Share Witness directory</p></div>
<p>Now when checking the health of the Database Availability Group you should not receive any warnings about missing File Share Witness servers.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/teched-video-exchange-server-2010-high-availability-deep-dive" title="TechEd Video: Exchange Server 2010 High Availability Deep Dive">TechEd Video: Exchange Server 2010 High Availability Deep Dive</a></li><li><a href="http://exchangeserverpro.com/benefits-exchange-server-2010-compared-exchange-2007" title="What Are The Benefits of Exchange Server 2010 Compared to Exchange 2007">What Are The Benefits of Exchange Server 2010 Compared to Exchange 2007</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-faq-version-exchange-server-2010" title="Exchange 2010 FAQ: Which Version of Exchange Server 2010 Do I Need?">Exchange 2010 FAQ: Which Version of Exchange Server 2010 Do I Need?</a></li><li><a href="http://exchangeserverpro.com/migrating-single-exchange-2010-server-high-availability" title="Migrating from a Single Exchange 2010 Server to High Availability ">Migrating from a Single Exchange 2010 Server to High Availability </a></li><li><a href="http://exchangeserverpro.com/exchange-server-2010-database-availability-group-installation-step-by-step" title="Exchange Server 2010 Database Availability Group Installation Step by Step">Exchange Server 2010 Database Availability Group Installation Step by Step</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/configure-file-share-witness-exchange-2010-database-availability-group">How to Configure a File Share Witness for an Exchange 2010 Database Availability Group</a> is © 2012 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/configure-file-share-witness-exchange-2010-database-availability-group/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>TechEd Video: Exchange Server 2010 High Availability Deep Dive</title>
		<link>http://exchangeserverpro.com/teched-video-exchange-server-2010-high-availability-deep-dive</link>
		<comments>http://exchangeserverpro.com/teched-video-exchange-server-2010-high-availability-deep-dive#comments</comments>
		<pubDate>Sun, 25 Sep 2011 16:30:52 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[DAG]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[TechEd]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=4106</guid>
		<description><![CDATA[In this video from TechEd Australia 2011 Microsoft's Scott Schnoll takes us under the hood of Exchange 2010 Database Availability Groups.]]></description>
			<content:encoded><![CDATA[<p>In this video from TechEd Australia 2011 Microsoft&#8217;s Scott Schnoll takes us under the hood of Exchange 2010 Database Availability Groups. The best parts are the deep coverage of Active Manager, best copy selection, and the often misunderstood Database Activation Coordination (DAC) mode.</p>
<p><iframe style="height: 450px; width: 600px;" src="http://channel9.msdn.com/Events/TechEd/Australia/Tech-Ed-Australia-2011/EXL407/player?w=600&amp;h=450" frameborder="0" scrolling="no" width="320" height="240"></iframe></p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/teched-video-exchange-server-2010-high-availability-concepts" title="TechEd Video: Exchange Server 2010 High Availability Concepts">TechEd Video: Exchange Server 2010 High Availability Concepts</a></li><li><a href="http://exchangeserverpro.com/exchange-server-2010-high-availability-demonstration-video" title="Exchange Server 2010 High Availability Demonstration Video">Exchange Server 2010 High Availability Demonstration Video</a></li><li><a href="http://exchangeserverpro.com/configure-file-share-witness-exchange-2010-database-availability-group" title="How to Configure a File Share Witness for an Exchange 2010 Database Availability Group">How to Configure a File Share Witness for an Exchange 2010 Database Availability Group</a></li><li><a href="http://exchangeserverpro.com/benefits-exchange-server-2010-compared-exchange-2007" title="What Are The Benefits of Exchange Server 2010 Compared to Exchange 2007">What Are The Benefits of Exchange Server 2010 Compared to Exchange 2007</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-faq-version-exchange-server-2010" title="Exchange 2010 FAQ: Which Version of Exchange Server 2010 Do I Need?">Exchange 2010 FAQ: Which Version of Exchange Server 2010 Do I Need?</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/teched-video-exchange-server-2010-high-availability-deep-dive">TechEd Video: Exchange Server 2010 High Availability Deep Dive</a> is © 2011 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/teched-video-exchange-server-2010-high-availability-deep-dive/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TechEd Video: Exchange Server 2010 High Availability Concepts</title>
		<link>http://exchangeserverpro.com/teched-video-exchange-server-2010-high-availability-concepts</link>
		<comments>http://exchangeserverpro.com/teched-video-exchange-server-2010-high-availability-concepts#comments</comments>
		<pubDate>Sun, 25 Sep 2011 15:30:16 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[TechEd]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=4102</guid>
		<description><![CDATA[This video from TechEd Australia 2011 is Scott Schnoll's presentation on Exchange Server 2010 high availability concepts.]]></description>
			<content:encoded><![CDATA[<p>This video from TechEd Australia 2011 is Scott Schnoll&#8217;s presentation on Exchange Server 2010 high availability concepts. It is entirely slides and speech, no demonstration, but listen closely because Scott takes defines all of the most critical HA concepts for Exchange 2010 in a way that is highly informative yet very easily understood.</p>
<p><iframe style="height:450px;width:600px" src="http://channel9.msdn.com/Events/TechEd/Australia/Tech-Ed-Australia-2011/EXL303/player?w=600&#038;h=450" frameBorder="0" scrolling="no" ></iframe></p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/teched-video-exchange-server-2010-high-availability-deep-dive" title="TechEd Video: Exchange Server 2010 High Availability Deep Dive">TechEd Video: Exchange Server 2010 High Availability Deep Dive</a></li><li><a href="http://exchangeserverpro.com/exchange-server-2010-high-availability-demonstration-video" title="Exchange Server 2010 High Availability Demonstration Video">Exchange Server 2010 High Availability Demonstration Video</a></li><li><a href="http://exchangeserverpro.com/configure-file-share-witness-exchange-2010-database-availability-group" title="How to Configure a File Share Witness for an Exchange 2010 Database Availability Group">How to Configure a File Share Witness for an Exchange 2010 Database Availability Group</a></li><li><a href="http://exchangeserverpro.com/teched-video-exchange-2010-virtualization" title="TechEd Video: Exchange 2010 Virtualization">TechEd Video: Exchange 2010 Virtualization</a></li><li><a href="http://exchangeserverpro.com/teched-video-upgrading-exchange-2010-notes-field" title="TechEd Video: Upgrading to Exchange 2010: Notes from Field">TechEd Video: Upgrading to Exchange 2010: Notes from Field</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/teched-video-exchange-server-2010-high-availability-concepts">TechEd Video: Exchange Server 2010 High Availability Concepts</a> is © 2011 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/teched-video-exchange-server-2010-high-availability-concepts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Move the File Share Witness for Exchange 2007 CCR Clusters</title>
		<link>http://exchangeserverpro.com/move-file-share-witness-exchange-2007-ccr-clusters</link>
		<comments>http://exchangeserverpro.com/move-file-share-witness-exchange-2007-ccr-clusters#comments</comments>
		<pubDate>Fri, 29 Jul 2011 14:21:22 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CCR]]></category>
		<category><![CDATA[Clustering]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[High Availability]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=3831</guid>
		<description><![CDATA[How to move the File Share Witness for an Exchange Server 2007 CCR cluster running on Windows Server 2008 to another server.]]></description>
			<content:encoded><![CDATA[<p>An <a href="http://exchangeserverpro.com">Exchange Server 2007</a> CCR cluster uses a cluster quorum configuration called <a href="http://technet.microsoft.com/en-us/library/cc731739.aspx">Node and File Share Majority</a>.</p>
<p>This means that the cluster has two servers that are the cluster nodes themselves, and a third server that is the File Share Witness server. The role of the File Share Witness server is to allow a majority of nodes to &#8220;vote&#8221; on which cluster node should be the active node.</p>
<p>The File Share Witness server is simply a server configured with a file share that the cluster service has access to. During failure scenarios each cluster node (that is still online) attempts to get an SMB lock on the file share to see if it can secure the majority of &#8220;votes&#8221; in the cluster.</p>
<p>The normal practice is to locate the File Share Witness for an <a href="http://technet.microsoft.com/en-us/library/bb124521(EXCHG.80).aspx">Exchange Server 2007 CCR cluster</a> on a Hub Transport server in the same site or data center as the cluster nodes, or the same data center of at least one of the nodes in a geo-cluster model. It is not mandatory to place it on a Hub Transport server though.</p>
<p>In some situations you may need to move this File Share Witness role to another server. This is a fairly simple process for Exchange Server 2007 CCR clusters running on Windows Server 2008.</p>
<p>In this demonstration I will move the File Share Witness from server <strong>HO-EX2007-HT1</strong> to <strong>HO-EX2007-CA1</strong> for the clustered mailbox server <strong>HO-EX2007-MB1</strong>.</p>
<p><img class="aligncenter size-full wp-image-3832" title="exchange-2007-ccr-move-file-share-witness-01" src="http://exchangeserverpro.com/wp-content/uploads/2011/07/exchange-2007-ccr-move-file-share-witness-01.jpg" alt="" width="590" height="172" /></p>
<h2>Creating the File Share</h2>
<p>The first step is to create the file share on the new File Share Witness server. Create a new folder named <strong>&lt;clusteredmailboxserver&gt;_FSW</strong>.</p>
<p><img class="aligncenter size-full wp-image-3833" title="exchange-2007-ccr-move-file-share-witness-02" src="http://exchangeserverpro.com/wp-content/uploads/2011/07/exchange-2007-ccr-move-file-share-witness-02.jpg" alt="" width="533" height="352" /></p>
<p>Open the <strong>Properties</strong> of the folder and navigate to the <strong>Sharing</strong> tab, then click <strong>Advanced Sharing</strong>.</p>
<p><img class="aligncenter size-full wp-image-3834" title="exchange-2007-ccr-move-file-share-witness-03" src="http://exchangeserverpro.com/wp-content/uploads/2011/07/exchange-2007-ccr-move-file-share-witness-03.jpg" alt="" width="367" height="311" /></p>
<p>Tick the box to share the folder, and then click <strong>Permissions</strong>.</p>
<p><img class="aligncenter size-full wp-image-3835" title="exchange-2007-ccr-move-file-share-witness-04" src="http://exchangeserverpro.com/wp-content/uploads/2011/07/exchange-2007-ccr-move-file-share-witness-04.jpg" alt="" width="357" height="358" /></p>
<p>Remove the default share permissions, and then add the computer account for the cluster with Full Control permissions.</p>
<p><img class="aligncenter size-full wp-image-3840" title="exchange-2007-ccr-move-file-share-witness-05" src="http://exchangeserverpro.com/wp-content/uploads/2011/07/exchange-2007-ccr-move-file-share-witness-05.jpg" alt="" width="367" height="302" /></p>
<p>&nbsp;</p>
<p>Click <strong>OK</strong>, and <strong>OK</strong> to apply the share permissions, and then click on the <strong>Security</strong> tab of the folder properties.</p>
<p><img class="aligncenter size-full wp-image-3837" title="exchange-2007-ccr-move-file-share-witness-06" src="http://exchangeserverpro.com/wp-content/uploads/2011/07/exchange-2007-ccr-move-file-share-witness-06.jpg" alt="" width="367" height="363" /></p>
<p>Edit the permissions to grant the computer account for the cluster Full Control of the folder.</p>
<p><img class="aligncenter size-full wp-image-3839" title="exchange-2007-ccr-move-file-share-witness-07" src="http://exchangeserverpro.com/wp-content/uploads/2011/07/exchange-2007-ccr-move-file-share-witness-07.jpg" alt="" width="367" height="380" /></p>
<p>Click OK and apply all the changes you&#8217;ve just made.</p>
<h2>Change the File Share Witness for the Failover Cluster</h2>
<p>Log on to one of the cluster nodes and open <strong>Failover Cluster Management</strong> from the Administrative Tools. Right-click the cluster name and choose <strong>More Actions -&gt; Configure Cluster Quorum Settings</strong>.</p>
<p><img class="aligncenter size-full wp-image-3843" title="exchange-2007-ccr-move-file-share-witness-08b" src="http://exchangeserverpro.com/wp-content/uploads/2011/07/exchange-2007-ccr-move-file-share-witness-08b.jpg" alt="" width="544" height="350" /></p>
<p>Click <strong>Next</strong>, then select <strong>Node and File Share Majority</strong>, and click <strong>Next</strong> to continue.</p>
<p><img class="aligncenter size-full wp-image-3844" title="exchange-2007-ccr-move-file-share-witness-09" src="http://exchangeserverpro.com/wp-content/uploads/2011/07/exchange-2007-ccr-move-file-share-witness-09.jpg" alt="" width="421" height="71" /></p>
<p>Enter the UNC path to the new file share that you created earlier, click <strong>Next</strong>, and then click <strong>Next</strong> again to configure the cluster with the new File Share Witness.</p>
<p><img class="aligncenter size-full wp-image-3845" title="exchange-2007-ccr-move-file-share-witness-10" src="http://exchangeserverpro.com/wp-content/uploads/2011/07/exchange-2007-ccr-move-file-share-witness-10.jpg" alt="" width="482" height="92" /></p>
<p>Click <strong>Finish</strong> when the operation has completed.</p>
<p><img class="aligncenter size-full wp-image-3846" title="exchange-2007-ccr-move-file-share-witness-11" src="http://exchangeserverpro.com/wp-content/uploads/2011/07/exchange-2007-ccr-move-file-share-witness-11.jpg" alt="" width="532" height="277" /></p>
<p>The File Share Witness role has now been moved to the new server.</p>
<h2>Testing the New File Share Witness</h2>
<p>There are a few ways you can test the new cluster configuration.</p>
<p>You can use the <strong>Manage Clustered Mailbox Server</strong> wizard to test the failover of the cluster between the two nodes.</p>
<p><img class="aligncenter size-full wp-image-3847" title="exchange-2007-ccr-move-file-share-witness-12" src="http://exchangeserverpro.com/wp-content/uploads/2011/07/exchange-2007-ccr-move-file-share-witness-12.jpg" alt="" width="590" height="312" /></p>
<p>You can also create unplanned failover scenarios, although if you do decide to do this I recommend making sure you do it outside of business hours, after a successful backup, and ensure the storage groups are in a healthy replication state with no copy or replay queues.</p>
<p>You can use <strong>Failover Cluster Management</strong> to stop the cluster service on the active node, which will cause a failover. Make sure you start it again when you&#8217;re done with the test.</p>
<p><img class="aligncenter size-full wp-image-3848" title="exchange-2007-ccr-move-file-share-witness-13" src="http://exchangeserverpro.com/wp-content/uploads/2011/07/exchange-2007-ccr-move-file-share-witness-13.jpg" alt="" width="526" height="247" /></p>
<p>Or you can simply pull out the network cable from the active node, which will have the same effect.</p>
<p>In these unplanned failover scenarios when one node is unavailable the File Share Witness is used to form a majority so that the other cluster node can bring the cluster resources online. You can verify that the FSW arbitration took place by generating the cluster log and opening it in Notepad.</p>
<pre>C:\&gt;cluster log /g
Generating the cluster log(s) ...
The cluster log has been successfully generated on node 'ho-ex2007-node2'...
The cluster log has been successfully generated on node 'ho-ex2007-node1'...</pre>
<p>Look at the cluster.log file in C:\Windows\System32\Cluster\Reports and you should see entries for the FSW arbitration.</p>
<pre>File Share Witness : Beginning arbitration ...
File Share Witness : Opening file \\ho-ex2007-ca1\ho-ex2007-mb1_fsw\82c44535-d765-4fbe-8ad8-0de1c04a87a6\Witness.log.
File Share Witness : Locking file \\ho-ex2007-ca1\ho-ex2007-mb1_fsw\82c44535-d765-4fbe-8ad8-0de1c04a87a6\Witness.log.</pre>
<p>After your testing is complete just be sure to reconnect any network cables, start cluster services if you stopped them, and move the cluster group back to the preferred active node.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/move-storage-groups-databases-exchange-2007-ccr-cluster" title="How to Move Storage Groups and Databases in an Exchange 2007 CCR Cluster">How to Move Storage Groups and Databases in an Exchange 2007 CCR Cluster</a></li><li><a href="http://exchangeserverpro.com/exchange-server-2007-high-availability" title="Exchange Server 2007 High Availability">Exchange Server 2007 High Availability</a></li><li><a href="http://exchangeserverpro.com/exchange-server-2007-ccr-recommendations" title="Exchange Server 2007 CCR recommendations">Exchange Server 2007 CCR recommendations</a></li><li><a href="http://exchangeserverpro.com/video-series-exchange-server-2007-sp1-standby-continuous-replication" title="Video Series: Exchange Server 2007 SP1 Standby Continuous Replication">Video Series: Exchange Server 2007 SP1 Standby Continuous Replication</a></li><li><a href="http://exchangeserverpro.com/benefits-exchange-server-2010-compared-exchange-2007" title="What Are The Benefits of Exchange Server 2010 Compared to Exchange 2007">What Are The Benefits of Exchange Server 2010 Compared to Exchange 2007</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/move-file-share-witness-exchange-2007-ccr-clusters">How to Move the File Share Witness for Exchange 2007 CCR Clusters</a> is © 2011 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/move-file-share-witness-exchange-2007-ccr-clusters/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Move Storage Groups and Databases in an Exchange 2007 CCR Cluster</title>
		<link>http://exchangeserverpro.com/move-storage-groups-databases-exchange-2007-ccr-cluster</link>
		<comments>http://exchangeserverpro.com/move-storage-groups-databases-exchange-2007-ccr-cluster#comments</comments>
		<pubDate>Tue, 14 Jun 2011 13:19:00 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CCR]]></category>
		<category><![CDATA[Clustering]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[Mailbox Server]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=3628</guid>
		<description><![CDATA[How to move the storage group and mailbox database folder paths in an Exchange Server 2007 CCR cluster.]]></description>
			<content:encoded><![CDATA[<p><a href="http://exchangeserverpro.com">Exchange Server 2007</a> makes it fairly easy to <a href="http://exchangeserverpro.com/move-exchange-2007-storage-group-database-paths">move storage group and database paths</a> using a few simple commands. Except if you&#8217;re running an Exchange 2007 CCR cluster.</p>
<p>For CCR clusters the technique used for standalone <a href="http://exchangeserverpro.com/installing-exchange-2007-mailbox-server-windows-server-2008">Exchange 2007 mailbox servers</a> has to be modified slightly to account for the fact that the CCR cluster can&#8217;t move the transaction logs and mailbox database files itself. Instead the administrator must move the files manually, and issue commands to update the storage group and database configurations to the new paths.</p>
<p>So if the process is different (some would say it is harder) why not take another approach?</p>
<p>For example, why not just <a href="http://exchangeserverpro.com/exchange-server-2007-may-not-warn-of-active-mailboxes-when-removing-databases">delete the storage group and database</a> you don&#8217;t want, and create new ones in the correct paths? This might be feasible for the default storage group and database created when the cluster was first installed, but once you have added mailboxes it is no longer an option.</p>
<p>In that case, why not just create the new storage group and database and <a href="http://exchangeserverpro.com/project-coconut-part-5-its-mailbox-migration-time">migrate the mailboxes</a> instead? That might work fine in some cases (certainly that&#8217;s how I&#8217;ve done it sometimes in the past), but if there is a lot of mailboxes you can run into problems managing the amount of transaction logging that the mailbox moves create. It can also take a lot longer than simply moving the storage group and database.</p>
<h2>Preparing to Move a Storage Group in an Exchange 2007 CCR Cluster</h2>
<p>Before you move a storage group in an CCR cluster I recommend that you first back up the database in that storage group. By running a full backup you:</p>
<ul>
<li>Truncate the transaction logs, which reduces the amount of data that needs to be moved</li>
<li>Give yourself a very recent back up to restore from if something goes wrong</li>
</ul>
<p>Next check the copy and replay queues to make sure they are up to date.</p>
<pre>[PS] C:\&gt;Get-StorageGroupCopyStatus

Name                      SummaryCopySt CopyQueueLeng ReplayQueueL
                          atus          th            ength
----                      ------------- ------------- ------------
First Storage Group       Healthy       0             0</pre>
<p>You should also make sure the new storage paths are properly configured and ready to be used in production.</p>
<h2>Moving a Storage Group and Mailbox Database in an Exchange 2007 CCR Cluster</h2>
<p>The first step is to suspend replication for the storage group.</p>
<pre>[PS] C:\&gt;Suspend-StorageGroupCopy "First Storage Group"

Confirm
Are you sure you want to perform this action?
Suspending Storage Group Copy "First Storage Group".
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help</pre>
<p>Next, dismount the mailbox database.</p>
<pre>[PS] C:\&gt;Dismount-Database "First Storage Group\Mailbox Database"

Confirm
Are you sure you want to perform this action?
Dismounting database "First Storage Group\Mailbox Database".
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help
(default is "Y"):y</pre>
<p>With replication suspended and the database dismounted you can now move the files by simply copying them in Windows Explorer to the new locations. You must do this step on both cluster nodes, and make sure that the path matches on both nodes.</p>
<p>After copying the files the next step is to update the configuration of the storage group with the new folder path. Note the use of the <strong>-ConfigurationOnly</strong> switch on this command.</p>
<pre>[PS] C:\&gt;Move-StorageGroupPath "First Storage Group" -SystemFolderPath E:\SG1 -LogFolderPath E:\SG1 -ConfigurationOnly

Confirm
Are you sure you want to perform this action?
Moving path of storage group "HO-EX2007-MB1.exchangeserverpro.net\First Storage Group".
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help
(default is "Y"):y</pre>
<p>Now the configuration of the mailbox database is also updated with the new folder path. Again note the use of the <strong>-ConfigurationOnly</strong> switch.</p>
<pre>[PS] C:\&gt;Move-DatabasePath "First Storage Group\Mailbox Database" -EdbFilePath '
F:\DB1\Mailbox Database.edb' -ConfigurationOnly

Confirm
This operation will skip the safety check and make the change to the Active
Directory directory service directly. Do you want to continue?
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help
(default is "Y"):y

Confirm
Are you sure you want to perform this action?
Moving database path "First Storage Group\Mailbox Database".
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help
(default is "Y"):y</pre>
<p>Now we can mount the database again.</p>
<pre>[PS] C:\&gt;Mount-Database "First Storage Group\Mailbox Database"</pre>
<p>Finally, resume replication for the storage group.</p>
<pre>[PS] C:\&gt;Resume-StorageGroupCopy "First Storage Group"</pre>
<p>The storage group and mailbox database have now been moved to the new locations and are back online. You can verify the health of the storage group by running Get-StorageGroupCopyStatus.</p>
<pre>[PS] C:\&gt;Get-StorageGroupCopyStatus

Name                      SummaryCopySt CopyQueueLeng ReplayQueueL
                          atus          th            ength
----                      ------------- ------------- ------------
First Storage Group       Healthy       0             0</pre>
<p>You can also use Test-ReplicationHealth to test the CCR cluster.</p>
<pre>[PS] C:\&gt;Test-ReplicationHealth

Server          Check                      Result     Error
------          -----                      ------     -----
HO-EX2007-NODE1 PassiveNodeUp              Passed
HO-EX2007-NODE1 ClusterNetwork             Passed
HO-EX2007-NODE1 QuorumGroup                Passed
HO-EX2007-NODE1 FileShareQuorum            Passed
HO-EX2007-NODE1 CmsGroup                   Passed
HO-EX2007-NODE1 NodePaused                 Passed
HO-EX2007-NODE1 DnsRegistrationStatus      Passed
HO-EX2007-NODE1 ReplayService              Passed
HO-EX2007-NODE1 DBMountedFailover          Passed
HO-EX2007-NODE1 SGCopySuspended            Passed
HO-EX2007-NODE1 SGCopyFailed               Passed
HO-EX2007-NODE1 SGInitializing             Passed
HO-EX2007-NODE1 SGCopyQueueLength          Passed
HO-EX2007-NODE1 SGReplayQueueLength        Passed</pre>
<p>As a final test you can also verify that MAPI connectivity is working.</p>
<pre>[PS] C:\&gt;Test-MAPIConnectivity

MailboxServer      Database           Result    Latency(MS) Error
-------------      --------           ------    ----------- -----
ho-ex2007-mb1      Mailbox Database   Success             8</pre>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/move-file-share-witness-exchange-2007-ccr-clusters" title="How to Move the File Share Witness for Exchange 2007 CCR Clusters">How to Move the File Share Witness for Exchange 2007 CCR Clusters</a></li><li><a href="http://exchangeserverpro.com/exchange-2007-ccr-continuous-replication-failed-seeding-suspended-state" title="Exchange 2007 CCR: Continuous Replication is in a Failed, Seeding, or Suspended State">Exchange 2007 CCR: Continuous Replication is in a Failed, Seeding, or Suspended State</a></li><li><a href="http://exchangeserverpro.com/exchange-server-2007-high-availability" title="Exchange Server 2007 High Availability">Exchange Server 2007 High Availability</a></li><li><a href="http://exchangeserverpro.com/exchange-server-2007-ccr-recommendations" title="Exchange Server 2007 CCR recommendations">Exchange Server 2007 CCR recommendations</a></li><li><a href="http://exchangeserverpro.com/video-series-exchange-server-2007-sp1-standby-continuous-replication" title="Video Series: Exchange Server 2007 SP1 Standby Continuous Replication">Video Series: Exchange Server 2007 SP1 Standby Continuous Replication</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/move-storage-groups-databases-exchange-2007-ccr-cluster">How to Move Storage Groups and Databases in an Exchange 2007 CCR Cluster</a> is © 2011 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/move-storage-groups-databases-exchange-2007-ccr-cluster/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Poll: Should CAS Arrays be Deployed in all Exchange 2010 Sites?</title>
		<link>http://exchangeserverpro.com/poll-cas-arrays-deployed-exchange-2010-sites</link>
		<comments>http://exchangeserverpro.com/poll-cas-arrays-deployed-exchange-2010-sites#comments</comments>
		<pubDate>Fri, 20 May 2011 01:00:45 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[CAS Array]]></category>
		<category><![CDATA[Client Access]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[High Availability]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=3465</guid>
		<description><![CDATA[With the many benefits of deploying Exchange 2010 Client Access Server Arrays should all Exchange sites be configured with a CAS Array?]]></description>
			<content:encoded><![CDATA[<p><a href="http://exchangeserverpro.com/exchange-server-2010-cas-array">Exchange 2010 CAS Arrays</a> are a great high availability feature, but are organizations making the best use of them?</p>
<p>One of the best practices when deploying Client Access Server Arrays is to establish the CAS Array first before configuring mailbox databases in the same site. Or at the very least, making sure you update each existing mailbox database with the correct &#8220;<a href="http://exchangeserverpro.com/outlook-clients-unable-to-connect-to-exchange-2010-after-client-access-server-role-moved">RPCClientAccessServer</a>&#8221; attribute before migrating users to them.</p>
<p>The advantage of this is that Outlook profiles get automatically configured with the name of the CAS Array rather than the real name of a Client Access server in that site.</p>
<p>Considering the benefits of this, such as:</p>
<ul>
<li>making it easy to scale out the CAS Array name to multiple Exchange 2010 Client Access servers</li>
<li>making it simpler to replace a Client Access server with a new one of a different name</li>
<li>migrating the MAPI endpoint to future versions of Exchange Server</li>
</ul>
<p>&#8230;does it make it a sensible best practice to always configure CAS Arrays for AD Sites that contain Exchange 2010 mailbox servers, <strong>even when only one Client Access server is deployed?</strong></p>
<p class="alert">Update: <a href="http://technet.microsoft.com/en-us/library/ee332317.aspx#CASarray">Microsoft now recommends</a> that you always create a CAS Array in each site, even if you have only one Client Access server in the site.</p>
<p>Please give your opinion by voting in this poll. If you wish to expand on your vote in more detail please leave a comment below.</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/exchange-server-2010-cas-array" title="Getting Started with Exchange Server 2010 Client Access Server Arrays">Getting Started with Exchange Server 2010 Client Access Server Arrays</a></li><li><a href="http://exchangeserverpro.com/benefits-exchange-server-2010-compared-exchange-2007" title="What Are The Benefits of Exchange Server 2010 Compared to Exchange 2007">What Are The Benefits of Exchange Server 2010 Compared to Exchange 2007</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-clusters" title="Exchange 2010 FAQ: How Do I Cluster Exchange Server 2010?">Exchange 2010 FAQ: How Do I Cluster Exchange Server 2010?</a></li><li><a href="http://exchangeserverpro.com/migrating-single-exchange-2010-server-high-availability" title="Migrating from a Single Exchange 2010 Server to High Availability ">Migrating from a Single Exchange 2010 Server to High Availability </a></li><li><a href="http://exchangeserverpro.com/exchange-server-2010-high-availability-demonstration-video" title="Exchange Server 2010 High Availability Demonstration Video">Exchange Server 2010 High Availability Demonstration Video</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/poll-cas-arrays-deployed-exchange-2010-sites">Poll: Should CAS Arrays be Deployed in all Exchange 2010 Sites?</a> is © 2011 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/poll-cas-arrays-deployed-exchange-2010-sites/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What Are The Benefits of Exchange Server 2010 Compared to Exchange 2007</title>
		<link>http://exchangeserverpro.com/benefits-exchange-server-2010-compared-exchange-2007</link>
		<comments>http://exchangeserverpro.com/benefits-exchange-server-2010-compared-exchange-2007#comments</comments>
		<pubDate>Thu, 31 Mar 2011 10:29:31 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CAS Array]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[DAG]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[Mail Tips]]></category>
		<category><![CDATA[Moderation]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=3194</guid>
		<description><![CDATA[Some businesses who are currently running Exchange Server 2007 wonder whether there are any real benefits to upgrading to Exchange Server 2010]]></description>
			<content:encoded><![CDATA[<p>Some businesses who are currently running Exchange Server 2007 wonder whether there are any real benefits to upgrading to Exchange Server 2010.  Here are a few key benefits of Exchange Server 2010 compared to Exchange 2007.</p>
<h2>Lower Storage Costs</h2>
<p>The Exchange Server 2010 database engine is up to 70% more efficient than Exchange Server 2007 in terms of disk read/write performance.  This makes it possible to deploy much larger databases, with much larger mailbox quotas, on much larger and less expensive disks.</p>
<p>This improvement came at the cost of <a href="http://exchangeserverpro.com/what-is-the-real-effect-of-removing-single-instance-storage-in-exchange-server-2010">single instance storage no longer being a feature of Exchange Server 2010</a>, however the performance gains are well worth it.</p>
<h2>Simpler High Availability</h2>
<p>Exchange Server 2007 had four different high availability options for the Mailbox server role &#8211; Local Continuous Replication, Single Copy Cluster, Cluster Continuous Replication, and Standby Continuous Replication.</p>
<p>Exchange Server 2010 has one high availability option for <a href="http://exchangeserverpro.com/how-to-install-an-exchange-server-2010-client-access-server-array">Mailbox servers</a>, the <a href="http://exchangeserverpro.com/exchange-server-2010-database-availability-group-installation-step-by-step">Database Availability Group</a>. Instead of being an active/passive pair of cluster nodes as with Exchange 2007, a DAG can instead consist of up to 16 Mailbox servers each holding a replica of the mailbox databases. Fail over is also possible at a database-level instead requiring the whole server to fail over.</p>
<p>High availability is also provided at the <a href="http://exchangeserverpro.com/how-to-install-an-exchange-server-2010-client-access-server-array">Client Access server</a> with the new <a href="http://exchangeserverpro.com/how-to-install-an-exchange-server-2010-client-access-server-array">Exchange 2010 CAS Array</a>, which is important because the Client Access server in Exchange 2010 now accepts all MAPI connections from Outlook clients.</p>
<p>Click here for a <a href="http://exchangeserverpro.com/exchange-server-2010-high-availability-demonstration-video">demonstration video of Exchange 2010 high availability</a> in action.</p>
<p>Some further benefits of Exchange Server 2010 include the following.</p>
<h2>Mail Tips</h2>
<p>This useful feature of Exchange 2010 when used with Outlook 2010 will warn clients of such email blunders as doing a &#8220;reply all&#8221; to a very large group, or sending sensitive emails to external parties.</p>
<h2>Moderated Transport</h2>
<p><a href="http://exchangeserverpro.com/restrict-distribution-group-exchange-server-2010">Moderated Transport</a> allows distribution lists and mailboxes to be moderated by a non-admin user such as a manager who has to approve messages before they are delivered.</p>
<h2>On- and Off-Premises</h2>
<p>It is possible to split your Exchange organization between on-premises servers and cloud hosted servers, ideal for customers such as schools who wish to keep staff on-premises but have students in cheaper cloud hosting.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/migrating-single-exchange-2010-server-high-availability" title="Migrating from a Single Exchange 2010 Server to High Availability ">Migrating from a Single Exchange 2010 Server to High Availability </a></li><li><a href="http://exchangeserverpro.com/exchange-server-2010-high-availability-demonstration-video" title="Exchange Server 2010 High Availability Demonstration Video">Exchange Server 2010 High Availability Demonstration Video</a></li><li><a href="http://exchangeserverpro.com/configure-file-share-witness-exchange-2010-database-availability-group" title="How to Configure a File Share Witness for an Exchange 2010 Database Availability Group">How to Configure a File Share Witness for an Exchange 2010 Database Availability Group</a></li><li><a href="http://exchangeserverpro.com/upgrading-exchange-server-2010-service-pack-2" title="Upgrading to Exchange Server 2010 Service Pack 2">Upgrading to Exchange Server 2010 Service Pack 2</a></li><li><a href="http://exchangeserverpro.com/teched-video-exchange-server-2010-high-availability-deep-dive" title="TechEd Video: Exchange Server 2010 High Availability Deep Dive">TechEd Video: Exchange Server 2010 High Availability Deep Dive</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/benefits-exchange-server-2010-compared-exchange-2007">What Are The Benefits of Exchange Server 2010 Compared to Exchange 2007</a> is © 2011 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/benefits-exchange-server-2010-compared-exchange-2007/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Message Continuity Now Supports Exchange Server 2010</title>
		<link>http://exchangeserverpro.com/google-message-continuity-supports-exchange-server-2010</link>
		<comments>http://exchangeserverpro.com/google-message-continuity-supports-exchange-server-2010#comments</comments>
		<pubDate>Fri, 25 Feb 2011 11:29:38 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[High Availability]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=2877</guid>
		<description><![CDATA[In December 2010 Google launched Google Message Continuity for Exchange Server 2003 and 2007, and now they have announced support for Exchange Server 2010 as well.]]></description>
			<content:encoded><![CDATA[<p>In December 2010 Google launched G<a href="http://exchangeserverpro.com/google-announces-email-continuity-exchange-server">oogle Message Continuity for Exchange Server</a>.  This service provides synchronization of Exchange Server data into the cloud to allow email to continue operations if a disaster occurs.</p>
<div id="attachment_2501" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-2501" title="Google Message Continuity" src="http://exchangeserverpro.com/wp-content/uploads/2010/12/gmc-chart.gif" alt="Google Message Continuity" width="600" height="322" /><p class="wp-caption-text">Google Message Continuity (Source: http://www.google.com/postini/continuity.html)</p></div>
<p>At the time of launch Google Message Continuity only supported Exchange 2003 and 2007.  Today <a href="http://googleenterprise.blogspot.com/2011/02/google-message-continuity-now.html">Google has announced</a> that Google Message Continuity also supports Exchange Server 2010.</p>
<p>At face value I consider Google Message Continuity to be a decent offering for a limited group of customers who can&#8217;t or won&#8217;t implement an Exchange-based off-site DR capability.  However I am not convinced of the accuracy of the statistics that Google uses when they are promoting the merits of the service.</p>
<blockquote><p>Recent research conducted by the Radicati Group suggests that users of Microsoft Exchange® face on average over five hours of downtime a month, which is a combination of both unplanned outages and regularly scheduled downtime.</p></blockquote>
<p>I&#8217;m sure I&#8217;m not the only Exchange specialist who would love to meet some of these customers who are experiencing five hours of downtime a month (or more, considering that is an average) and help them out with what is clearly a serious problem.</p>
<p>Microsoft also shared their thoughts on Google&#8217;s claims.  You can read more about that <a href="http://exchangeserverpro.com/microsoft-responds-google-message-continuity-launch">here</a>.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/microsoft-responds-google-message-continuity-launch" title="Microsoft Responds to Google Message Continuity Launch">Microsoft Responds to Google Message Continuity Launch</a></li><li><a href="http://exchangeserverpro.com/configure-file-share-witness-exchange-2010-database-availability-group" title="How to Configure a File Share Witness for an Exchange 2010 Database Availability Group">How to Configure a File Share Witness for an Exchange 2010 Database Availability Group</a></li><li><a href="http://exchangeserverpro.com/google-discontinues-message-continuity" title="Google Discontinues Message Continuity">Google Discontinues Message Continuity</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-passive-database-copies-included-backups-dag-members" title="Exchange 2010: Are Passive Database Copies Included in Backups of DAG Members?">Exchange 2010: Are Passive Database Copies Included in Backups of DAG Members?</a></li><li><a href="http://exchangeserverpro.com/teched-video-exchange-server-2010-high-availability-deep-dive" title="TechEd Video: Exchange Server 2010 High Availability Deep Dive">TechEd Video: Exchange Server 2010 High Availability Deep Dive</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/google-message-continuity-supports-exchange-server-2010">Google Message Continuity Now Supports Exchange Server 2010</a> is © 2011 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/google-message-continuity-supports-exchange-server-2010/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 FAQ: Which Version of Exchange Server 2010 Do I Need?</title>
		<link>http://exchangeserverpro.com/exchange-2010-faq-version-exchange-server-2010</link>
		<comments>http://exchangeserverpro.com/exchange-2010-faq-version-exchange-server-2010#comments</comments>
		<pubDate>Fri, 28 Jan 2011 16:37:07 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[DAG]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[Licensing]]></category>
		<category><![CDATA[Product Key]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=2682</guid>
		<description><![CDATA[Learn which editions of Exchange Server 2010 are required for the different server roles and high availability features.]]></description>
			<content:encoded><![CDATA[<p><em><img class="alignright size-full wp-image-2752" title="question" src="http://exchangeserverpro.com/wp-content/uploads/2011/01/question.jpg" alt="" width="180" height="166" />Question: Do I need to purchase the Standard Edition or the Enterprise Edition of Exchange Server 2010 for my organization?</em></p>
<p>Exchange Server 2010 is available in two editions; Standard or Enterprise.  The only difference between these two product editions is how many databases (of either mailbox or public folder type) it can host.</p>
<ul>
<li>Exchange Server 2010 Standard Edition can host up to 5 databases</li>
<li>Exchange Server 2010 Enterprise Edition can host up to 100 databases</li>
</ul>
<p>This makes selecting Exchange Server 2010 licenses fairly simple.</p>
<ul>
<li>Use Exchange Server 2010 Standard Edition for all Client Access, Hub Transport, Edge Transport, and Unified Messaging servers</li>
<li>Use Exchange Server 2010 Standard Edition for Mailbox servers that require 5 or fewer databases</li>
<li>Use Exchange Server 2010 Enterprise Edition for Mailbox servers that require more than 5 databases</li>
</ul>
<p>For Mailbox servers that are members of a <a href="http://exchangeserverpro.com/exchange-server-2010-database-availability-group-installation-step-by-step">Database Availability Group</a> each passive copy of a database counts as a database on the server.  So if a Mailbox server has 4 active mailbox databases and another 4 passive copies it will need to be running the Enterprise Edition of Exchange Server 2010.</p>
<p>However, Exchange 2010 Enterprise Edition is not required for DAG members that host 5 or fewer active and passive databases.  A common misconception is that Enterprise Edition is required for Exchange high availability.  This is not true, DAG members can run either Standard or Enterprise edition (even within the same Database Availability Group).</p>
<p>However all DAG members must run Enterprise Edition of Windows Server 2008 or 2008 R2, which is required for the underlying Failover Cluster that the DAG utilizes.</p>
<p>The edition of Exchange Server 2010 is solely determined by the <a href="http://exchangeserverpro.com/how-to-configure-the-exchange-server-2010-product-key">product key</a> that is entered after the server is installed.  When the server is running in 120 day trial mode (ie without a product key) it operates under the limits of Standard Edition.  A server can be upgraded to Enterprise Edition simply by entering the new product key.</p>
<p>You can read more about Exchange Server 2010 licensing on the Microsoft website:</p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/bb232170.aspx">Exchange 2010: Editions and Versions</a></li>
<li><a href="http://www.microsoft.com/exchange/en-us/licensing-faq.aspx">Exchange 2010: Licensing and Pricing FAQ</a></li>
</ul>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/configure-file-share-witness-exchange-2010-database-availability-group" title="How to Configure a File Share Witness for an Exchange 2010 Database Availability Group">How to Configure a File Share Witness for an Exchange 2010 Database Availability Group</a></li><li><a href="http://exchangeserverpro.com/teched-video-exchange-server-2010-high-availability-deep-dive" title="TechEd Video: Exchange Server 2010 High Availability Deep Dive">TechEd Video: Exchange Server 2010 High Availability Deep Dive</a></li><li><a href="http://exchangeserverpro.com/benefits-exchange-server-2010-compared-exchange-2007" title="What Are The Benefits of Exchange Server 2010 Compared to Exchange 2007">What Are The Benefits of Exchange Server 2010 Compared to Exchange 2007</a></li><li><a href="http://exchangeserverpro.com/migrating-single-exchange-2010-server-high-availability" title="Migrating from a Single Exchange 2010 Server to High Availability ">Migrating from a Single Exchange 2010 Server to High Availability </a></li><li><a href="http://exchangeserverpro.com/exchange-server-2010-database-availability-group-installation-step-by-step" title="Exchange Server 2010 Database Availability Group Installation Step by Step">Exchange Server 2010 Database Availability Group Installation Step by Step</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/exchange-2010-faq-version-exchange-server-2010">Exchange 2010 FAQ: Which Version of Exchange Server 2010 Do I Need?</a> is © 2011 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/exchange-2010-faq-version-exchange-server-2010/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft Responds to Google Message Continuity Launch</title>
		<link>http://exchangeserverpro.com/microsoft-responds-google-message-continuity-launch</link>
		<comments>http://exchangeserverpro.com/microsoft-responds-google-message-continuity-launch#comments</comments>
		<pubDate>Mon, 20 Dec 2010 20:00:17 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Continuity]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[High Availability]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=2565</guid>
		<description><![CDATA[A week after Google's launch of Google Message Continuity Microsoft has responded, criticising Google's ease of use, support, and cost effectiveness compared to Microsoft HA solutions for Exchange.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-2567" title="megafone" src="http://exchangeserverpro.com/wp-content/uploads/2010/12/megafone.jpg" alt="" width="122" height="122" />A week after <a href="http://exchangeserverpro.com/google-announces-email-continuity-exchange-server">Google&#8217;s launch of Google Message Continuity</a> Microsoft has responded on two of their company blogs.</p>
<p>Microsoft&#8217;s criticism of Google Message Continuity addresses three main points:</p>
<ul>
<li>Ease of use for end users</li>
<li>Ease of deployment for IT administrators</li>
<li>Support and SLA</li>
</ul>
<p>In a post on the <a href="http://blogs.technet.com/b/uc/archive/2010/12/16/email-availability-considerations.aspx">Unfied Communications Group Team Blog</a>, Julia White writes:</p>
<blockquote><p>The most important factor is ease of use for end users.  In any availability solution to such a critical application as email, the transition process should be seamless.  In Exchange 2010, users won’t even know they are accessing a different database.  Outlook users can be switched to a backup database when necessary without interruption or notification, and they can continue working in Outlook without switching mailboxes.</p></blockquote>
<p>This is in contrast to how the Google service delivers email continuity.</p>
<blockquote><p>Google takes a different approach, which requires a separate Gmail account to access backed up email.  This introduces a very different user experience and doesn’t support features like Outlook folders.  Additionally, Google requires a different password provided by the Exchange administrator.  In the event of a failure, the user will need to switch from Outlook to a new Gmail account and log in with the new password.  In looking at the three options, Google’s introduces the most user disruption.</p></blockquote>
<p>Not just the most user disruption but possibly more IT disruption as well,  as <a href="http://www.stevieg.org/">Steve Goodman</a> <a href="http://www.linkedin.com/groupItem?view=&amp;gid=3681921&amp;type=news&amp;item=289160399&amp;goback=.anp_3681921_1292811827994_1">points out</a>:</p>
<blockquote><p>Disaster strikes, and you have one more problem &#8211; a user training issue with a new email system that works in a different way.</p></blockquote>
<p>Julia White also points out:</p>
<blockquote><p>The second important factor is ease of deployment and management.  In Exchange 2010, Microsoft has made changes in the Exchange architecture that make it much easier to manage a high availability environment, without the deep knowledge of clustering that was previously required.  High availability deployment and management tools are built right into Exchange 2010 and there isn’t a need for additional availability solutions.  Additionally, Exchange Online provides high availability as a built in part of the service.</p></blockquote>
<p>Again Google takes a different approach to this with a Google Sync Server required to maintain synchronization between the two email environments, adding more complexity for IT administrators and a new point of failure.  In addition to this, Google Message Continuity requires the use of Google&#8217;s Postini service, which may be a problem for customers already invested in another email security product.</p>
<p>The final point of concern is with support and SLAs.  Here <a href="http://blogs.technet.com/b/whymicrosoft/archive/2010/12/17/my-thoughts-on-google-s-message-continuity-for-exchange.aspx">Microsoft urges customers</a> to look closely at Google&#8217;s <a href="http://www.google.com/apps/intl/en/terms/sla.html">SLA for Google Apps</a>.</p>
<blockquote><p>(The Google Apps SLA is) not financially backed and allows for 10 minutes of downtime before they start counting.  So, the continuity service you pay for could be down more than the Exchange Server you are backing up with the service. . .  without anything you can do about it since it&#8217;s part of their &#8220;SLA&#8221;!</p></blockquote>
<p>The level of support is also questioned.  Consider that your organization is already likely to be in a disaster situation if end users are actually using Google Apps for email.  In addition to the end user confusion and support that your IT team must deal with, you&#8217;re also now in a reduced support mode for a service that is critical to your business (presumably since you&#8217;ve invested in email continuity to begin with).</p>
<blockquote><p>Take this fact: Google offers phone support on weekends and holidays only for &#8220;P1&#8243; (Critical Impact &#8211; Service Unusable in Production) requests, and only if more than half of users are affected. Google does not respond on weekends or holidays for &#8220;P2&#8243; (High Impact &#8211; Service Use Severely Impaired) and lower-priority requests.  Try explaining to your boss that his/her issue can&#8217;t be resolved because it doesn&#8217;t rank high enough on Google&#8217;s priorities.</p></blockquote>
<p><strong>So what do you think?  Is Google Email Continuity a viable option for businesses of any size?</strong></p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/google-message-continuity-supports-exchange-server-2010" title="Google Message Continuity Now Supports Exchange Server 2010">Google Message Continuity Now Supports Exchange Server 2010</a></li><li><a href="http://exchangeserverpro.com/configure-file-share-witness-exchange-2010-database-availability-group" title="How to Configure a File Share Witness for an Exchange 2010 Database Availability Group">How to Configure a File Share Witness for an Exchange 2010 Database Availability Group</a></li><li><a href="http://exchangeserverpro.com/google-discontinues-message-continuity" title="Google Discontinues Message Continuity">Google Discontinues Message Continuity</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-passive-database-copies-included-backups-dag-members" title="Exchange 2010: Are Passive Database Copies Included in Backups of DAG Members?">Exchange 2010: Are Passive Database Copies Included in Backups of DAG Members?</a></li><li><a href="http://exchangeserverpro.com/teched-video-exchange-server-2010-high-availability-deep-dive" title="TechEd Video: Exchange Server 2010 High Availability Deep Dive">TechEd Video: Exchange Server 2010 High Availability Deep Dive</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/microsoft-responds-google-message-continuity-launch">Microsoft Responds to Google Message Continuity Launch</a> is © 2010 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/microsoft-responds-google-message-continuity-launch/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

