<?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; CCR</title>
	<atom:link href="http://exchangeserverpro.com/tag/ccr/feed" rel="self" type="application/rss+xml" />
	<link>http://exchangeserverpro.com</link>
	<description>Microsoft Exchange Server News - Tips - Tutorials</description>
	<lastBuildDate>Tue, 22 May 2012 11:37:00 +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 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>Exchange 2007 CCR: Continuous Replication is in a Failed, Seeding, or Suspended State</title>
		<link>http://exchangeserverpro.com/exchange-2007-ccr-continuous-replication-failed-seeding-suspended-state</link>
		<comments>http://exchangeserverpro.com/exchange-2007-ccr-continuous-replication-failed-seeding-suspended-state#comments</comments>
		<pubDate>Fri, 25 Mar 2011 14:13:39 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[CCR]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Mailbox Server]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=3176</guid>
		<description><![CDATA[An error can occur with Exchange Server 2007 CCR clusters when trying to move the clustered mailbox server between nodes.]]></description>
			<content:encoded><![CDATA[<p>You may encounter an error with <a href="http://exchangeserverpro.com/exchange-server-2007-ccr-recommendations">Exchange Server 2007 CCR</a> clusters when trying to move the clustered mailbox server between nodes.</p>
<pre>[PS] C:\&gt;Move-ClusteredMailboxServer exchcluster1 -TargetMachine clunode1 -MoveComment "Testing failover"

Move-ClusteredMailboxServer : Continuous replication is in a failed, seeding, or suspended state on 'exchcluster1-db1'. Move-ClusteredMailboxServer cannot be performed if one or more of the server's storage group copies are in failed, seeding or suspended states.</pre>
<p>This can occur when the storage groups are in a state of &#8220;Initializing&#8221;.  This state can occur on storage groups in which the mailbox database is mounted but a new transaction log has not been written and closed (common when the database has no mailboxes on it or very low volume of email to and from the mailboxes on it).  You can view the status of the storage groups using <a href="http://technet.microsoft.com/en-us/library/aa997246(EXCHG.80).aspx">Get-StorageGroupCopyStatus</a>.</p>
<pre>[PS] C:\&gt;Get-StorageGroupCopyStatus

Name                      SummaryCopySt CopyQueueLeng ReplayQueueL
                          atus          th            ength
----                      ------------- ------------- ------------
exchcluster1-db1           Initializing  0             0
exchcluster1-db2           Initializing  0             0</pre>
<p>You can resolve the issue by dismounting and mounting the mailbox databases.  To dismount all mailbox databases on a server use the following command.</p>
<pre>[PS] C:\&gt;Get-MailboxDatabase -server exchcluster1 | Dismount-Database -confirm:$false</pre>
<p>To mount them again use this command.</p>
<pre>[PS] C:\&gt;Get-MailboxDatabase -server exchcluster1 | mount-Database -confirm:$false</pre>
<p>The storage groups should now be in a healthy state.</p>
<pre>[PS] C:\&gt;Get-StorageGroupCopyStatus

Name                      SummaryCopySt CopyQueueLeng ReplayQueueL
                          atus          th            ength
----                      ------------- ------------- ------------
exchcluster1-db1           Healthy       0             0
exchcluster1-db2           Healthy       0             0</pre>
<p>Once they are healthy you can move the clustered mailbox server to the other 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-2010-online-mailbox-moves" title="Exchange 2010 FAQ: How to Minimise Downtime During Mailbox Migration from Exchange 2007">Exchange 2010 FAQ: How to Minimise Downtime During Mailbox Migration from Exchange 2007</a></li><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-room-mailbox-automatically-accepting-bookings" title="Exchange 2007 Room Mailbox Not Automatically Accepting Bookings">Exchange 2007 Room Mailbox Not Automatically Accepting Bookings</a></li><li><a href="http://exchangeserverpro.com/clone-mailbox-database-configuration" title="Exchange 2007/2010: How to Clone a Mailbox Database Configuration">Exchange 2007/2010: How to Clone a Mailbox Database Configuration</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/exchange-2007-ccr-continuous-replication-failed-seeding-suspended-state">Exchange 2007 CCR: Continuous Replication is in a Failed, Seeding, or Suspended State</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-2007-ccr-continuous-replication-failed-seeding-suspended-state/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange Server 2007 High Availability</title>
		<link>http://exchangeserverpro.com/exchange-server-2007-high-availability</link>
		<comments>http://exchangeserverpro.com/exchange-server-2007-high-availability#comments</comments>
		<pubDate>Fri, 07 Aug 2009 04:32:26 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CCR]]></category>
		<category><![CDATA[Clustering]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[LCR]]></category>
		<category><![CDATA[SCC]]></category>
		<category><![CDATA[SCR]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/?p=737</guid>
		<description><![CDATA[Read my five part series covering the fundamentals of Exchange Server 2007 high availability. Learn how to configure and operate replication (LCR, SCR) and clustering modes (SCC, CCR) for Exchange Server 2007.]]></description>
			<content:encoded><![CDATA[<p>Over at TheEmailAdmin.com I&#8217;ve published a five part series on Exchange Server 2007 high availability.</p>
<ul>
<li>Part 1 &#8211; <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></li>
<li>Part 2 &#8211; <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></li>
<li>Part 3 &#8211; <a href="http://www.theemailadmin.com/2009/07/exchange-server-2007-high-availability-part-3-single-copy-clusters/">How to use Single Copy Clusters</a></li>
<li>Part 4 &#8211; <a href="http://www.theemailadmin.com/2009/08/exchange-server-2007-high-availability-part-4-cluster-continuous-replication/">How to use Cluster Continuous Replication</a></li>
<li>Part 5 &#8211; <a href="http://www.theemailadmin.com/2009/08/exchange-server-2007-high-availability-part-5-standby-continuous-replication/">How to use Standby Continuous Replication</a></li>
</ul>
<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/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-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/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></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/exchange-server-2007-high-availability">Exchange Server 2007 High Availability</a> is © 2009 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-server-2007-high-availability/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exchange Server 2007 CCR recommendations</title>
		<link>http://exchangeserverpro.com/exchange-server-2007-ccr-recommendations</link>
		<comments>http://exchangeserverpro.com/exchange-server-2007-ccr-recommendations#comments</comments>
		<pubDate>Mon, 17 Nov 2008 20:00:00 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[CCR]]></category>
		<category><![CDATA[Clustering]]></category>
		<category><![CDATA[Exchange 2007]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/2008/11/18/exchange-server-2007-ccr-recommendations/</guid>
		<description><![CDATA[From Tales of a System Administrator come these recommendations for Exchange 2007 CCR deployments: &#160; Having had Cluster Continuous Replication in place now for about a year, I’ve derived some of my own best practice recommendations that might not be found within the official Microsoft documentation. Although these recommendations are based on a very solid [...]]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://www.sysadmintales.com/" target="_blank">Tales of a System Administrator</a> come these recommendations for Exchange 2007 CCR deployments:</p>
<blockquote><p>&#160;</p>
<p>Having had Cluster Continuous Replication in place now for about a year, I’ve derived some of my own best practice recommendations that might not be found within the official Microsoft documentation.</p>
<p>Although these recommendations are based on a very solid and stable production environment…anything bad or job search inducing that happens as a result of implementing them in your environment is not my responsibility.</p>
<p><a href="http://www.sysadmintales.com/2008/11/14/my-unofficial-exchange-server-2007-ccr-recommendations/" target="_blank">Read the rest…</a></p>
</blockquote>
<p><strong>Link:</strong> <a href="http://www.sysadmintales.com/2008/11/14/my-unofficial-exchange-server-2007-ccr-recommendations/" target="_blank">My “unofficial” Exchange Server 2007 CCR recommendations</a></p>
<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/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-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/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/exchange-server-2007-ccr-recommendations">Exchange Server 2007 CCR recommendations</a> is © 2008 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-server-2007-ccr-recommendations/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

