<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Tim McMichael</title><subtitle type="html">Navigating the world of high availability...</subtitle><id>http://blogs.technet.com/timmcmic/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.technet.com/timmcmic/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.technet.com/timmcmic/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2009-06-09T17:34:37Z</updated><entry><title>An interesting issue with file level antivirus…</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/timmcmic/archive/2009/09/22/an-interesting-issue-with-file-level-antivirus.aspx" /><id>http://blogs.technet.com/timmcmic/archive/2009/09/22/an-interesting-issue-with-file-level-antivirus.aspx</id><published>2009-09-22T15:55:25Z</published><updated>2009-09-22T15:55:25Z</updated><content type="html">&lt;p align="justify"&gt;In order for Exchange to function correctly administrators are generally advised to make two important configuration changes to their file level antivirus scanners:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;Exclude directories that contain Exchange binaries and Exchange data.&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;Add process exclusions for the Exchange processes (for example – store.exe etc).&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;When antivirus exclusions are not properly set servers may experience performance issues or database availability issues.&lt;/p&gt;  &lt;p align="justify"&gt;Today I worked an interesting issue with a customer.&amp;#160; A common issue when antivirus settings are not set correctly is that the ENNtmp.log file in the Exchange database log directory is deleted or quarantined during the rename procedure.&amp;#160; Remember that while a database is mounted any current transactions are being written to the ENN.log file.&amp;#160; When the ENN.log file is full, the lock on it is released and the file is renamed to it’s full name (for example ENN00001af.log).&amp;#160; While writing to the ENN.log, the next log file in the series is being built as the ENNtmp.log.&amp;#160; When the ENN.log is full, and that rename is occurring another rename operation is occurring – renaming the ENNtmp.log to ENN.log.&amp;#160; As locks are released on these files to facilitate renaming etc – file level antivirus when mis-configured can interject itself and operate against these files.&amp;#160; In this case the file was deleted as a virus and the database forcefully dismounted.&lt;/p&gt;  &lt;p align="justify"&gt;In our case events were clearly logged by the antivirus scanner indicating an action was performed on the log file in question.&amp;#160; This naturally lead us to reviewing the file level antivirus exclusions.&lt;/p&gt;  &lt;p align="justify"&gt;The structure of the server had all log directories stored on L:\ and all databases stored on M:\.&amp;#160; When the file system exclusions were reviewed, you could clearly see that exclusions for L and M existed and were set to include sub-directories.&lt;/p&gt;  &lt;p align="justify"&gt;Upon further investigation it was determined that the log file directories though were actually mountpoints.&amp;#160; For example, L:\SG1 where SG1 is a mounted volume as a mountpoint.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;From here it was determined that the antivirus scanner was actually looking at things at the volume / disk level.&amp;#160; Therefore, L:\ exclusions did not apply since SG1 was a mounted physical disk, and not a folder on the file system.&lt;/p&gt;  &lt;p align="justify"&gt;Given the above example:&lt;/p&gt;  &lt;p align="justify"&gt;A folder L:\Folder would be excluded since it’s a folder existing on the L file system.&lt;/p&gt;  &lt;p align="justify"&gt;A mountpoint L:\MountPoint would not be excluded since L is a physical disk and MountPoint is a physical disk – and no exclusion existed specifically for the mounted physical disk.&lt;/p&gt;  &lt;p align="justify"&gt;A folder L:\Folder\Mountpoint exists.&amp;#160; In this case the L:\Folder would be excluded, but the L:\Folder\Mountpoint would not be excluded since the Mountpoint is a mounted physical disk.&lt;/p&gt;  &lt;p align="justify"&gt;&lt;em&gt;The moral of the story…please make sure you are following up with your antivirus vendor on the appropriate method to apply exclusions when files exist on both lettered physical disks and mounted physical disks as mountpoints.&lt;/em&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3282465" width="1" height="1"&gt;</content><author><name>TIMMCMIC</name><uri>http://blogs.technet.com/members/TIMMCMIC.aspx</uri></author></entry><entry><title>Considerations when using mountpoints with Exchange 2007 clusters.</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/timmcmic/archive/2009/09/21/considerations-when-using-mountpoints-with-exchange-2007-clusters.aspx" /><id>http://blogs.technet.com/timmcmic/archive/2009/09/21/considerations-when-using-mountpoints-with-exchange-2007-clusters.aspx</id><published>2009-09-21T20:39:50Z</published><updated>2009-09-21T20:39:50Z</updated><content type="html">&lt;p align="justify"&gt;It is not uncommon in many installations today, especially clustered installations, to see the use of mountpoints.&lt;/p&gt;  &lt;p align="justify"&gt;When using mountpoints with clustering it is a requirement that the physical disk resources created for the mountpoints be dependant on the lettered physical volume that hosts them.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;The use of mountpoints also requires that the lettered physical volume hosting them be available at all times.&amp;#160; Exchange uses the full path – for example X:\MountPoint\data…&lt;/p&gt;  &lt;p align="justify"&gt;I wanted to highlight a design consideration that I encourage you to consider when utilizing mountpoints.&lt;/p&gt;  &lt;p align="justify"&gt;I see two common designs where mountpoints are utilized.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;A single lettered volume and all mountpoints created off that volume.&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/ConsiderationswhenusingmountpointswithE_8AA3/image_6.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/ConsiderationswhenusingmountpointswithE_8AA3/image_thumb_2.png" width="244" height="208" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;Two lettered volumes – database mountpoints created off one lettered volume with log mountpoints created off the second lettered volume.&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/ConsiderationswhenusingmountpointswithE_8AA3/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/ConsiderationswhenusingmountpointswithE_8AA3/image_thumb_1.png" width="244" height="189" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;These two designs do give logical ( and possibly physical depending on storage design )separation to the storage for databases and the storage for log files.&amp;#160; It also limits the amount of lettered physical volumes that are required to support the desired solution.&amp;#160; &lt;em&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;em&gt;&lt;strong&gt;The issue it introduces though is a single point of failure.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p align="justify"&gt;In the first example in order for the mountpoints to function you have to have the X drive always available.&amp;#160; If the X drive is lost, all mountpoints associated with the X drive are lost, and the database instances dependant on those mountpoints are lost.&lt;/p&gt;  &lt;p align="justify"&gt;In the second example you have the same issue as in the first example where a single point of failure exists.&amp;#160; A loss of either the X or Y disk causes mounpoints associated on those disks to be unavailable.&amp;#160; Since an Exchange database instance requires dependencies on both the mountpoint hosting the database, and the mountpoint hosting the logs, the database instance becomes unavailable.&lt;/p&gt;  &lt;p align="justify"&gt;You can increase the availability of the overall solution by spreading out the mountpoints over a series of lettered volumes.&amp;#160; For example, let’s take a solution there there will be 25 storage groups.&amp;#160; You could in this instance create 5 lettered volumes.&amp;#160; Off of each of these 5 lettered volumes you would create 10 mountpoints.&amp;#160; Each of the mountpoint pairs would serve as the database and log drives for a single database instance.&amp;#160; That would mean that the loss of a single lettered volume would only affect users hosted in 5 of the databases in the solution, verses all 25 databases being affected when using the design outlined in either of the previous examples.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;Here is a small picture example of this concept.&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/ConsiderationswhenusingmountpointswithE_8AA3/image_8.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/ConsiderationswhenusingmountpointswithE_8AA3/image_thumb_3.png" width="106" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;Another consideration is that when a root volume hosting mount points is lost and subsequently replaced, the administrator must manually recreate the necessary folder structure and map the mount points back.&amp;#160; By spreading this out, you can hopefully eliminate the amount of work that would be necessary to restore the solution.&lt;/p&gt;  &lt;p align="justify"&gt;By reducing the single points of failure you can increase the overall availability of the solution.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3282327" width="1" height="1"&gt;</content><author><name>TIMMCMIC</name><uri>http://blogs.technet.com/members/TIMMCMIC.aspx</uri></author></entry><entry><title>‘ClusteredMailboxServer’ is partially configured – ExBPA.</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/timmcmic/archive/2009/09/21/clusteredmailboxserver-is-partially-configured-exbpa.aspx" /><id>http://blogs.technet.com/timmcmic/archive/2009/09/21/clusteredmailboxserver-is-partially-configured-exbpa.aspx</id><published>2009-09-21T20:36:17Z</published><updated>2009-09-21T20:36:17Z</updated><content type="html">&lt;p&gt;When running ExBPA against an Exchange 2007 cluster, the following error text may be noted:&lt;/p&gt;  &lt;p&gt;===========================================================&lt;/p&gt;  &lt;p&gt;Error: 'ClusteredMailboxServer' is partially configured &lt;/p&gt;  &lt;p&gt;Server: &amp;lt;SERVER&amp;gt;&lt;/p&gt;  &lt;p&gt;'ClusteredMailboxServer' is partially configured on server &amp;lt;SERVER&amp;gt;.contoso.com. Either setup is configuring it right now or setup failed while configuring it. Please rerun setup if it isn't currently running.&lt;/p&gt;  &lt;p&gt;===========================================================&lt;/p&gt;  &lt;p&gt;The link text from ExBPA advises users on how to correct this issue:&lt;/p&gt;  &lt;p&gt;===========================================================&lt;/p&gt;  &lt;p&gt;Possible CMS Setup Failure&amp;#160; Send Feedback &lt;/p&gt;  &lt;p&gt;Microsoft Exchange Server Analyzer - Articles &amp;gt; Exchange Cluster &lt;/p&gt;  &lt;p&gt;Topic Last Modified: 2008-04-01 &lt;/p&gt;  &lt;p&gt;The Microsoft® Exchange Server Analyzer Tool reads the following registry branch for the presence of the Action or Watermark registry values: &lt;/p&gt;  &lt;p&gt;HKEY_LOCAL_MACHINE\Software\Microsoft\Exchange\v8.0\ClusteredMailboxServer &lt;/p&gt;  &lt;p&gt;If the Exchange Server Analyzer finds that either the Action or Watermark registry values are present, an error is displayed. &lt;/p&gt;  &lt;p&gt;The presence of the Action or Watermark registry values on this registry branch indicates that either there was a previously unsuccessful installation of the Cluster Mailbox Server (CMS) to the cluster node, or that the CMS installation was in progress when the Exchange Server Analyzer was doing its analysis. &lt;/p&gt;  &lt;p&gt;If the CMS installation failed on this node but was successful on other nodes of the cluster, it could appear that the cluster network is functioning normally when that is not the case. &lt;/p&gt;  &lt;p&gt;To address this error, determine whether CMS installation is still in progress on the affected node and, if not, rerun setup to complete the failed CMS installation.&lt;/p&gt;  &lt;p&gt;===========================================================&lt;/p&gt;  &lt;p&gt;One of the ExBPA rules checks the registry to find out the install state of roles on the server.&amp;#160; Exchange 2007 uses watermark keys to track setup progress.&amp;#160; If a failure is encountered during setup, when setup is rerun the watermark is consulted and setup resumed at or near the point of failure.&amp;#160; When setup completes successfully the watermark value is cleared.&lt;/p&gt;  &lt;p&gt;The following is a sample export of a clustered server mailbox role watermark.&lt;/p&gt;  &lt;p&gt;===========================================================&lt;/p&gt;  &lt;p&gt;Windows Registry Editor Version 5.00 &lt;/p&gt;  &lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\v8.0\ClusteredMailboxServer]    &lt;br /&gt;&amp;quot;Action&amp;quot;=&amp;quot;Install&amp;quot;     &lt;br /&gt;&amp;quot;Watermark&amp;quot;=dword:7448a073&lt;/p&gt;  &lt;p&gt;===========================================================&lt;/p&gt;  &lt;p align="justify"&gt;It is not uncommon to see this rule triggered against clustered nodes – especially if there at one point was a setup failure.&amp;#160; Sometimes during installation when a failure is encountered and the clustered mailbox server is partially configured the resources created will be moved between nodes.&amp;#160; Setup is then run on the other node in hopes that it will complete successfully.&amp;#160; In some cases it will complete successfully and in other cases it will fail.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;The watermark is not checkpointed / replicated between the registry of the nodes.&amp;#160; In the event that setup fails each node will have a watermark indicating the point in the installation where the failure occurred.&amp;#160; Should one of the nodes complete setup successfully, one node will have it’s watermark cleared while the other retains the watermark.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;The presence of this key triggers the ExBPA rule.&lt;/p&gt;  &lt;p align="justify"&gt;In order to tell what actions need to be taken we must first determine if installation completed successfully.&amp;#160; For this we can turn to the Exchange setup logs that are created on each node.&amp;#160; We will review the logs and see if it can be determined if setup completed successfully.&lt;/p&gt;  &lt;p align="justify"&gt;The setup logs are located at c:\ExchangeSetupLogs.&lt;/p&gt;  &lt;p align="justify"&gt;We are looking for the file ExchangeSetup.log.&amp;#160; This file can be opened in a text viewer.&lt;/p&gt;  &lt;p align="justify"&gt;If the following text can be found in the setup log it should be safe to assume that setup completed successfully for that CMS on at least one of the nodes.&lt;/p&gt;  &lt;p align="justify"&gt;The start of the clustered mailbox server installation is indicated in the logs by the following series of text (or similar depending on single copy cluster or cluster continuous replication installation):&lt;/p&gt;  &lt;p&gt;===========================================================&lt;/p&gt;  &lt;p&gt;&amp;lt;DATE&amp;gt; [0] Setup will run the task 'new-ClusteredMailboxServer'    &lt;br /&gt;&amp;lt;DATE&amp;gt; [1] Setup launched task 'new-ClusteredMailboxServer -DomainController DC' -PublicFolderDatabase $false -updatesdir 'Y:\x64\Updates' -Name &amp;lt;CMSNAME&amp;gt; -IPAddress &amp;lt;IPAddress&amp;gt; -IPv4Addresses $null -IPv4Networks $null -IPv6Networks $null -SharedStorage $false -DataPath &amp;lt;DATAPATH&amp;gt;&lt;/p&gt;  &lt;p&gt;===========================================================&lt;/p&gt;  &lt;p align="justify"&gt;If you continue to scroll through the log and reach the following text the setup command completed successfully.&lt;/p&gt;  &lt;p&gt;===========================================================&lt;/p&gt;  &lt;p&gt;&amp;lt;DATE&amp;gt; [0] The Microsoft Exchange Server setup operation completed successfully.    &lt;br /&gt;&amp;lt;DATE&amp;gt; [0] End of Setup&lt;/p&gt;  &lt;p&gt;===========================================================&lt;/p&gt;  &lt;p align="justify"&gt;Once you have verified that the command was run and completed successfully, the watermark can be exported and safely removed using registry editor.&lt;/p&gt;  &lt;p align="justify"&gt;If for any reason you cannot verify that setup finished for this CMS instance on at least one of the nodes, the only safe procedure for removing the watermark is to allow setup to complete successfully.&amp;#160; (This needs to occur even if the resources are already online and even if they are servicing users).&lt;/p&gt;  &lt;p align="justify"&gt;If you have the setup log this can be an easy task.&amp;#160; The parameters that were used for setup are also logged in this log.&amp;#160; The following line will tell you what parameters were used when establishing the clustered mailbox server installation.&amp;#160; &lt;/p&gt;  &lt;p align="left"&gt;&amp;lt;DATE&amp;gt; [0] ExSetup was started with the following command: '/NoLogo /newCMS /cmsName:2003-MBX3 /cmsIPAddress:192.168.0.14 /sourcedir:Y:\x64 /FromSetup'.&lt;/p&gt;  &lt;p align="justify"&gt;In this case you can see that the CMSName parameter used is 2003-MBX3, the CMSIpaddress is 192.168.0.4.&amp;#160; No additional switches (like CSS and CMSDataPath) indicate this was a CCR installation.&lt;/p&gt;  &lt;p align="justify"&gt;If you do not have the setup log you will most likely need to use cluster administrator to get the necessary information.&amp;#160; Using cluster administrator locate the CMS Network Name resource and CMS IPv4 Resource.&amp;#160; Make note of the values of each of these resources.&lt;/p&gt;  &lt;p align="justify"&gt;Once you have the values necessary to complete the command the CMS must be moved to the node where the watermark exists.&amp;#160; If the CMS is not currently on that node, issue a move-clusteredmailboxserver using the Exchange Management Shell.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;Once the CMS has been moved to the node with the watermark, run setup using the command line setup with&amp;#160; appropriate values.&amp;#160; Using my example above:&lt;/p&gt;  &lt;p align="justify"&gt;setup.com /newCMS /cmsName:2003-MBX3 /cmsIPAddress:192.168.0.4&lt;/p&gt;  &lt;p align="justify"&gt;Setup will consult the watermark on the machine and when it completes successfully clear the watermark value.&amp;#160; This will ensure that the CMS is now fully configured to support Exchange.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3282325" width="1" height="1"&gt;</content><author><name>TIMMCMIC</name><uri>http://blogs.technet.com/members/TIMMCMIC.aspx</uri></author></entry><entry><title>Log files required to be copied after an update-storagegroupcopy / re-seed has been successfully completed.</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/timmcmic/archive/2009/09/21/log-files-required-to-be-copied-after-an-update-storagegroupcopy-re-seed-has-been-successfully-completed.aspx" /><id>http://blogs.technet.com/timmcmic/archive/2009/09/21/log-files-required-to-be-copied-after-an-update-storagegroupcopy-re-seed-has-been-successfully-completed.aspx</id><published>2009-09-21T20:33:29Z</published><updated>2009-09-21T20:33:29Z</updated><content type="html">&lt;p align="justify"&gt;There may arise times where it is necessary to completely reseed an LCR, CCR, or SCR database copy from the source database.&amp;#160; In order to reseed the copy we use the update-storagegroupcopy commandlet.&lt;/p&gt;  &lt;p align="justify"&gt;When the update-storagegroupcopy is run, the database is pulled using the ESE backup online streaming API from the source machine to the target machine.&amp;#160; If the database is successfully copied without error the replication instance is automatically resumed.&amp;#160; No log files are pulled or copied as a part of the update-storagegroupcopy process.&amp;#160; It is not until after the update-storagegroupcopy process is completed, and replication is resumed, that the header of the database is reviewed and the replication service determines which logs are necessary to be copied.&lt;/p&gt;  &lt;p align="justify"&gt;In this blog post I want to highlight how the replication service makes the decision on which log files need to be copied post a re-seed of the database.&amp;#160; I will use examples from cluster.replay tracing (which can only be done with consultation with product support services).&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;*Databases copied offline between servers (clean shutdown).&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p align="justify"&gt;When databases are copied offline between nodes this is a manual seeding operation.&amp;#160; By default a database that is offline and copied between nodes is in a clean shutdown state.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;Here is a sample header dump.&lt;/p&gt;  &lt;p&gt;Extensible Storage Engine Utilities for Microsoft(R) Exchange Server &lt;/p&gt;  &lt;p&gt;Version 08.01 &lt;/p&gt;  &lt;p&gt;Copyright (C) Microsoft Corporation. All Rights Reserved. &lt;/p&gt;  &lt;p&gt;Initiating FILE DUMP mode...    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Database: 2003-MBX3-SG1-DB1.edb &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; File Type: Database    &lt;br /&gt;&amp;#160;&amp;#160; Format ulMagic: 0x89abcdef     &lt;br /&gt;&amp;#160;&amp;#160; Engine ulMagic: 0x89abcdef     &lt;br /&gt;Format ulVersion: 0x620,12     &lt;br /&gt;Engine ulVersion: 0x620,12     &lt;br /&gt;Created ulVersion: 0x620,12     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; DB Signature: Create time:08/09/2009 14:10:12 Rand:7948610 Computer:     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; cbDbPage: 8192     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dbtime: 20053 (0x4e55)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; State: Clean Shutdown     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Required: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Log Committed: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160; Streaming File: No     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Shadowed: Yes     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Last Objid: 133     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Scrub Dbtime: 0 (0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Scrub Date: 00/00/1900 00:00:00     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Repair Count: 0     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Repair Date: 00/00/1900 00:00:00     &lt;br /&gt;Old Repair Count: 0     &lt;br /&gt;&amp;#160;&lt;strong&gt;&lt;font color="#ff0000"&gt; Last Consistent: (0x9,A,1C1)&amp;#160; 08/09/2009 14:12:18        &lt;br /&gt;&lt;/font&gt;&lt;/strong&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Last Attach: (0x8,9,86)&amp;#160; 08/09/2009 14:12:15     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Last Detach: (0x9,A,1C1)&amp;#160; 08/09/2009 14:12:18     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Dbid: 1     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Log Signature: Create time:08/09/2009 14:10:08 Rand:7930576 Computer:     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; OS Version: (5.2.3790 SP 2) &lt;/p&gt;  &lt;p&gt;Previous Full Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;Previous Incremental Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;Previous Copy Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;Previous Differential Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;Current Full Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;Current Shadow copy backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; cpgUpgrade55Format: 0    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; cpgUpgradeFreePages: 0     &lt;br /&gt;cpgUpgradeSpaceMapPages: 0 &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ECC Fix Success Count: none    &lt;br /&gt;&amp;#160;&amp;#160; Old ECC Fix Success Count: none     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ECC Fix Error Count: none     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Old ECC Fix Error Count: none     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Bad Checksum Error Count: none     &lt;br /&gt;Old bad Checksum Error Count: none &lt;/p&gt;  &lt;p&gt;Operation completed successfully in 0.63 seconds. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;When replication is resumed, the header of the database is consulted.&amp;#160; Here is an example trace tag from non-customer viewable tracing.&lt;/p&gt;  &lt;p&gt;2826 74006100440074 2256 Cluster.Replay FileChecker RunChecks is successful. FileState is: LowestGenerationPresent: 0    &lt;br /&gt;HighestGenerationPresent: 0     &lt;br /&gt;LowestGenerationRequired: 0     &lt;br /&gt;HighestGenerationRequired: 0     &lt;br /&gt;LastGenerationBackedUp: 0     &lt;br /&gt;CheckpointGeneration: 0     &lt;br /&gt;LogfileSignature:     &lt;br /&gt;LatestFullBackupTime:     &lt;br /&gt;LatestIncrementalBackupTime:     &lt;br /&gt;LatestDifferentialBackupTime:     &lt;br /&gt;LatestCopyBackupTime:     &lt;br /&gt;SnapshotBackup:     &lt;br /&gt;SnapshotLatestFullBackup:     &lt;br /&gt;SnapshotLatestIncrementalBackup:     &lt;br /&gt;SnapshotLatestDifferentialBackup:     &lt;br /&gt;SnapshotLatestCopyBackup:     &lt;br /&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;ConsistentDatabase: True&lt;/strong&gt;&lt;/font&gt;     &lt;br /&gt;2827 74006100440074 2256 Cluster.Replay ReplicaInstance SetReplayState(): LowestGenerationPresent: 0     &lt;br /&gt;HighestGenerationPresent: 0     &lt;br /&gt;LowestGenerationRequired: 0     &lt;br /&gt;HighestGenerationRequired: 0     &lt;br /&gt;LastGenerationBackedUp: 0     &lt;br /&gt;CheckpointGeneration: 0     &lt;br /&gt;LogfileSignature:     &lt;br /&gt;LatestFullBackupTime:     &lt;br /&gt;LatestIncrementalBackupTime:     &lt;br /&gt;LatestDifferentialBackupTime:     &lt;br /&gt;LatestCopyBackupTime:     &lt;br /&gt;SnapshotBackup:     &lt;br /&gt;SnapshotLatestFullBackup:     &lt;br /&gt;SnapshotLatestIncrementalBackup:     &lt;br /&gt;SnapshotLatestDifferentialBackup:     &lt;br /&gt;SnapshotLatestCopyBackup:     &lt;br /&gt;ConsistentDatabase: True&lt;/p&gt;  &lt;p align="justify"&gt;You can see here that the replication service, after reading the status of the database, has detected that a clean shutdown database was found.&amp;#160; (ConsisntentDatabase: True).&lt;/p&gt;  &lt;p align="justify"&gt;Since no backup has been performed on the database, and the log directory on the target was empty prior to resuming the storage group copy, the replication service determines that no minimum log file was necessary.&amp;#160; Log copy will start from the first log available on the source server and continue to the highest generation on the source server.&amp;#160; As long as the generation is contiguous replication will proceed and remain healthy post the manual database seed.&amp;#160; (It would be best practice with an offline reseed to clear the log directory on the target prior to resuming the database copy).&lt;/p&gt;  &lt;p&gt;2871 030F3F44 2256 Cluster.Replay ReplicaInstance No logfiles present, no backup information, no required generation    &lt;br /&gt;2872 030F3F44 2256 Cluster.Replay ReplicaInstance Log copying will start from generation 0&lt;/p&gt;  &lt;p align="justify"&gt;The replication service begins the replication instance and queries the source directory, in this case it was determined that log file 5 was the first available, and thus the replication service starts by copying this log file.&lt;/p&gt;  &lt;p&gt;2903 0385717B 2256 Cluster.Replay NetPath ClusterPathManager.GetPath() returns \\2003-mbx3-replc\3d0099f3-ff35-46ea-8a2f-39eb50923209$    &lt;br /&gt;2904 007D2DBB 2256 Cluster.Replay LogCopy First generation for \\2003-mbx3-replc\3d0099f3-ff35-46ea-8a2f-39eb50923209$ is 00000005     &lt;br /&gt;2905 0385717B 2256 Cluster.Replay NetPath ClusterPathManager.GetPath() returns \\2003-mbx3-replc\3d0099f3-ff35-46ea-8a2f-39eb50923209$     &lt;br /&gt;2906 007D2DBB 2256 Cluster.Replay PFD PFD CRS 18907 First generation for \\2003-mbx3-replc\3d0099f3-ff35-46ea-8a2f-39eb50923209$ is 00000005     &lt;br /&gt;2907 0385717B 2256 Cluster.Replay NetPath ClusterPathManager.GetPath() returns \\2003-mbx3-replc\3d0099f3-ff35-46ea-8a2f-39eb50923209$     &lt;br /&gt;2908 007D2DBB 2256 Cluster.Replay ShipLog LogCopy: Trying to find file \\2003-mbx3-replc\3d0099f3-ff35-46ea-8a2f-39eb50923209$\E0000000005.log     &lt;br /&gt;2909 007D2DBB 2256 Cluster.Replay ShipLog LogCopy: Found file E0000000005.log     &lt;br /&gt;2910 007D2DBB 2256 Cluster.Replay PFD PFD CRS 18395 LogCopy: Found file E0000000005.log&lt;/p&gt;  &lt;p align="justify"&gt;This is also confirmed by the event in the application log indicating that log copy began by successfully copying log generation 5 (0x5).&lt;/p&gt;  &lt;p&gt;Event Type:&amp;#160;&amp;#160;&amp;#160; Information    &lt;br /&gt;Event Source:&amp;#160;&amp;#160;&amp;#160; MSExchangeRepl     &lt;br /&gt;Event Category:&amp;#160;&amp;#160;&amp;#160; Service     &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160; 2114     &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 8/9/2009     &lt;br /&gt;Time:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 2:15:22 PM     &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A     &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160; 2003-NODE2     &lt;br /&gt;Description:     &lt;br /&gt;The replication instance for storage group 2003-MBX3\2003-MBX3-SG1 has started copying transaction log files. The first log file successfully copied was generation 5. &lt;/p&gt;  &lt;p&gt;For more information, see Help and Support Center at &lt;a href="http://go.microsoft.com/fwlink/events.asp"&gt;http://go.microsoft.com/fwlink/events.asp&lt;/a&gt;.&lt;/p&gt;  &lt;p align="justify"&gt;At minimum we must have all logs from the Last Consistent log generation forward in order to maintain replication.&amp;#160; This makes sense, if I did not have all logs from the last consistent log (where the database was shutdown) forward, how could I bring the passive copy up to current point in time?&lt;/p&gt;  &lt;p align="justify"&gt;As long as the generation is contiguous and logs are present on the source from last consistent to current log replication will proceed and remain healthy post the manual database seed.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;*&lt;strong&gt;&lt;em&gt;Database seeded using Update-StorageGroupCopy where no full or incremental backup was performed.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p align="justify"&gt;In this example we have a database on a source server that has neither had a full or incremental backup performed on it.&amp;#160; The storage group replication between nodes was suspended using suspend-storagegroupcopy.&amp;#160; Then the update-storagegroupcopy command was used to stream the database to the target server (the –manualResume switch was also used so I could generate the header dumps).&amp;#160; Below is a sample header dump of a database post an update-storagegroupcopy.&lt;/p&gt;  &lt;p&gt;Extensible Storage Engine Utilities for Microsoft(R) Exchange Server &lt;/p&gt;  &lt;p&gt;Version 08.01 &lt;/p&gt;  &lt;p&gt;Copyright (C) Microsoft Corporation. All Rights Reserved. &lt;/p&gt;  &lt;p&gt;Initiating FILE DUMP mode...    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Database: 2003-MBX3-SG1-DB1.edb &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; File Type: Database    &lt;br /&gt;&amp;#160;&amp;#160; Format ulMagic: 0x89abcdef     &lt;br /&gt;&amp;#160;&amp;#160; Engine ulMagic: 0x89abcdef     &lt;br /&gt;Format ulVersion: 0x620,12     &lt;br /&gt;Engine ulVersion: 0x620,12     &lt;br /&gt;Created ulVersion: 0x620,12     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; DB Signature: Create time:08/09/2009 14:10:12 Rand:7948610 Computer:     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; cbDbPage: 8192     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dbtime: 20053 (0x4e55)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; State: Dirty Shutdown     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Required: 11-11 (0xb-0xb)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Log Committed: 0-14 (0x0-0xe)     &lt;br /&gt;&amp;#160;&amp;#160; Streaming File: No     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Shadowed: Yes     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Last Objid: 133     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Scrub Dbtime: 0 (0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Scrub Date: 00/00/1900 00:00:00     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Repair Count: 0     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Repair Date: 00/00/1900 00:00:00     &lt;br /&gt;Old Repair Count: 0     &lt;br /&gt;&amp;#160; Last Consistent: (0x9,A,1C1)&amp;#160; 08/09/2009 14:12:18     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Last Attach: (0xB,9,86)&amp;#160; 08/09/2009 14:28:20     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Last Detach: (0x0,0,0)&amp;#160; 00/00/1900 00:00:00     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Dbid: 1     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Log Signature: Create time:08/09/2009 14:10:08 Rand:7930576 Computer:     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; OS Version: (5.2.3790 SP 2) &lt;/p&gt;  &lt;p&gt;Previous Full Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;Previous Incremental Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;Previous Copy Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;Previous Differential Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;Current Full Backup:        &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 11-14 (0xb-0xe)         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0xE,188,167)         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 08/09/2009 14:29:54 &lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Current Shadow copy backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; cpgUpgrade55Format: 0    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; cpgUpgradeFreePages: 0     &lt;br /&gt;cpgUpgradeSpaceMapPages: 0 &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ECC Fix Success Count: none    &lt;br /&gt;&amp;#160;&amp;#160; Old ECC Fix Success Count: none     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ECC Fix Error Count: none     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Old ECC Fix Error Count: none     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Bad Checksum Error Count: none     &lt;br /&gt;Old bad Checksum Error Count: none &lt;/p&gt;  &lt;p&gt;Operation completed successfully in 0.31 seconds. &lt;/p&gt;  &lt;p align="justify"&gt;In this header dump you will notice that the database is in dirty shutdown.&amp;#160; This is expected of a database that has come from an online seeding operation.&amp;#160; You will also note that the Current Full Backup header section of the database is populated.&amp;#160; The low log value here is 11 (0xb) and the high log value is 14 (0xe).&lt;/p&gt;  &lt;p align="justify"&gt;After the header dump was generated I resumed storage group copy (normally after a successful update-storagegroupcopy this is done for you automatically).&amp;#160; When replication is resumed the header of the database is consulted.&amp;#160; Here is a sample output from non-customer viewable tracing.&lt;/p&gt;  &lt;p&gt;5107 61007400610044 2256 Cluster.Replay FileChecker RunChecks is successful. FileState is: LowestGenerationPresent: 0    &lt;br /&gt;HighestGenerationPresent: 0     &lt;br /&gt;LowestGenerationRequired: 11     &lt;br /&gt;HighestGenerationRequired: 11     &lt;br /&gt;LastGenerationBackedUp: 0     &lt;br /&gt;CheckpointGeneration: 0     &lt;br /&gt;LogfileSignature: MJET_SIGNATURE(Random = 7930576,CreationTime = 8/9/2009 2:10:08 PM)     &lt;br /&gt;LatestFullBackupTime:     &lt;br /&gt;LatestIncrementalBackupTime:     &lt;br /&gt;LatestDifferentialBackupTime:     &lt;br /&gt;LatestCopyBackupTime:     &lt;br /&gt;SnapshotBackup:     &lt;br /&gt;SnapshotLatestFullBackup:     &lt;br /&gt;SnapshotLatestIncrementalBackup:     &lt;br /&gt;SnapshotLatestDifferentialBackup:     &lt;br /&gt;SnapshotLatestCopyBackup:     &lt;br /&gt;ConsistentDatabase: False     &lt;br /&gt;5108 61007400610044 2256 Cluster.Replay ReplicaInstance SetReplayState(): LowestGenerationPresent: 0     &lt;br /&gt;HighestGenerationPresent: 0     &lt;br /&gt;LowestGenerationRequired: 11     &lt;br /&gt;HighestGenerationRequired: 11     &lt;br /&gt;LastGenerationBackedUp: 0     &lt;br /&gt;CheckpointGeneration: 0     &lt;br /&gt;LogfileSignature: MJET_SIGNATURE(Random = 7930576,CreationTime = 8/9/2009 2:10:08 PM)     &lt;br /&gt;LatestFullBackupTime:     &lt;br /&gt;LatestIncrementalBackupTime:     &lt;br /&gt;LatestDifferentialBackupTime:     &lt;br /&gt;LatestCopyBackupTime:     &lt;br /&gt;SnapshotBackup:     &lt;br /&gt;SnapshotLatestFullBackup:     &lt;br /&gt;SnapshotLatestIncrementalBackup:     &lt;br /&gt;SnapshotLatestDifferentialBackup:     &lt;br /&gt;SnapshotLatestCopyBackup:     &lt;br /&gt;ConsistentDatabase: False&lt;/p&gt;  &lt;p align="justify"&gt;You will note from this output that the HighestGenerationRequired and LowestGenerationRequired is 11 (0xb).&amp;#160; This is based on the current full backup information in the header of the database.&amp;#160; The lowest log recorded in current full backup represents the lowest log necessary to complete the source database at the time the update-storagegroupcopy was run. &lt;/p&gt;  &lt;p&gt;You will note that the events in the application log indicate log copy started with logs 11 (0xb).&lt;/p&gt;  &lt;p&gt;Event Type:&amp;#160;&amp;#160;&amp;#160; Information    &lt;br /&gt;Event Source:&amp;#160;&amp;#160;&amp;#160; MSExchangeRepl     &lt;br /&gt;Event Category:&amp;#160;&amp;#160;&amp;#160; Service     &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160; 2114     &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 8/9/2009     &lt;br /&gt;Time:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 2:36:00 PM     &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A     &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160; 2003-NODE2     &lt;br /&gt;Description:     &lt;br /&gt;The replication instance for storage group 2003-MBX3\2003-MBX3-SG1 has started copying transaction log files. The first log file successfully copied was generation 11. &lt;/p&gt;  &lt;p&gt;For more information, see Help and Support Center at &lt;a href="http://go.microsoft.com/fwlink/events.asp"&gt;http://go.microsoft.com/fwlink/events.asp&lt;/a&gt;.&lt;/p&gt;  &lt;p align="justify"&gt;Post an update-storagegroupcopy replication will remain healthy pending that all logs are present and contiguous on the source server from the time the update-storagegroupcopy was initiated until it completed successfully.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;*&lt;strong&gt;&lt;em&gt;Database seeded using Update-StorageGroupCopy where a full backup was performed on the source database.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p align="justify"&gt;In this example we have a database on a source server that has had a full backup performed on it (in this case an ESE online streaming backup).&amp;#160; The storage group replication between nodes was suspended using suspend-storagegroupcopy.&amp;#160; Then the update-storagegroupcopy command was used to stream the database to the target server (the –manualResume switch was also used so I could generate the header dumps).&amp;#160; Below is a sample header dump of a database post an update-storagegroupcopy.&lt;/p&gt;  &lt;p&gt;Extensible Storage Engine Utilities for Microsoft(R) Exchange Server &lt;/p&gt;  &lt;p&gt;Version 08.01 &lt;/p&gt;  &lt;p&gt;Copyright (C) Microsoft Corporation. All Rights Reserved. &lt;/p&gt;  &lt;p&gt;Initiating FILE DUMP mode...    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Database: 2003-MBX3-SG1-DB1.edb &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; File Type: Database    &lt;br /&gt;&amp;#160;&amp;#160; Format ulMagic: 0x89abcdef     &lt;br /&gt;&amp;#160;&amp;#160; Engine ulMagic: 0x89abcdef     &lt;br /&gt;Format ulVersion: 0x620,12     &lt;br /&gt;Engine ulVersion: 0x620,12     &lt;br /&gt;Created ulVersion: 0x620,12     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; DB Signature: Create time:08/09/2009 14:10:12 Rand:7948610 Computer:     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; cbDbPage: 8192     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dbtime: 22631 (0x5867)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; State: Dirty Shutdown     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Required: 31-31 (0x1f-0x1f)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Log Committed: 0-32 (0x0-0x20)     &lt;br /&gt;&amp;#160;&amp;#160; Streaming File: No     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Shadowed: Yes     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Last Objid: 134     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Scrub Dbtime: 0 (0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Scrub Date: 00/00/1900 00:00:00     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Repair Count: 0     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Repair Date: 00/00/1900 00:00:00     &lt;br /&gt;Old Repair Count: 0     &lt;br /&gt;&amp;#160; Last Consistent: (0x1D,A,1C1)&amp;#160; 08/09/2009 14:48:13     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Last Attach: (0x1F,9,86)&amp;#160; 08/09/2009 14:48:15     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Last Detach: (0x0,0,0)&amp;#160; 00/00/1900 00:00:00     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Dbid: 1     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Log Signature: Create time:08/09/2009 14:10:08 Rand:7930576 Computer:     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; OS Version: (5.2.3790 SP 2) &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;Previous Full Backup:        &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 20-21 (0x14-0x15)         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x15,D,195)         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 08/09/2009 14:45:43&lt;/font&gt;&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;Previous Incremental Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;Previous Copy Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;Previous Differential Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;Current Full Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 31-32 (0x1f-0x20)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x20,E,185)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 08/09/2009 14:49:06 &lt;/p&gt;  &lt;p&gt;Current Shadow copy backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; cpgUpgrade55Format: 0    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; cpgUpgradeFreePages: 0     &lt;br /&gt;cpgUpgradeSpaceMapPages: 0 &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ECC Fix Success Count: none    &lt;br /&gt;&amp;#160;&amp;#160; Old ECC Fix Success Count: none     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ECC Fix Error Count: none     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Old ECC Fix Error Count: none     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Bad Checksum Error Count: none     &lt;br /&gt;Old bad Checksum Error Count: none &lt;/p&gt;  &lt;p&gt;Operation completed successfully in 0.46 seconds. &lt;/p&gt;  &lt;p align="justify"&gt;In this header dump you will note that Previous Full Backup is populated.&amp;#160; The low log generation is 20 (0x14) and the high log generation is 21 (0x15).&lt;/p&gt;  &lt;p align="justify"&gt;After the header dump was generated I resumed storage group copy (normally after a successful update-storagegroupcopy this is done for you automatically).&amp;#160; When replication is resumed the header of the database is consulted.&amp;#160; Here is a sample output from non-customer viewable tracing.&lt;/p&gt;  &lt;p&gt;6593 61007400610044 2472 Cluster.Replay FileChecker RunChecks is successful. FileState is: LowestGenerationPresent: 0    &lt;br /&gt;HighestGenerationPresent: 0     &lt;br /&gt;LowestGenerationRequired: 31     &lt;br /&gt;HighestGenerationRequired: 31     &lt;br /&gt;LastGenerationBackedUp: 21     &lt;br /&gt;CheckpointGeneration: 0     &lt;br /&gt;LogfileSignature: MJET_SIGNATURE(Random = 7930576,CreationTime = 8/9/2009 2:10:08 PM)     &lt;br /&gt;LatestFullBackupTime: 8/9/2009 2:45:43 PM     &lt;br /&gt;LatestIncrementalBackupTime:     &lt;br /&gt;LatestDifferentialBackupTime:     &lt;br /&gt;LatestCopyBackupTime:     &lt;br /&gt;SnapshotBackup: False     &lt;br /&gt;SnapshotLatestFullBackup: False     &lt;br /&gt;SnapshotLatestIncrementalBackup:     &lt;br /&gt;SnapshotLatestDifferentialBackup:     &lt;br /&gt;SnapshotLatestCopyBackup:     &lt;br /&gt;ConsistentDatabase: False     &lt;br /&gt;6594 61007400610044 2472 Cluster.Replay ReplicaInstance SetReplayState(): LowestGenerationPresent: 0     &lt;br /&gt;HighestGenerationPresent: 0     &lt;br /&gt;LowestGenerationRequired: 31     &lt;br /&gt;HighestGenerationRequired: 31     &lt;br /&gt;LastGenerationBackedUp: 21     &lt;br /&gt;CheckpointGeneration: 0     &lt;br /&gt;LogfileSignature: MJET_SIGNATURE(Random = 7930576,CreationTime = 8/9/2009 2:10:08 PM)     &lt;br /&gt;LatestFullBackupTime: 8/9/2009 2:45:43 PM     &lt;br /&gt;LatestIncrementalBackupTime:     &lt;br /&gt;LatestDifferentialBackupTime:     &lt;br /&gt;LatestCopyBackupTime:     &lt;br /&gt;SnapshotBackup: False     &lt;br /&gt;SnapshotLatestFullBackup: False     &lt;br /&gt;SnapshotLatestIncrementalBackup:     &lt;br /&gt;SnapshotLatestDifferentialBackup:     &lt;br /&gt;SnapshotLatestCopyBackup:     &lt;br /&gt;ConsistentDatabase: False&lt;/p&gt;  &lt;p align="justify"&gt;In this output you will note that LastGenerationBackedUp is 21 (0x14).&amp;#160; This corresponds to the high log generation as stamped in previous full backup.&amp;#160; You’ll also note that the LowestGenerationRequired and HighestGenerationRequired is 31 which corresponds to the low log value stamped in current full backup.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;In this case log file copy will start at generation 21 (0x14).&amp;#160; Events in the application log correspond with this:&lt;/p&gt;  &lt;p&gt;Event Type:&amp;#160;&amp;#160;&amp;#160; Information    &lt;br /&gt;Event Source:&amp;#160;&amp;#160;&amp;#160; MSExchangeRepl     &lt;br /&gt;Event Category:&amp;#160;&amp;#160;&amp;#160; Service     &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160; 2114     &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 8/9/2009     &lt;br /&gt;Time:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 2:51:20 PM     &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A     &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160; 2003-NODE2     &lt;br /&gt;Description:     &lt;br /&gt;The replication instance for storage group 2003-MBX3\2003-MBX3-SG1 has started copying transaction log files. The first log file successfully copied was generation 21. &lt;/p&gt;  &lt;p&gt;For more information, see Help and Support Center at &lt;a href="http://go.microsoft.com/fwlink/events.asp"&gt;http://go.microsoft.com/fwlink/events.asp&lt;/a&gt;.&lt;/p&gt;  &lt;p align="justify"&gt;The difference between this example and previous examples is that a full backup was performed.&amp;#160; The decision to start copy at log 21 (0x14), which is based on previous full backup, makes sense if you think about the replication service.&amp;#160; Remember that a database can be backed up either from the active or passive nodes.&amp;#160; If I did not base my log file copy on previous full backup that means that I would not have all the logs on my passive copy since the last full backup.&amp;#160; This would essentially prevent me from, at a later point in time, performing an incremental backup.&amp;#160; (Remember an incremental backup requires all log files from the previous full backup be present).&lt;/p&gt;  &lt;p align="justify"&gt;When a database has had a full backup on it replication will remain healthy as long as all logs are contiguous on the source from the high log generation as stamped in previous full backup to the current log.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;*&lt;strong&gt;&lt;em&gt;Database seeded using Update-StorageGroupCopy where a full and incremental backup was performed on the source database.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p align="justify"&gt;In this example we have a database on a source server that has had a full and incremental backup performed on it (in this case an ESE online streaming backup).&amp;#160; The storage group replication between nodes was suspended using suspend-storagegroupcopy.&amp;#160; Then the update-storagegroupcopy command was used to stream the database to the target server (the –manualResume switch was also used so I could generate the header dumps).&amp;#160; Below is a sample header dump of a database post an update-storagegroupcopy.&lt;/p&gt;  &lt;p&gt;Extensible Storage Engine Utilities for Microsoft(R) Exchange Server &lt;/p&gt;  &lt;p&gt;Version 08.01 &lt;/p&gt;  &lt;p&gt;Copyright (C) Microsoft Corporation. All Rights Reserved. &lt;/p&gt;  &lt;p&gt;Initiating FILE DUMP mode...    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Database: 2003-MBX3-SG1-DB1.edb &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; File Type: Database    &lt;br /&gt;&amp;#160;&amp;#160; Format ulMagic: 0x89abcdef     &lt;br /&gt;&amp;#160;&amp;#160; Engine ulMagic: 0x89abcdef     &lt;br /&gt;Format ulVersion: 0x620,12     &lt;br /&gt;Engine ulVersion: 0x620,12     &lt;br /&gt;Created ulVersion: 0x620,12     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; DB Signature: Create time:08/09/2009 14:10:12 Rand:7948610 Computer:     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; cbDbPage: 8192     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dbtime: 22745 (0x58d9)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; State: Dirty Shutdown     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Required: 50-50 (0x32-0x32)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Log Committed: 0-51 (0x0-0x33)     &lt;br /&gt;&amp;#160;&amp;#160; Streaming File: No     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Shadowed: Yes     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Last Objid: 134     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Scrub Dbtime: 0 (0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Scrub Date: 00/00/1900 00:00:00     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Repair Count: 0     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Repair Date: 00/00/1900 00:00:00     &lt;br /&gt;Old Repair Count: 0     &lt;br /&gt;&amp;#160; Last Consistent: (0x30,A,1C1)&amp;#160; 08/09/2009 14:59:22     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Last Attach: (0x32,9,86)&amp;#160; 08/09/2009 14:59:24     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Last Detach: (0x0,0,0)&amp;#160; 00/00/1900 00:00:00     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Dbid: 1     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Log Signature: Create time:08/09/2009 14:10:08 Rand:7930576 Computer:     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; OS Version: (5.2.3790 SP 2) &lt;/p&gt;  &lt;p&gt;Previous Full Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 20-21 (0x14-0x15)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x15,D,195)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 08/09/2009 14:45:43 &lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Previous Incremental Backup:        &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 5-34 (0x5-0x22)         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x23,8,16)         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 08/09/2009 14:59:00&lt;/strong&gt;&lt;/font&gt; &lt;/p&gt;  &lt;p&gt;Previous Copy Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;Previous Differential Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;Current Full Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 50-51 (0x32-0x33)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x33,F,29)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 08/09/2009 15:00:05 &lt;/p&gt;  &lt;p&gt;Current Shadow copy backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; cpgUpgrade55Format: 0    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; cpgUpgradeFreePages: 0     &lt;br /&gt;cpgUpgradeSpaceMapPages: 0 &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ECC Fix Success Count: none    &lt;br /&gt;&amp;#160;&amp;#160; Old ECC Fix Success Count: none     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ECC Fix Error Count: none     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Old ECC Fix Error Count: none     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Bad Checksum Error Count: none     &lt;br /&gt;Old bad Checksum Error Count: none &lt;/p&gt;  &lt;p&gt;Operation completed successfully in 0.78 seconds. &lt;/p&gt;  &lt;p align="justify"&gt;In this header dump you will note that Previous Incremental Backup is populated.&amp;#160; The low log generation is 5 (0x5) and the high log generation is 34 (0x22).&lt;/p&gt;  &lt;p align="justify"&gt;After the header dump was generated I resumed storage group copy (normally after a successful update-storagegroupcopy this is done for you automatically).&amp;#160; When replication is resumed the header of the database is consulted.&amp;#160; Here is a sample output from non-customer viewable tracing.&lt;/p&gt;  &lt;p&gt;8933 61007400610044 2472 Cluster.Replay ReplicaInstance SetReplayState(): LowestGenerationPresent: 0    &lt;br /&gt;HighestGenerationPresent: 0     &lt;br /&gt;LowestGenerationRequired: 50     &lt;br /&gt;HighestGenerationRequired: 50     &lt;br /&gt;LastGenerationBackedUp: 34     &lt;br /&gt;CheckpointGeneration: 0     &lt;br /&gt;LogfileSignature: MJET_SIGNATURE(Random = 7930576,CreationTime = 8/9/2009 2:10:08 PM)     &lt;br /&gt;LatestFullBackupTime: 8/9/2009 2:45:43 PM     &lt;br /&gt;LatestIncrementalBackupTime: 8/9/2009 2:59:00 PM     &lt;br /&gt;LatestDifferentialBackupTime:     &lt;br /&gt;LatestCopyBackupTime:     &lt;br /&gt;SnapshotBackup: False     &lt;br /&gt;SnapshotLatestFullBackup: False     &lt;br /&gt;SnapshotLatestIncrementalBackup: False     &lt;br /&gt;SnapshotLatestDifferentialBackup:     &lt;br /&gt;SnapshotLatestCopyBackup:     &lt;br /&gt;ConsistentDatabase: False     &lt;br /&gt;8934 020C9AB5 2472 Cluster.Replay State CopyGenerationNumber is changing to 0 on replica 3d0099f3-ff35-46ea-8a2f-39eb50923209&lt;/p&gt;  &lt;p align="justify"&gt;In this output you will note that LastGenerationBackedUp is 34 (0x14).&amp;#160; This corresponds to the high log generation as stamped in previous incremental backup.&amp;#160; You’ll also note that the LowestGenerationRequired and HighestGenerationRequired is 50 which corresponds to the low log value stamped in current full backup.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;In this case log file copy will start at generation 34 (0x22).&amp;#160; Events in the application log correspond with this:&lt;/p&gt;  &lt;p&gt;Event Type:&amp;#160;&amp;#160;&amp;#160; Information    &lt;br /&gt;Event Source:&amp;#160;&amp;#160;&amp;#160; MSExchangeRepl     &lt;br /&gt;Event Category:&amp;#160;&amp;#160;&amp;#160; Service     &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160; 2114     &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 8/9/2009     &lt;br /&gt;Time:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 2:51:20 PM     &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A     &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160; 2003-NODE2     &lt;br /&gt;Description:     &lt;br /&gt;The replication instance for storage group 2003-MBX3\2003-MBX3-SG1 has started copying transaction log files. The first log file successfully copied was generation 34. &lt;/p&gt;  &lt;p align="justify"&gt;The difference between this example and previous examples is that a full and incremental backup was performed.&amp;#160; The decision to start copy at log 34 (0x22), which is based on previous incremental backup, makes sense if you think about the replication service.&amp;#160; Remember that a database can be backed up either from the active or passive nodes.&amp;#160; If I did not base my log file copy on previous incremental backup that means that I would not have all the logs on my passive copy since the last incremental backup.&amp;#160; This would essentially prevent me from, at a later point in time, performing an incremental backup of the passive copy.&amp;#160; (Remember and incremental backup requires all log files from the previous incremental backup be present).&lt;/p&gt;  &lt;p align="justify"&gt;When a database has had a incremental backup on it replication will remain healthy as long as all logs are contiguous on the source from the high log generation as stamped in previous incremental backup to the current log.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;strong&gt;&lt;em&gt;*So what does an example look like where the necessary logs are not present.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p align="justify"&gt;In this example I have a database that has had a full and incremental backup performed on it.&amp;#160; I have suspended the storage group copy between nodes and forced log generation to occur.&amp;#160; I then went into the source log directory, and removed two logs from the end of the log stream.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;This is not an uncommon example.&amp;#160; While storage group copy is failed or suspended logs will continue to generate on the source server.&amp;#160; All full and incremental backups of the source will continue to be successful, but logs will not purge.&amp;#160; Depending on the size of your log file drive, and the amount of time that copy is suspended or failed, your log drive may begin to fill up.&amp;#160; This may lead to administrators manually purging the log file series.&lt;/p&gt;  &lt;p align="justify"&gt;Here is an eseutil /ml output of the source log directory showing the gap.&lt;/p&gt;  &lt;p&gt;Extensible Storage Engine Utilities for Microsoft(R) Exchange Server &lt;/p&gt;  &lt;p&gt;Version 08.01 &lt;/p&gt;  &lt;p&gt;Copyright (C) Microsoft Corporation. All Rights Reserved. &lt;/p&gt;  &lt;p&gt;Initiating FILE DUMP mode... &lt;/p&gt;  &lt;p&gt;Verifying log files...    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Base name: e00 &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000005.log - OK    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000006.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000007.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000008.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000009.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000000A.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000000B.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000000C.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000000D.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000000E.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000000F.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000010.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000011.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000012.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000013.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000014.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000015.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000016.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000017.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000018.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000019.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000001A.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000001B.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000001C.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000001D.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000001E.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000001F.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000020.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000021.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000022.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000023.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000024.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000025.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000026.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000027.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000028.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000029.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000002A.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000002B.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000002C.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000002D.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000002E.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000002F.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000030.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000031.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000032.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000033.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000034.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000035.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000036.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000037.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000038.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000039.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000003A.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000003B.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000003C.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000003D.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000003E.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000003F.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000040.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000041.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000042.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000043.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000044.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000045.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000046.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000047.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000048.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000049.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000004A.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000004B.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000004C.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000004D.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000004E.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000004F.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000050.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000051.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000052.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000053.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000054.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000055.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000056.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000057.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E0000000058.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;strong&gt;&lt;font color="#ff0000"&gt;&amp;#160; Missing log files: e00{00000059 - 0000005A}.log&lt;/font&gt;&lt;/strong&gt;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000005B.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000005C.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E000000005D.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: D:\2003-MBX3\2003-MBX3-SG1-Logs\E00.log - OK &lt;/p&gt;  &lt;p&gt;Operation terminated with error -528 (JET_errMissingLogFile, Current log file missing) after 5.203 seconds. &lt;/p&gt;  &lt;p align="justify"&gt;On the passive node I have now issues my update-storagegroupcopy.&amp;#160; Prior to resuming storage group copy I dumped the header of the database and here is the output.&lt;/p&gt;  &lt;p&gt;Extensible Storage Engine Utilities for Microsoft(R) Exchange Server &lt;/p&gt;  &lt;p&gt;Version 08.01 &lt;/p&gt;  &lt;p&gt;Copyright (C) Microsoft Corporation. All Rights Reserved. &lt;/p&gt;  &lt;p&gt;Initiating FILE DUMP mode...    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Database: 2003-MBX3-SG1-DB1.edb &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; File Type: Database    &lt;br /&gt;&amp;#160;&amp;#160; Format ulMagic: 0x89abcdef     &lt;br /&gt;&amp;#160;&amp;#160; Engine ulMagic: 0x89abcdef     &lt;br /&gt;Format ulVersion: 0x620,12     &lt;br /&gt;Engine ulVersion: 0x620,12     &lt;br /&gt;Created ulVersion: 0x620,12     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; DB Signature: Create time:08/09/2009 14:10:12 Rand:7948610 Computer:     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; cbDbPage: 8192     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dbtime: 23064 (0x5a18)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; State: Dirty Shutdown     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Required: 94-94 (0x5e-0x5e)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Log Committed: 0-95 (0x0-0x5f)     &lt;br /&gt;&amp;#160;&amp;#160; Streaming File: No     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Shadowed: Yes     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Last Objid: 134     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Scrub Dbtime: 0 (0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Scrub Date: 00/00/1900 00:00:00     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Repair Count: 0     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Repair Date: 00/00/1900 00:00:00     &lt;br /&gt;Old Repair Count: 0     &lt;br /&gt;&amp;#160; Last Consistent: (0x5C,13,AC)&amp;#160; 08/09/2009 15:20:34     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Last Attach: (0x5E,9,86)&amp;#160; 08/09/2009 15:21:58     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Last Detach: (0x0,0,0)&amp;#160; 00/00/1900 00:00:00     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Dbid: 1     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Log Signature: Create time:08/09/2009 14:10:08 Rand:7930576 Computer:     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; OS Version: (5.2.3790 SP 2) &lt;/p&gt;  &lt;p&gt;Previous Full Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 70-71 (0x46-0x47)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x47,E,4F)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 08/09/2009 15:06:34 &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;Previous Incremental Backup:        &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 5-75 (0x5-0x4b)         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x4C,8,16)         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 08/09/2009 15:17:03&lt;/font&gt;&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;Previous Copy Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;Previous Differential Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;Current Full Backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 94-95 (0x5e-0x5f)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x5F,C,198)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 08/09/2009 15:22:10 &lt;/p&gt;  &lt;p&gt;Current Shadow copy backup:    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log Gen: 0-0 (0x0-0x0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: (0x0,0,0)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Mark: 00/00/1900 00:00:00 &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; cpgUpgrade55Format: 0    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; cpgUpgradeFreePages: 0     &lt;br /&gt;cpgUpgradeSpaceMapPages: 0 &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ECC Fix Success Count: none    &lt;br /&gt;&amp;#160;&amp;#160; Old ECC Fix Success Count: none     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ECC Fix Error Count: none     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Old ECC Fix Error Count: none     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; Bad Checksum Error Count: none     &lt;br /&gt;Old bad Checksum Error Count: none &lt;/p&gt;  &lt;p&gt;Operation completed successfully in 0.62 seconds. &lt;/p&gt;  &lt;p align="justify"&gt;Based on the header of the database I can see that incremental backup is populated.&amp;#160; Knowing our rules of replication – a database with an incremental backup will require all logs from the highest log generation, in this case 75 (0x4b) to current point in time be present on the source, contiguous, and able to be copied to the target.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;From our ML output you can see that I removed log 0x59 and 0x5a (decimal 89 and 90).&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;I resumed storage group copy using resume-storagegroupcopy.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;The following event was logged indicating that copy started at log 75 (0x4b).&lt;/p&gt;  &lt;p&gt;Event Type:&amp;#160;&amp;#160;&amp;#160; Information    &lt;br /&gt;Event Source:&amp;#160;&amp;#160;&amp;#160; MSExchangeRepl     &lt;br /&gt;Event Category:&amp;#160;&amp;#160;&amp;#160; Service     &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160; 2114     &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 8/9/2009     &lt;br /&gt;Time:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 3:26:06 PM     &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A     &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160; 2003-NODE2     &lt;br /&gt;Description:     &lt;br /&gt;The replication instance for storage group 2003-MBX3\2003-MBX3-SG1 has started copying transaction log files. The first log file successfully copied was generation 75. &lt;/p&gt;  &lt;p&gt;For more information, see Help and Support Center at &lt;a href="http://go.microsoft.com/fwlink/events.asp"&gt;http://go.microsoft.com/fwlink/events.asp&lt;/a&gt;.&lt;/p&gt;  &lt;p align="justify"&gt;As logs copied between the nodes, I noticed that using get-storagegroupcopystatus the storage group in question was in a failed state.&lt;/p&gt;  &lt;p&gt;Name&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SummaryCopySt CopyQueueLeng ReplayQueueL LastInspecte    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; atus&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; th&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ength&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dLogTime&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt;----&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ------------- ------------- ------------ ------------     &lt;br /&gt;2003-MBX3-SG1&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Failed&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt;2003-MBX3-SG2&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Suspended&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 8/9/2009 ...&lt;/p&gt;  &lt;p align="justify"&gt;By reviewing the application log I noticed that our failure was due to the inability to copy the 0x59 (89) log file from the source.&amp;#160; This makes sense since I knowingly deleted it…and is expected since I know that all logs from the high log generation stamped in previous incremental backup to current time must be present on the source, contiguous, and able to get copied to the target.&lt;/p&gt;  &lt;p&gt;Here is the sample error text:&lt;/p&gt;  &lt;p&gt;Event Type:&amp;#160;&amp;#160;&amp;#160; Error    &lt;br /&gt;Event Source:&amp;#160;&amp;#160;&amp;#160; MSExchangeRepl     &lt;br /&gt;Event Category:&amp;#160;&amp;#160;&amp;#160; Service     &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160; 2059     &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 8/9/2009     &lt;br /&gt;Time:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 3:27:07 PM     &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A     &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160; 2003-NODE2     &lt;br /&gt;Description:     &lt;br /&gt;The log file \\2003-mbx3-replc\3d0099f3-ff35-46ea-8a2f-39eb50923209$\E0000000059.log for 2003-MBX3\2003-MBX3-SG1 is missing on the production copy. Continuous replication for this storage group is blocked. If you removed the log file, please replace it. If the log is lost, the passive copy will need to be reseeded using the Update-StorageGroupCopy cmdlet in the Exchange Management Shell. &lt;/p&gt;  &lt;p&gt;For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.&lt;/p&gt;  &lt;p align="justify"&gt;What is confusing about this event is that the administrator is advised to run update-storagegroupcopy…and that’s what we just ran that generated the error.&amp;#160; Based solely on the event, and without knowledge of what logs are required by the replication service depending on the state of the database, one could end up in an endless loop of update-storagegroupcopy and log file copy failures.&lt;/p&gt;  &lt;p align="justify"&gt;Now…how can this condition be corrected.&amp;#160; The condition can be corrected by running a new full backup on the database prior to running the update-storagegroup copy.&amp;#160; The full backup will reset the previous incremental information, and stamp values in the previous full backup section based on the logs that are not missing.&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;strong&gt;&lt;em&gt;*So what are the log file copy rules:&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p align="justify"&gt;If a database is offline (clean shutdown) then all logs from last consistent value to current point must be present on the source, be contiguous, and able to be copied to the target.&lt;/p&gt;  &lt;p align="justify"&gt;If a database is online but has never had a full or incremental backup then all the logs form the anchor log at the time the update-storagegroupcopy was initiated to the current log must exist on the source, must be contiguous, and must be able to be copied to the target.&lt;/p&gt;  &lt;p align="justify"&gt;If a database is online, and has had a full backup performed on it, then all logs from the high log generation, as stamped in previous full backup, must be present on the source, must be contiguous, and must be able to be copied to the target.&lt;/p&gt;  &lt;p align="justify"&gt;If a database is online and has had a full and incremental backup performed on it then all logs from the high log generation as stamped in previous incremental backup must be present on the source, must be contiguous, and must be able to be copied to the target.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3282322" width="1" height="1"&gt;</content><author><name>TIMMCMIC</name><uri>http://blogs.technet.com/members/TIMMCMIC.aspx</uri></author></entry><entry><title>Exchange 2007 SP1 / Windows 2008 – How to recover a deleted VCO…</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/timmcmic/archive/2009/08/17/exchange-2007-sp1-windows-2008-how-to-recover-a-deleted-vco.aspx" /><id>http://blogs.technet.com/timmcmic/archive/2009/08/17/exchange-2007-sp1-windows-2008-how-to-recover-a-deleted-vco.aspx</id><published>2009-08-17T22:04:51Z</published><updated>2009-08-17T22:04:51Z</updated><content type="html">&lt;p align="justify"&gt;In Windows 2008 clusters, by default, all network name resources are enabled for Kerberos.&amp;#160; This causes the cluster service to create a machine account for the network name resource.&amp;#160; This is known a VCO or Virtual Computer Object.&lt;/p&gt;  &lt;p align="justify"&gt;When the machine account associated with a network name is deleted the network name in cluster will fail to come online.&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Exchange2007SP1Windows2008Howtorecoverad_E121/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Exchange2007SP1Windows2008Howtorecoverad_E121/image_thumb.png" width="244" height="49" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;There are events in the system log associated with this action which help to explain why.&lt;/p&gt;  &lt;p&gt;Log Name:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; System    &lt;br /&gt;Source:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Microsoft-Windows-FailoverClustering     &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 8/16/2009 3:31:40 PM     &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 1207     &lt;br /&gt;Task Category: Network Name Resource     &lt;br /&gt;Level:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Error     &lt;br /&gt;Keywords:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; SYSTEM     &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Node-2.domain.com&lt;/p&gt;  &lt;p&gt;Description:    &lt;br /&gt;Cluster network name resource 'Network Name (MBX-1)' cannot be brought online. The computer object associated with the resource could not be updated in domain 'domain.com’ for the following reason:     &lt;br /&gt;Unable to find computer account on DC where it was created. &lt;/p&gt;  &lt;p&gt;The text for the associated error code is: There is no such object on the server. &lt;/p&gt;  &lt;p&gt;The cluster identity 'CLUSTER-1$' may lack permissions required to update the object. Please work with your domain administrator to ensure that the cluster identity can update computer objects in the domain.&lt;/p&gt;  &lt;p&gt;Cluster is aware of the DC where the object was created, and stamps this property as a private property of the network name resource.&lt;/p&gt;  &lt;p&gt;cluster.exe &amp;lt;clusterFQDN&amp;gt; res “Network Name (MBX-1)” /priv&lt;/p&gt;  &lt;p&gt;Listing private properties for 'Network Name (MBX-1)': &lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;T&amp;#160; Resource&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Name&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Value &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;-- -------------------- ------------------------------ ----------------------- &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;BR Network Name (MBX-1) ResourceData&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 01 00 00 00 ... (260 bytes) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;DR Network Name (MBX-1) StatusNetBIOS&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0 (0x0) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;DR Network Name (MBX-1) StatusDNS&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0 (0x0) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;DR Network Name (MBX-1) StatusKerberos&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 8240 (0x2030) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1"&gt;&lt;font face="Courier New"&gt;&lt;strong&gt;&lt;font color="#ff0000" size="2"&gt;SR Network Name (MBX-1) CreatingDC&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;a href="file://\\DC-1.domain.com"&gt;\\DC-1.domain.com&lt;/a&gt;&lt;/font&gt;&lt;/strong&gt; &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;FTR Network Name (MBX-1) LastDNSUpdateTime&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 8/14/2009 3:07:59 AM &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;SR Network Name (MBX-1) ObjectGUID&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 01e46402b3cc8a4fa124bd76a3801f69 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Network Name (MBX-1) Name&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MBX-1 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Network Name (MBX-1) DnsName&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MBX-1 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;D&amp;#160; Network Name (MBX-1) RemapPipeNames&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0 (0x0) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;D&amp;#160; Network Name (MBX-1) RequireDNS&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0 (0x0) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;D&amp;#160; Network Name (MBX-1) RequireKerberos&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 1 (0x1) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;D&amp;#160; Network Name (MBX-1) HostRecordTTL&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 1200 (0x4b0) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;D&amp;#160; Network Name (MBX-1) RegisterAllProvidersIP&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0 (0x0) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;D&amp;#160; Network Name (MBX-1) PublishPTRRecords&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0 (0x0) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;D&amp;#160; Network Name (MBX-1) TimerCallbackAdditionalThreshold 5 (0x5) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;D&amp;#160; Network Name (MBX-1) MSExchange_NetName&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 1 (0x1) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Network Name (MBX-1) RequireKerbero&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Network Name (MBX-1) requirekerbeoros&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 1 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1"&gt;&lt;font face="Courier New"&gt;&lt;font color="#ff0000" size="2"&gt;&lt;strong&gt;S&amp;#160; Network Name (MBX-1) requirekeberos&amp;#160;&amp;#160; 1&lt;/strong&gt;&lt;/font&gt; &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p align="left"&gt;You’ll also note that the requireKerberos setting is set to 1 = enabled.&lt;/p&gt;  &lt;p align="left"&gt;There are other ways to recover the VCO, but from an Exchange standpoint I find these to be the easiest…&lt;/p&gt;  &lt;p align="left"&gt;1)&amp;#160; Create a new machine account in the desired container with the same name as the VCO / CNO.&lt;/p&gt;  &lt;p align="left"&gt;2)&amp;#160; Using this blog post establish the permissions for the CNO on the new VCO.&amp;#160; (&lt;a title="http://blogs.technet.com/timmcmic/archive/2009/02/24/permissions-required-for-the-cno-cluster-name-object-in-windows-2008-for-exchange-2007-sp1-setup-operations.aspx" href="http://blogs.technet.com/timmcmic/archive/2009/02/24/permissions-required-for-the-cno-cluster-name-object-in-windows-2008-for-exchange-2007-sp1-setup-operations.aspx"&gt;http://blogs.technet.com/timmcmic/archive/2009/02/24/permissions-required-for-the-cno-cluster-name-object-in-windows-2008-for-exchange-2007-sp1-setup-operations.aspx&lt;/a&gt;)&lt;/p&gt;  &lt;p align="left"&gt;3)&amp;#160; Ensure the new machine account is disabled and allow time for ad replication.&lt;/p&gt;  &lt;p align="left"&gt;4)&amp;#160; Ensure that you have your Exchange 2007 SP1 media on hand.&lt;/p&gt;  &lt;p align="left"&gt;5)&amp;#160; Ensure that all resources in the CMS cluster group have been taken offline.&lt;/p&gt;  &lt;p align="left"&gt;6)&amp;#160; Using the media and a command prompt, run the following command –&amp;gt; setup.com /clearLocalCMS.&lt;/p&gt;  &lt;p align="left"&gt;7)&amp;#160; Recover the CMS to the cluster –&amp;gt; setup.com /recoverCMS /cmsName:&amp;lt;NAME&amp;gt; /cmsIPAddress:&amp;lt;IPAddress&amp;gt; or setup.com /recoverCMS /cmsName:&amp;lt;NAME&amp;gt; /cmsIPv4Addresses:&amp;lt;IPAddress1&amp;gt;,&amp;lt;IPAddress2&amp;gt;&lt;/p&gt;  &lt;p align="left"&gt;When these steps are completed all Exchange resources should now be available and online as well as the new machine account created in an enabled state.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3274292" width="1" height="1"&gt;</content><author><name>TIMMCMIC</name><uri>http://blogs.technet.com/members/TIMMCMIC.aspx</uri></author></entry><entry><title>I accidentally deleted an Exchange 2007 clustered resource…what should I do?</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/timmcmic/archive/2009/08/12/i-accidentally-deleted-an-exchange-2007-clustered-resource-what-should-i-do.aspx" /><id>http://blogs.technet.com/timmcmic/archive/2009/08/12/i-accidentally-deleted-an-exchange-2007-clustered-resource-what-should-i-do.aspx</id><published>2009-08-13T00:20:53Z</published><updated>2009-08-13T00:20:53Z</updated><content type="html">&lt;p align="justify"&gt;When Exchange 2007 is installed on a cluster there are several Exchange 2007 specific resources that are created.&amp;#160; These include:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;A system attendant resource. &lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;An information store resource. &lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;A database instance resource coordinating to each database created on the CMS. &lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/IaccidentallydeletedanExchange2007cluste_946E/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/IaccidentallydeletedanExchange2007cluste_946E/image_thumb.png" width="244" height="119" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;Sometimes these clustered resources are accidentally deleted using cluster administrator or failover cluster manager.&amp;#160; This results in a portion of the solution not functioning.&lt;/p&gt;  &lt;p align="justify"&gt;Some clustered applications allow you to recreate individual clustered resources by using cluster administrator (or failover cluster management).&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/IaccidentallydeletedanExchange2007cluste_946E/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/IaccidentallydeletedanExchange2007cluste_946E/image_thumb_1.png" width="244" height="114" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;Although the resource is created successfully within cluster, it will ultimately fail for Exchange use.&lt;/p&gt;  &lt;p align="justify"&gt;Each Exchange resource that is created by the integrated setup routine is stamped with Exchange specific values.&amp;#160; This is what allows the integration between Exchange and Windows cluster to function.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;Let’s take a look at some of these values.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Exchange System Attendant Instance (CMSName)&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1"&gt;Listing private properties for 'Exchange System Attendant Instance (2008-MBX3)': &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;T&amp;#160; Resource&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Name&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Value &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;-- -------------------- ------------------------------ ----------------------- &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange System&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; NetworkName&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 2008-MBX3&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;&amp;#160;&amp;#160; Attendant Instance (2008-MBX3)&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/p&gt;  &lt;p align="justify"&gt;The network name private property links the system attendant resource to the appropriate network name.&amp;#160; This value is not stamped by simply recreating the resource.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Exchange Information Store Instance (CMSName)&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;Listing private properties for 'Exchange Information Store Instance (2008-MBX3)': &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;T&amp;#160; Resource&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Name&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Value &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;-- -------------------- ------------------------------ ----------------------- &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;D&amp;#160; Exchange Information Store Instance (2008-MBX3) ResourceVersion&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 524289 (0x80001) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;D&amp;#160; Exchange Information Store Instance (2008-MBX3) ResourceBuild&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 671088646 (0x28000006) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) NetworkName&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 2008-MBX3 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) DestPath&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; C:\Program Files\Microsoft\Exchange Server\Mailbox\MDBDATA &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;D&amp;#160; Exchange Information Store Instance (2008-MBX3) ClusteredStorageType&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 1 (0x1) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_Seeding False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_ReplicaInitializing False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_TargetReplicaInstanceState NotRunning &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_ConfigBroken False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_CopyNotificationGenerationNumber 123 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_CopyGenerationNumber 123 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_InspectorGenerationNumber 122 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_ReplayGenerationNumber 121 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_LatestCopyNotificationTime 128853118429157196 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_LatestCopyTime 128853118429157196 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_LatestInspectorTime 128854139574491853 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_LatestReplayTime 128853118426031936 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_CurrentReplayTime 0 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_NoLoss True &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_MountAllowed True &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_LatestFullBackupTime 128666480930000000 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_LatestIncrementalBackupTime 0 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_LatestDifferentialBackupTime 0 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_LatestCopyBackupTime 0 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_SnapshotBackup False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_SnapshotLatestFullBackup False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_SnapshotLatestIncrementalBackup False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_SnapshotLatestDifferentialBackup False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_SnapshotLatestCopyBackup False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_LastFailoverTime 128661508136602054 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) LatestOnlineTime&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 128882659585976345 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_MountAllowed True &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_NoLoss True &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_7096c806-d69d-41b8-ae1d-50ada0b0dce5_SuspendCurrentOwner Idle &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_7096c806-d69d-41b8-ae1d-50ada0b0dce5_ReplicaInitializing True &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_ConfigBroken True &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_ConfigBrokenMessage Status information cannot be displayed correctly because the storage group is running on a later version of Exchange Server than the client that is requesting the status information. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_TargetReplicaInstanceState NotRunning &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_CopyGenerationNumber 66 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_CopyNotificationGenerationNumber 66 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_InspectorGenerationNumber 65 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_ReplayGenerationNumber 64 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_CurrentReplayTime 128882708597977356 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_LatestCopyTime 128882708598133624 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_LatestCopyNotificationTime 128882708598133624 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_LatestInspectorTime 128891788251028675 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_LatestReplayTime 128882708591257832 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_7096c806-d69d-41b8-ae1d-50ada0b0dce5_SuspendSuspendWanted False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_7096c806-d69d-41b8-ae1d-50ada0b0dce5_SuspendMessage &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_58da7215-7d0c-4d18-835a-848bde0ce408_SuspendCurrentOwner Idle &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_58da7215-7d0c-4d18-835a-848bde0ce408_ReplicaInitializing True &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_58da7215-7d0c-4d18-835a-848bde0ce408_ConfigBroken True &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_58da7215-7d0c-4d18-835a-848bde0ce408_ConfigBrokenMessage Status information cannot be displayed correctly because the storage group is running on a later version of Exchange Server than the client that is requesting the status information. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_58da7215-7d0c-4d18-835a-848bde0ce408_TargetReplicaInstanceState NotRunning &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_58da7215-7d0c-4d18-835a-848bde0ce408_MountAllowed True &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_58da7215-7d0c-4d18-835a-848bde0ce408_NoLoss True &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_LastFailoverTime 128661508146915082 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_ConfigBroken False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_ConfigBrokenMessage &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_TargetReplicaInstanceState NotRunning &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_Seeding False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_ReplicaInitializing False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_CopyNotificationGenerationNumber 119 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_CopyGenerationNumber 119 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_InspectorGenerationNumber 118 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_ReplayGenerationNumber 117 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_LatestCopyNotificationTime 128853118430094774 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_LatestCopyTime 128853118430094774 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_LatestInspectorTime 128854139607929353 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_LatestReplayTime 128853118426500725 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_CurrentReplayTime 0 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_NoLoss True &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_MountAllowed True &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_LatestFullBackupTime 128666481160000000 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_LatestIncrementalBackupTime 0 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_LatestDifferentialBackupTime 0 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_LatestCopyBackupTime 0 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_SnapshotBackup False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_SnapshotLatestFullBackup False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_SnapshotLatestIncrementalBackup False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_SnapshotLatestDifferentialBackup False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_58da7215-7d0c-4d18-835a-848bde0ce408_SnapshotLatestCopyBackup False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_58da7215-7d0c-4d18-835a-848bde0ce408_CopyGenerationNumber 64 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_58da7215-7d0c-4d18-835a-848bde0ce408_CopyNotificationGenerationNumber 64 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_58da7215-7d0c-4d18-835a-848bde0ce408_InspectorGenerationNumber 63 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_58da7215-7d0c-4d18-835a-848bde0ce408_ReplayGenerationNumber 62 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_58da7215-7d0c-4d18-835a-848bde0ce408_CurrentReplayTime 128882708597821088 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_58da7215-7d0c-4d18-835a-848bde0ce408_LatestCopyTime 128882708598133624 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_58da7215-7d0c-4d18-835a-848bde0ce408_LatestCopyNotificationTime 128882708598133624 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_58da7215-7d0c-4d18-835a-848bde0ce408_LatestInspectorTime 128891788251028675 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_58da7215-7d0c-4d18-835a-848bde0ce408_LatestReplayTime 128882708593914388 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_58da7215-7d0c-4d18-835a-848bde0ce408_SuspendSuspendWanted False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_58da7215-7d0c-4d18-835a-848bde0ce408_SuspendMessage &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_Seeding False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_58da7215-7d0c-4d18-835a-848bde0ce408_Seeding False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_LastFailoverTime 128661383610946829 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node2_58da7215-7d0c-4d18-835a-848bde0ce408_LastFailoverTime 128661383799855560 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_58da7215-7d0c-4d18-835a-848bde0ce408_DumpsterRedeliveryCreationTime 180000000000 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_58da7215-7d0c-4d18-835a-848bde0ce408_DumpsterRedeliveryEndTime 180000000000 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_58da7215-7d0c-4d18-835a-848bde0ce408_DumpsterRedeliveryRequired False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_58da7215-7d0c-4d18-835a-848bde0ce408_DumpsterRedeliveryStartTime 633572168518476877 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_7096c806-d69d-41b8-ae1d-50ada0b0dce5_DumpsterRedeliveryCreationTime 180000000000 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_7096c806-d69d-41b8-ae1d-50ada0b0dce5_DumpsterRedeliveryEndTime 180000000000 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_7096c806-d69d-41b8-ae1d-50ada0b0dce5_DumpsterRedeliveryRequired False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_7096c806-d69d-41b8-ae1d-50ada0b0dce5_DumpsterRedeliveryStartTime 633572168264869789 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_58da7215-7d0c-4d18-835a-848bde0ce408_DumpsterRedeliveryServers &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_7096c806-d69d-41b8-ae1d-50ada0b0dce5_DumpsterRedeliveryServers &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-Node1_7096c806-d69d-41b8-ae1d-50ada0b0dce5_ConfigBrokenMessage &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_LatestFullBackupTime 128860168890000000 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_SnapshotBackup False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_7096c806-d69d-41b8-ae1d-50ada0b0dce5_SnapshotLatestFullBackup False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_58da7215-7d0c-4d18-835a-848bde0ce408_LatestFullBackupTime 128860169140000000 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_58da7215-7d0c-4d18-835a-848bde0ce408_SnapshotBackup False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_58da7215-7d0c-4d18-835a-848bde0ce408_SnapshotLatestFullBackup False &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-node2_25b8ef30-3bae-474f-b075-8068fb524308_TargetReplicaInstanceState NotRunning &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_7096c806-d69d-41b8-ae1d-50ada0b0dce5|Standby_SuspendCurrentOwner Idle &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_7096c806-d69d-41b8-ae1d-50ada0b0dce5|Standby_ReplicaInitializing True &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE1.exchange.msft_7096c806-d69d-41b8-ae1d-50ada0b0dce5|Standby_ConfigBroken True &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE1.exchange.msft_7096c806-d69d-41b8-ae1d-50ada0b0dce5|Standby_ConfigBrokenMessage Status information cannot be displayed correctly because the storage group is running on a later version of Exchange Server than the client that is requesting the status information. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_58da7215-7d0c-4d18-835a-848bde0ce408|Standby_SuspendCurrentOwner Idle &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_[LOCKS]_58da7215-7d0c-4d18-835a-848bde0ce408|Standby_ReplicaInitializing True &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE1.exchange.msft_58da7215-7d0c-4d18-835a-848bde0ce408|Standby_ConfigBroken True &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE1.exchange.msft_58da7215-7d0c-4d18-835a-848bde0ce408|Standby_ConfigBrokenMessage Status information cannot be displayed correctly because the storage group is running on a later version of Exchange Server than the client that is requesting the status information. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE1.exchange.msft_7096c806-d69d-41b8-ae1d-50ada0b0dce5|Standby_TargetReplicaInstanceState NotRunning &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE1.exchange.msft_58da7215-7d0c-4d18-835a-848bde0ce408|Standby_TargetReplicaInstanceState NotRunning &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE1.exchange.msft_7096c806-d69d-41b8-ae1d-50ada0b0dce5|Standby_LatestCopyNotificationTime 0 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE1.exchange.msft_7096c806-d69d-41b8-ae1d-50ada0b0dce5|Standby_LatestInspectorTime 0 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE1.exchange.msft_58da7215-7d0c-4d18-835a-848bde0ce408|Standby_LatestCopyNotificationTime 0 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE1.exchange.msft_58da7215-7d0c-4d18-835a-848bde0ce408|Standby_LatestInspectorTime 0 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE2.exchange.msft_7096c806-d69d-41b8-ae1d-50ada0b0dce5|Standby_ConfigBroken True &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE2.exchange.msft_7096c806-d69d-41b8-ae1d-50ada0b0dce5|Standby_ConfigBrokenMessage Status information cannot be displayed correctly because the storage group is running on a later version of Exchange Server than the client that is requesting the status information. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE2.exchange.msft_58da7215-7d0c-4d18-835a-848bde0ce408|Standby_ConfigBroken True &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE2.exchange.msft_58da7215-7d0c-4d18-835a-848bde0ce408|Standby_ConfigBrokenMessage Status information cannot be displayed correctly because the storage group is running on a later version of Exchange Server than the client that is requesting the status information. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE2.exchange.msft_7096c806-d69d-41b8-ae1d-50ada0b0dce5|Standby_TargetReplicaInstanceState NotRunning &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE2.exchange.msft_58da7215-7d0c-4d18-835a-848bde0ce408|Standby_TargetReplicaInstanceState NotRunning &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE2.exchange.msft_7096c806-d69d-41b8-ae1d-50ada0b0dce5|Standby_LatestCopyNotificationTime 0 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE2.exchange.msft_7096c806-d69d-41b8-ae1d-50ada0b0dce5|Standby_LatestInspectorTime 0 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE2.exchange.msft_58da7215-7d0c-4d18-835a-848bde0ce408|Standby_LatestCopyNotificationTime 0 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; Exchange Information Store Instance (2008-MBX3) Replay_2008-NODE2.exchange.msft_58da7215-7d0c-4d18-835a-848bde0ce408|Standby_LatestInspectorTime 0 &lt;/font&gt;&lt;/p&gt;  &lt;p align="justify"&gt;In this case the information store resource has several private properties that are not re-created by simply creating the resource.&amp;#160; These include the network name (similar to system attendant), the cluster storage type indicating the type of cluster used (CCR or SCC), and other private properties coordinating to the replication status of databases hosted on the server.&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Exchange Database Instances&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;Listing private properties for '2008-MBX3-SG2/2008-MBX3-SG2-DB1 (2008-MBX3)': &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;T&amp;#160; Resource&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Name&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Value &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;-- -------------------- ------------------------------ ----------------------- &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; 2008-MBX3-SG2/2008-MBX3-SG2-DB1 (2008-MBX3) DatabaseGuid&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 5be19b1d-845b-4a23-8aa2-d98abbd06274 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; 2008-MBX3-SG2/2008-MBX3-SG2-DB1 (2008-MBX3) StorageGroupGuid&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 58da7215-7d0c-4d18-835a-848bde0ce408 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; 2008-MBX3-SG2/2008-MBX3-SG2-DB1 (2008-MBX3) NetworkName&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 2008-MBX3 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; 2008-MBX3-SG2/2008-MBX3-SG2-DB1 (2008-MBX3) LatestOfflineTime&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 128882708598133624 &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Courier New"&gt;S&amp;#160; 2008-MBX3-SG2/2008-MBX3-SG2-DB1 (2008-MBX3) LastMountedOnServer&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 2008-NODE1&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p align="justify"&gt;The database instances also have links that are missing when resources are created through cluster administrator.&amp;#160; For example, database instances are linked to their storage groups and databases by stamping GUIDs onto the cluster resource.&amp;#160; In this case the database guid is stamped into the private property DatabaseGuid and the storage group guid stamped into the private property StorageGroupGuid.&amp;#160; Without these attributes the database instances will not function.&lt;/p&gt;  &lt;p align="justify"&gt;It is possible in some instances to manually go back and re-stamp these private properties.&amp;#160; Particular care has to be taken to ensure that this happens correctly.&amp;#160; If it does not happen correctly unknown results may occur and the resource may not function.&lt;/p&gt;  &lt;p align="justify"&gt;IN GENERAL I DISCOURAGE ATTEMPTING TO MANUALLY RECREATE CLUSTERED RESOURCES!&lt;/p&gt;  &lt;p align="justify"&gt;In the event a deletion occurs, the following steps can be used to recover from the deletion.&lt;/p&gt;  &lt;p align="left"&gt;1)&amp;#160; Navigate to the node that currently owns the Exchange resources.&lt;/p&gt;  &lt;p align="left"&gt;2)&amp;#160; Make note of the CMS name and CMS IP address (properties of the Exchange network name resource and the Exchange IP resource).&lt;/p&gt;  &lt;p align="left"&gt;3)&amp;#160; Using the Exchange Management Shell, issue a stop-clusteredmailboxserver.&amp;#160; Fill in the prompted information as necessary.&amp;#160; This will take the CMS offline.&lt;/p&gt;  &lt;p align="left"&gt;4)&amp;#160; Using your Exchange 2007 SP1 media, issue a setup.com /clearLocalCMS /cmsName:&amp;lt;CMSName&amp;gt;.&lt;/p&gt;  &lt;p align="left"&gt;&lt;a title="http://technet.microsoft.com/en-us/library/cc164362.aspx" href="http://technet.microsoft.com/en-us/library/cc164362.aspx"&gt;http://technet.microsoft.com/en-us/library/cc164362.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p align="left"&gt;By clearing the CMS you have removed the clustered configuration associated with that CMS.&lt;/p&gt;  &lt;p align="left"&gt;5)&amp;#160; Recover the CMS to the cluster by using the Exchange 2007 SP1 media and issuing setup.com /recoverCMS /cmsName:&amp;lt;CMSName&amp;gt; /cmsIPv4Addresses:&amp;lt;IPAddress&amp;gt;,&amp;lt;IPAddress&amp;gt; or setup.com /recoverCMS /cmsName:&amp;lt;CMSName&amp;gt; /cmsIPv4Address:&amp;lt;IPAddress&amp;gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;a title="http://technet.microsoft.com/en-us/library/bb124095.aspx" href="http://technet.microsoft.com/en-us/library/bb124095.aspx"&gt;http://technet.microsoft.com/en-us/library/bb124095.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p align="justify"&gt;By recovering the CMS all clustered resources are refreshed and recreated.&amp;#160; This ensures that all attributes are stamped onto the cluster resources and the cluster should function as expected.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3272889" width="1" height="1"&gt;</content><author><name>TIMMCMIC</name><uri>http://blogs.technet.com/members/TIMMCMIC.aspx</uri></author></entry><entry><title>Exchange 2007 SP1 - /recoverCMS and version errors.</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/timmcmic/archive/2009/08/12/exchange-2007-sp1-recovercms-and-version-errors.aspx" /><id>http://blogs.technet.com/timmcmic/archive/2009/08/12/exchange-2007-sp1-recovercms-and-version-errors.aspx</id><published>2009-08-12T20:43:46Z</published><updated>2009-08-12T20:43:46Z</updated><content type="html">&lt;p align="justify"&gt;When running Exchange 2007 SP1 and the command&lt;/p&gt;  &lt;p align="justify"&gt;setup.com /recoverCMS /cmsName:&amp;lt;NAME&amp;gt; /cmsIPAddress:&amp;lt;IP&amp;gt; &lt;/p&gt;  &lt;p align="justify"&gt;you may receive the following warning:&lt;/p&gt;  &lt;p align="justify"&gt;The installed version of Exchange Server 2007 may be different from the version you are trying to install. The current installed version is '8.1.359.2’, the last installed version was '8.1.240.6'.&lt;/p&gt;  &lt;p align="justify"&gt;In this case the version 8.1.240.6 represents Exchange 2007 SP1.&amp;#160; The version 8.1.359.2 represents Exchange 2007 SP1 RU7.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;One of the pre-req checks for recoverCMS is to warn when the version of Exchange installed on the node where recovery is run does not match the version recorded on the Exchange active directory object.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;The issue here is that when a rollup update is installed the version attribute in active directory is not updated (and this is by design).&amp;#160; For example, here is an LDP dump of an Exchange CMS object and it’s associated version.&amp;#160; Reviewing the serial number attribute you will see Version 8.1 (Build 30240.6).&amp;#160; This translates to Version 8.1.240.6 (combine the version and drop the 30).&lt;/p&gt;  &lt;p&gt;Expanding base 'CN=2003-MBX1,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Microsoft,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=exchange,DC=msft'...    &lt;br /&gt;Result &amp;lt;0&amp;gt;: (null)     &lt;br /&gt;Matched DNs:     &lt;br /&gt;Getting 1 entries:     &lt;br /&gt;&amp;gt;&amp;gt; Dn: CN=2003-MBX1,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Microsoft,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=exchange,DC=msft     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 3&amp;gt; objectClass: top; server; msExchExchangeServer;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; cn: 2003-MBX1;     &lt;br /&gt;&amp;#160;&amp;#160; &lt;strong&gt;&lt;font color="#ff0000" size="5"&gt;1&amp;gt; serialNumber: Version 8.1 (Build 30240.6);&lt;/font&gt;&lt;/strong&gt;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; distinguishedName: CN=2003-MBX1,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Microsoft,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=exchange,DC=msft;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; instanceType: 0x4 = ( IT_WRITE );     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; whenCreated: 10/01/2008 07:07:30 Eastern Standard Time Eastern Standard Time;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; whenChanged: 10/01/2008 07:19:24 Eastern Standard Time Eastern Standard Time;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; uSNCreated: 37192;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; uSNChanged: 37276;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; showInAdvancedViewOnly: TRUE;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; adminDisplayName: 2003-MBX1;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 6&amp;gt; networkAddress: ncacn_vns_spp:2003-MBX1; netbios:2003-MBX1; ncacn_np:2003-MBX1; ncacn_spx:2003-MBX1; ncacn_ip_tcp:2003-MBX1.exchange.msft; ncalrpc:2003-MBX1;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; name: 2003-MBX1;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; objectGUID: d7452d19-806a-43ea-b163-24d265f096d7;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; versionNumber: 1912701168;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; serverRole: 0;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; systemFlags: 0x52000000 = ( FLAG_CONFIG_ALLOW_RENAME | FLAG_CONFIG_ALLOW_LIMITED_MOVE | FLAG_DISALLOW_MOVE_ON_DELETE );     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; legacyExchangeDN: /o=Microsoft/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=2003-MBX1;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; objectCategory: CN=ms-Exch-Exchange-Server,CN=Schema,CN=Configuration,DC=exchange,DC=msft;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportTransientFailureRetryInterval: 300;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportMessageRetryInterval: 60;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportInternalMaxDSNMessageAttachmentSize: 10485760;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchMailboxManagerActivationSchedule: ;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportMessageTrackingPath: C:\Program Files\Microsoft\Exchange Server\TransportRoles\Logs\MessageTracking;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportMaxConcurrentMailboxSubmissions: 20;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchMailboxManagerActivationStyle: 0;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; type: &amp;lt;ldp: Binary blob&amp;gt;;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchMessageTrackLogFilter: -262145;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchMinAdminVersion: -2147453113;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchInstallPath: C:\Program Files\Microsoft\Exchange Server;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchMailboxManagerAdminMode: 2;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportMaxConnectivityLogAge: 2592000;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportOutboundConnectionFailureRetryInterval: 600;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportMaxPickupDirectoryMessagesPerMinute: 100;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; messageTrackingEnabled: FALSE;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchServerSite: CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=exchange,DC=msft;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportMaxConcurrentMailboxDeliveries: 7;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchServerRole: 0;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchEdgeSyncAdamSSLPort: 50636;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportMaxMessageTrackingDirectorySize: 262144000;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTrkLogCleaningInterval: 7;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportDelayNotificationTimeout: 14400;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportRoutingLogMaxAge: 604800;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportMaxMessageTrackingFileSize: 10485760;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportExternalDefaultLanguage: en-US;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchResponsibleMTAServer: CN=Microsoft MTA,CN=2003-MBX1,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Microsoft,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=exchange,DC=msft;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchCurrentServerRoles: 2;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportMaxMessageTrackingLogAge: 2592000;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportPoisonMessageThreshold: 2;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchDataLossForAutoDatabaseMount: 0;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportMaxPickupDirectoryHeaderSize: 65536;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportMaxPickupDirectoryRecipients: 100;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchDataPath: C:\Program Files\Microsoft\Exchange Server\Mailbox;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchSmtpReceiveMaxConnectionRatePerMinute: 1200;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportMaxQueueIdleTime: 180;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportMaxReceiveProtocolLogAge: 2592000;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportExternalMaxDSNMessageAttachmentSize: 10485760;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; heuristics: 268435456;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportFlags: 17401;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchMonitoringResources: 2:1:Default Microsoft Exchange Services:MSExchangeSA:MSExchangeMTA:RESvc:SMTPSVC:MSExchangeIS:W3SVC:;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportInternalDefaultLanguage: en-US;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchELCAuditLogFileAgeLimit: 0;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchHomeRoutingGroup: CN=Exchange Routing Group (DWBGZMFD01QNBJR),CN=Routing Groups,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Microsoft,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=exchange,DC=msft;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportMaxSendProtocolLogAge: 2592000;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchELCAuditLogFileSizeLimit: 10485760;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchELCAuditLogPath: C:\Program Files\Microsoft\Exchange Server\Logging\Managed Folder Assistant;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportTransientFailureRetryCount: 6;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchTransportMessageExpirationTimeout: 172800;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1&amp;gt; msExchVersion: 4535486012416;     &lt;br /&gt;-----------&lt;/p&gt;  &lt;p align="justify"&gt;Now we know how to determine the Exchange version based on what is stamped in active directory, how do we determine the version of Exchange installed on the machine.&amp;#160; The version of Exchange installed on the machine is determined by the version of ExSETUP.exe installed on the machine.&amp;#160; ExSETUP.exe can be found in X:\Program Files\Microsoft\Exchange Server\BIN (assuming X is the drive where Exchange was installed and that the default path was used).&amp;#160; Here is an example version of ExSETUP.exe.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Exchange2007SP1recoverCMSandversionerro_CA98/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Exchange2007SP1recoverCMSandversionerro_CA98/image_thumb.png" width="198" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;ExSETUP is updated with each rollup that is installed onto the machine.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;Version 8.1.240.6 != 8.1.359.2 or another way of saying it Version 8.1.240.6 ≠ 8.1.359.2 and the error / warning is thrown.&lt;/p&gt;  &lt;p align="justify"&gt;With later version of the XML pre-reqs file this text is a warning.&amp;#160; With prior version of the XML pre-reqs file this is a hard stop error preventing /recoverCMS from completing successfully.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;If you have hit the error condition, and cannot proceed, the following instructions should allow you to continue:&lt;/p&gt;  &lt;p align="justify"&gt;1)&amp;#160; Find and locate ExSETUP.exe in X:\Program Files\Microsoft\Exchange Server\Bin.&lt;/p&gt;  &lt;p align="justify"&gt;2)&amp;#160; Rename the local version of ExSETUP.exe to ExSETUP.exe.original.&lt;/p&gt;  &lt;p align="justify"&gt;3)&amp;#160; From your Exchange installation media, locate the version of ExSETUP.exe.&amp;#160; (Media\Setup\ServerRoles\Common).&lt;/p&gt;  &lt;p align="justify"&gt;4)&amp;#160; Copy this ExSETUP.exe to the bin directory.&lt;/p&gt;  &lt;p align="justify"&gt;5)&amp;#160; Run your setup command and allow it to complete successfully.&lt;/p&gt;  &lt;p align="justify"&gt;6)&amp;#160; When completed, either reinstall the last rollup update applied or delete the copied ExSETUP.exe and rename the original back to ExSETUP.exe.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3272832" width="1" height="1"&gt;</content><author><name>TIMMCMIC</name><uri>http://blogs.technet.com/members/TIMMCMIC.aspx</uri></author></entry><entry><title>An additional consideration for Exchange log file drive sizing…</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/timmcmic/archive/2009/08/12/an-additional-consideration-for-exchange-log-file-drive-sizing.aspx" /><id>http://blogs.technet.com/timmcmic/archive/2009/08/12/an-additional-consideration-for-exchange-log-file-drive-sizing.aspx</id><published>2009-08-12T20:06:06Z</published><updated>2009-08-12T20:06:06Z</updated><content type="html">&lt;p align="justify"&gt;When planning an Exchange 2007 installation storage considerations are a very important factor.&amp;#160; I wanted to call attention to a sizing consideration that may not be accounted for in other places.&amp;#160; This sizing consideration should be accounted for when planning an environment that may use Cluster Continuous Replication, Local Continuous Replication, or Standby Continuous Replication.&lt;/p&gt;  &lt;p align="justify"&gt;When planning your log file drive sizing it is important to consider when log files are actually purged.&amp;#160; It is important to remember that log file purging cannot occur unless:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;CCR – The log has been copied, inspected, and replayed. &lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;LCR – The log has been copied, inspected, and replayed. &lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;SCR – The log has been copied, inspected, and put out for replay at a later time. &lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;When the above criteria cannot be met log files will continue to fill the log file volume even if a backup is performed successfully.&amp;#160; If the criteria above are not met, and a backup is performed successfully, logs will not be truncated.&lt;/p&gt;  &lt;p align="justify"&gt;Depending on the number of days that the replication partner is not available, this may result in a large number of log files remaining on the log file drive and in some instances a log file drive full condition results.&amp;#160; When the log file drive is full and logs can no longer be created, the database instance(s) will dismount and be unavailable.&lt;/p&gt;  &lt;p align="justify"&gt;This would require the administrator to either return the log copy target to availability so that logs can be copied and purged or to purge log files manually.&amp;#160; In the event log files are purged manually a full database re-seed of the passive target would be necessary.&lt;/p&gt;  &lt;p align="justify"&gt;In planning you should consider factors that might cause nodes to be unavailable for an extended period of time – for example WAN issues.&amp;#160; If necessary increase the size of your log file volume to accommodate for periods where replication cannot occur.&amp;#160; For example, if your log generation per day is estimated at 2000 logs, and you estimate that any outage of a node or network etc could last up to 5 days, you need to make plans to accommodate up to 5 days of non-replicated log files.&lt;/p&gt;  &lt;p align="justify"&gt;The storage calculator can assist you in your planning.&amp;#160; There are two areas of the storage calculator that help you take into account planned outages of both replication and backups in order to provide a more accurate log file drive sizing.&amp;#160; The two areas of the storage calculator that can help you better estimate log file volume size for backup and network issues are:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;In Step 3 – Backup Configuration – Backup Failure Tolerance&lt;/div&gt;      &lt;ul&gt;       &lt;li&gt;         &lt;div align="justify"&gt;The backup failure tolerance allows you to choose how many days you can go without a backup that performs truncation.&amp;#160; Full Backups and Incremental backups purge the transaction log files since the last full / incremental backup.&amp;#160; However if a backup job fails you need to ensure that you have enough capacity to allow for either restoration or continuation of service until the next backup window.&lt;/div&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/AnadditionalconsiderationforExchangelogf_BD56/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/AnadditionalconsiderationforExchangelogf_BD56/image_thumb.png" width="244" height="62" /&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;In Step 4 – Storage Requirements Input Factors – Log Replication Configuration – Network Fault Tolerance (Days)&lt;/div&gt;      &lt;ul&gt;       &lt;li&gt;         &lt;div align="justify"&gt;When deploying geographically dispersed CCR and SCR across a WAN link there is the possibility that the network link between the two locations will become unavailable.&amp;#160; As a result, truncation on the source cannot occur.&amp;#160; To ensure you have enough space to survive the network outage, enter a value for Network Fault Tolerance (measured in days).&lt;/div&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/AnadditionalconsiderationforExchangelogf_BD56/image_4.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/AnadditionalconsiderationforExchangelogf_BD56/image_thumb_1.png" width="244" height="49" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="left"&gt;Download the storage calculator here - &lt;/p&gt;  &lt;p align="left"&gt;&lt;a title="http://msexchangeteam.com/files/12/attachments/entry438481.aspx" href="http://msexchangeteam.com/files/12/attachments/entry438481.aspx"&gt;http://msexchangeteam.com/files/12/attachments/entry438481.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p align="justify"&gt;Read about the storage calculator here - &lt;/p&gt;  &lt;p align="justify"&gt;&lt;a title="http://msexchangeteam.com/archive/2007/01/15/432207.aspx" href="http://msexchangeteam.com/archive/2007/01/15/432207.aspx"&gt;http://msexchangeteam.com/archive/2007/01/15/432207.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p align="justify"&gt;By planning for lack of replication ahead of time you can hopefully ward off any out of disk space conditions or conditions that may cause a full re-seed to become necessary.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3272821" width="1" height="1"&gt;</content><author><name>TIMMCMIC</name><uri>http://blogs.technet.com/members/TIMMCMIC.aspx</uri></author></entry><entry><title>Enabling Standby Continuous Replication to use an alternate network interface in Exchange 2007 SP1</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/timmcmic/archive/2009/07/12/enabling-standby-continuous-replication-to-use-an-alternate-network-interface-in-exchange-2007-sp1.aspx" /><id>http://blogs.technet.com/timmcmic/archive/2009/07/12/enabling-standby-continuous-replication-to-use-an-alternate-network-interface-in-exchange-2007-sp1.aspx</id><published>2009-07-12T16:00:38Z</published><updated>2009-07-12T16:00:38Z</updated><content type="html">&lt;p align="justify"&gt;Many customers have requested instructions on how to enable standby continuous replication to use an alternate network interface.&amp;#160; By design standby continuous replication always uses the “public” interface to ship logs and seed the database.&lt;/p&gt;  &lt;p align="justify"&gt;Over the past few weeks we have been working with the Exchange product group on a “supported” method to allow standby continuous replication to use an alternate network interface.&amp;#160; This blog will detail how to implement these steps and what effects it has on the overall solution.&lt;/p&gt;  &lt;p align="justify"&gt;First if you are reading this post you should review the replication service deep dive whitepaper located at &lt;a href="http://technet.microsoft.com/en-us/library/cc535020.aspx"&gt;http://technet.microsoft.com/en-us/library/cc535020.aspx&lt;/a&gt; (“White Paper:&amp;#160; Continuous Replication Deep Dive&amp;quot;).&amp;#160; When reviewing this whitepaper it is important to pay attention to what sources are involved in replication when using standby continuous replication.&amp;#160; For example:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;When the source is a standalone mailbox server, logs are replicated by connecting to shares mapped to the server name.&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;When the source is a cluster continuous replication server, logs are replicated by connecting to shares mapped to the ACTIVE node server name.&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;When the source is a single copy cluster, logs are replicated by connecting to shares mapped to the clustered mailbox server name.&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;Keeping these parameters in mind will help you understand how the following changes will allow for standby continuous replication to use an alternate network interface.&lt;/p&gt;  &lt;p align="justify"&gt;The steps to implement this vary little by operating system.&amp;#160; Windows 2008 though does introduce some changes to the way file shares are handled.&amp;#160; Please review this blog for information on how share scoping in Windows 2008 effects the operations of the replication service.&amp;#160; (&lt;a title="http://blogs.technet.com/timmcmic/archive/2008/12/23/exchange-replication-service-exchange-2007-sp1-and-windows-2008-clusters.aspx" href="http://blogs.technet.com/timmcmic/archive/2008/12/23/exchange-replication-service-exchange-2007-sp1-and-windows-2008-clusters.aspx"&gt;http://blogs.technet.com/timmcmic/archive/2008/12/23/exchange-replication-service-exchange-2007-sp1-and-windows-2008-clusters.aspx&lt;/a&gt;)&lt;/p&gt;  &lt;p align="justify"&gt;The following instructions are based on Exchange 2007 SP1 with RU7.&amp;#160; All customers implementing these instructions are encouraged to do so on Exchange 2007 SP1 RU7.&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;strong&gt;&lt;em&gt;Replication behavior when using standby continuous replication over an alternate network interface.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p align="justify"&gt;When the instructions are implemented as documented, all network traffic from the SCR target to the SCR source is first routed through the private interface.&amp;#160; This can be verified with netmon by reviewing SMB (Windows 2003) or SMBv2 (Windows 2008) traffic.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;It is important to note that these instructions only effect the LOG SHIPPING functionality of SCR.&amp;#160; Other functions such as update-storagegroupcopy will only occur using the public interface.&amp;#160; This requires that both the source and target have the ability to communicate over both the public and private interfaces.&amp;#160; Planning for network sizing should take into account that re-seeding operations using update-storagegroupcopy must occur over the public interface.&lt;/p&gt;  &lt;p align="justify"&gt;Unlike continuous replication host names in CCR there is no automatic failover between interfaces.&amp;#160; Should the private interface serving log shipping be unavailable for any reason, log shipping will fail.&amp;#160; With this in mind appropriate monitoring of log copy operations is necessary to ensure replication is functioning.&amp;#160; In the event that the network link serving replication is not available, the host file should be removed and replication resumed over the public interface.&amp;#160; As mentioned earlier your network design considerations should take into account the need to communicate over both the public and private interfaces as well as the potential need to perform log shipping operations over the public interface.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;&lt;em&gt;For the solution to be fully supported network connectivity must be available between the source and target on both the private and public interfaces.&amp;#160; All replication operations must be able to function on both interfaces.&lt;/em&gt;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;em&gt;When engaging product support services for assistance with replication when these steps are used you may be requested to remove the host file and verify that log shipping works as originally designed with no modifications.&lt;/em&gt;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;strong&gt;&lt;em&gt;Behavior of commandlets used for implementing / managing standby continuous replication when replication is enabled to use an alternate interface.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p align="justify"&gt;Get-storagegroupcopystatus:&amp;#160; No issues noted.&lt;/p&gt;  &lt;p align="justify"&gt;Enable-storagegroupcopy:&amp;#160; No issues noted.&lt;/p&gt;  &lt;p align="justify"&gt;Disable-storagegroupcopy:&amp;#160; No issues noted.&lt;/p&gt;  &lt;p align="justify"&gt;Restore-storagegroupcopy:&amp;#160; No issues noted when machines involved are running Exchange 2007 SP1 RU7.&amp;#160; Prior to RU7 it may be necessary to use restore-storagegroupcopy –force for the command to complete successfully.&lt;/p&gt;  &lt;p align="justify"&gt;Update-storagegroupcopy:&amp;#160; Because update-storagegroupcopy uses online streaming functionality to seed the database to the target the network traffic associated with this occurs over the public interface.&lt;/p&gt;  &lt;p align="justify"&gt;Suspend-storagegroupcopy:&amp;#160; No issues noted.&lt;/p&gt;  &lt;p align="justify"&gt;Resume-storagegroupcopy:&amp;#160; No issues noted.&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;strong&gt;&lt;em&gt;Changes to the SCR activation process when replication is enabled to use an alternate interface.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p align="justify"&gt;Whether using the database portability method or the single node cluster method after running restore-storagegroupcopy the entries in the host file should be removed or commented out.&amp;#160; Once the removal is complete, dns resolver cache should be flushed (ipconfig /flushdns) and a ping from the target machine to it’s own name performed to ensure DNS resolves the correct IP address on the public interface.&lt;/p&gt;  &lt;p align="justify"&gt;When name resolution occurs successfully your move-mailbox –configurationonly or setup.com /recoverCMS can be run to complete the activation process.&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;h4&gt;**********************&lt;/h4&gt;  &lt;h4&gt;Windows 2008&lt;/h4&gt;  &lt;h4&gt;**********************&lt;/h4&gt;  &lt;h3&gt;&lt;/h3&gt;  &lt;p align="justify"&gt;&lt;strong&gt;&lt;em&gt;Configuring networks and network interfaces to support standby continuous replication using an alternate network interface on Windows 2008.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p align="justify"&gt;The first step is to configure the network settings for the network interface that will be used for standby continuous replication.&amp;#160; These instructions are performed on both the source and target machines.&amp;#160; To configure these settings:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;Select Start –&amp;gt; Control Panels –&amp;gt; Network and Sharing Center&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;In the tasks pane, select “Manage Network Connections”&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;Right click on the interface for SCR private replication, select rename.&lt;/div&gt;      &lt;ul&gt;       &lt;li&gt;         &lt;div align="justify"&gt;Change the name of the interface to something meaningful indicating it’s purpose.&lt;/div&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;Right click on the interface for SCR private replication, select properties.&lt;/div&gt;      &lt;ul&gt;       &lt;li&gt;         &lt;div align="justify"&gt;Ensure that Client for Microsoft Networks is enabled.&lt;/div&gt;       &lt;/li&gt;        &lt;li&gt;         &lt;div align="justify"&gt;Ensure the File and Print Sharing for Microsoft Networks is enabled.&lt;/div&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_thumb.png" width="194" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;In the network properties, select “Internet Protocol Version 4 (TCP/IPv4)”, press properties button.&lt;/div&gt;      &lt;ul&gt;       &lt;li&gt;         &lt;div align="justify"&gt;On the general tab:&lt;/div&gt;          &lt;ul&gt;           &lt;li&gt;             &lt;div align="justify"&gt;Under “Use the following IP address”, provide a valid IP address and subnet mask.&lt;/div&gt;           &lt;/li&gt;            &lt;li&gt;             &lt;div align="justify"&gt;Do not provide a default gateway.&amp;#160; &lt;em&gt;(If the source and target reside on different subnets it will be necessary to utilize persistent static routes in order to ensure network communications follow the appropriate path.&amp;#160; Do not use two default gateways on a single host)&lt;/em&gt;.&lt;/div&gt;           &lt;/li&gt;            &lt;li&gt;             &lt;div align="justify"&gt;Do not provide any DNS servers under “Use the following DNS server addresses” .&lt;/div&gt;           &lt;/li&gt;         &lt;/ul&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_thumb_1.png" width="219" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;li&gt;       &lt;div align="justify"&gt;Selecting the advanced button, on the DNS tab:&lt;/div&gt;        &lt;ul&gt;         &lt;li&gt;           &lt;div align="justify"&gt;Uncheck “Register this connection’s addresses in DNS”.&lt;/div&gt;         &lt;/li&gt;       &lt;/ul&gt;     &lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_6.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_thumb_2.png" width="206" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;Complete the changes by pressing OK three times.&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;The network configuration process is then completed by updating the network binding orders.&amp;#160; To update the network binding orders:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;Select Start –&amp;gt; Control Panels –&amp;gt; Network and Sharing Center&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;In the tasks pane, select “Manage Network Connections”&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;Ensure that the toolbar is displayed:&lt;/div&gt;      &lt;ul&gt;       &lt;li&gt;         &lt;div align="justify"&gt;Select Organize –&amp;gt; Layout –&amp;gt; Menu Bar&lt;/div&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;From the advanced menu select advanced settings.&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;On the “Adapters and Bindings” tab, using the arrow keys, adjust the binding order so that the public facing interface is first on the list.&amp;#160; All other interfaces may be set in any order.&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_8.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_thumb_3.png" width="220" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;This completes the base networking configuration for standalone machines and clustered nodes.&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;strong&gt;&lt;em&gt;Additional configuration steps for SCR source servers on Windows 2008.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;Exchange 2007 SP1 / Windows 2008 Standalone Mailbox Server Source&lt;/div&gt;      &lt;ul&gt;       &lt;li&gt;         &lt;div align="justify"&gt;No additional configuration changes are necessary.&lt;/div&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;Exchange 2007 SP1 / Windows 2008 Cluster Continuous Replication (CCR) Source&lt;/div&gt;      &lt;ul&gt;       &lt;li&gt;         &lt;div align="justify"&gt;Windows 2008 enumerates all networks in a cluster for cluster use.&amp;#160; To ensure full supportability of the cluster, the cluster should be re-validated using the validation wizard in Failover Cluster Management.&lt;/div&gt;       &lt;/li&gt;        &lt;li&gt;No additional configuration changes are necessary. &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Exchange 2007 SP1 / Windows 2008 Single Copy Cluster (SCC) Source      &lt;ul&gt;       &lt;li&gt;Windows 2008 enumerates all networks in a cluster for cluster use.&amp;#160; To ensure full supportability of the cluster, the cluster should be re-validated using the validation wizard in Failover Cluster Management. &lt;/li&gt;        &lt;li&gt;Enable the network for SCR replication for client connectivity.          &lt;ul&gt;           &lt;li&gt;Launch Failover Cluster Management &lt;/li&gt;            &lt;li&gt;In the left hand pane, expand networks. &lt;/li&gt;            &lt;li&gt;Identify the network that contains the interfaces used for standby continuous replication. &lt;/li&gt;            &lt;li&gt;Right click on the network, select properties. &lt;/li&gt;            &lt;li&gt;Select the checkbox next to “Allow clients to connect through this network”. &lt;/li&gt;            &lt;li&gt;Press the OK button. &lt;/li&gt;            &lt;li&gt;When prompted that the network is now available for client use, press the OK button. &lt;/li&gt;         &lt;/ul&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_10.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_thumb_4.png" width="206" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;li&gt;Enable an IP address resource in the Exchange Clustered Mailbox Server (CMS) group.        &lt;ul&gt;         &lt;li&gt;In the left hand pane, under services and applications, find the CMS group. &lt;/li&gt;          &lt;li&gt;Right click on the group, select Add a Resource –&amp;gt; More Resources –&amp;gt; Add IP Address &lt;/li&gt;          &lt;li&gt;This will create a not configured IP Address resource in the CMS group. &lt;/li&gt;       &lt;/ul&gt;     &lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_12.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_thumb_5.png" width="244" height="119" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;ul&gt;       &lt;li&gt;Right click on the not configured IP Address resource and select properties. &lt;/li&gt;        &lt;li&gt;In the &amp;quot;Resource Name” field, enter and appropriate name. &lt;/li&gt;        &lt;li&gt;In the “Network” drop down, select the SCR replication network. &lt;/li&gt;        &lt;li&gt;In the “Static IP Address” fields input a static IP address valid on the SCR replication network. &lt;/li&gt;     &lt;/ul&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_14.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_thumb_6.png" width="181" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;ul&gt;       &lt;li&gt;Press the OK button. &lt;/li&gt;        &lt;li&gt;Right click on the new IP address resource, select “Bring this resource online”. &lt;/li&gt;     &lt;/ul&gt;      &lt;li&gt;DO NOT UPDATE ANY DEPENDENCIES ON THIS RESOURCE OR MAKE THIS RESOURCE DEPENDANT ON ANY OTHER RESOURCE(S). &lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Additional configuration steps for SCR Targets on Windows 2008.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;These instructions apply to both standalone and single node SCR targets based on Windows 2008.&lt;/p&gt;  &lt;p&gt;Using notepad, open the hosts files located at c:\Windows\System32\Drivers\Etc&lt;/p&gt;  &lt;p&gt;Depending on the source make the following changes:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;Exchange 2007 SP1 / Windows 2008 Standalone Mailbox Server Source&lt;/div&gt;      &lt;ul&gt;       &lt;li&gt;         &lt;div align="justify"&gt;Add entries in the host file for both the NetBIOS and fully qualified domain name (FQDN).&amp;#160; Associate these names to the IP address assigned to the SCR network on the source server.&lt;/div&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;Exchange 2007 SP1 / Windows 2008 Cluster Continuous Replication (CCR) Source&lt;/div&gt;      &lt;ul&gt;       &lt;li&gt;         &lt;div align="justify"&gt;Add entries in the host file for both the NetBIOS names and fully qualified domain names (FQDN) of the source NODES.&amp;#160; Associate these names to the IP address assigned to the SCR network on the source nodes. &lt;/div&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Exchange 2007 SP1 / Windows 2008 Single Copy Cluster (SCC) Source      &lt;ul&gt;       &lt;li&gt;Add entries in the host file for both the NetBIOS name and fully qualified domain name (FQDN) of the source CMS.&amp;#160; Associate these names to the IP address created in the CMS group assigned to the SCR network. &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Here is the output of a sample host file.&lt;/p&gt;  &lt;p&gt;# Copyright (c) 1993-2006 Microsoft Corp.    &lt;br /&gt;#     &lt;br /&gt;# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.     &lt;br /&gt;#     &lt;br /&gt;# This file contains the mappings of IP addresses to host names. Each     &lt;br /&gt;# entry should be kept on an individual line. The IP address should     &lt;br /&gt;# be placed in the first column followed by the corresponding host name.     &lt;br /&gt;# The IP address and the host name should be separated by at least one     &lt;br /&gt;# space.     &lt;br /&gt;#     &lt;br /&gt;# Additionally, comments (such as these) may be inserted on individual     &lt;br /&gt;# lines or following the machine name denoted by a '#' symbol.     &lt;br /&gt;#     &lt;br /&gt;# For example:     &lt;br /&gt;#     &lt;br /&gt;#&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 102.54.94.97&amp;#160;&amp;#160;&amp;#160;&amp;#160; rhino.acme.com&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; # source server     &lt;br /&gt;#&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 38.25.63.10&amp;#160;&amp;#160;&amp;#160;&amp;#160; x.acme.com&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; # x client host &lt;/p&gt;  &lt;p&gt;127.0.0.1&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; localhost    &lt;br /&gt;::1&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; localhost &lt;/p&gt;  &lt;p&gt;#Exchange 2007 SP1 / Windows 2008 / Standalone Mailbox Server &lt;/p&gt;  &lt;p&gt;10.1.1.1&amp;#160;&amp;#160;&amp;#160; 2008-MBX1    &lt;br /&gt;10.1.1.1&amp;#160;&amp;#160;&amp;#160; 2008-MBX1.exchange.msft &lt;/p&gt;  &lt;p&gt;#Exchange 2007 SP1 / Windows 2008 / Cluster Continuous Replication (CCR) &lt;/p&gt;  &lt;p&gt;10.1.1.3&amp;#160;&amp;#160;&amp;#160; 2008-Node1    &lt;br /&gt;10.1.1.3&amp;#160;&amp;#160;&amp;#160; 2008-Node1.exchange.msft     &lt;br /&gt;10.1.1.4&amp;#160;&amp;#160;&amp;#160; 2008-Node2     &lt;br /&gt;10.1.1.4&amp;#160;&amp;#160;&amp;#160; 2008-Node2.exchange.msft     &lt;br /&gt;10.1.1.8&amp;#160;&amp;#160;&amp;#160; 2008-Node5     &lt;br /&gt;10.1.1.8&amp;#160;&amp;#160;&amp;#160; 2008-Node5.exchange.msft     &lt;br /&gt;10.1.1.9&amp;#160;&amp;#160;&amp;#160; 2008-Node6     &lt;br /&gt;10.1.1.9&amp;#160;&amp;#160;&amp;#160; 2008-Node6.exchange.msft &lt;/p&gt;  &lt;p&gt;#Exchange 2007 SP1 / Windows 2008 / Single Copy Cluster (SCC) &lt;/p&gt;  &lt;p&gt;10.1.1.7&amp;#160;&amp;#160;&amp;#160; 2008-MBX4    &lt;br /&gt;10.1.1.7&amp;#160;&amp;#160;&amp;#160; 2008-MBX4.exchange.msft&lt;/p&gt;  &lt;p&gt;Additionally, the replication service on occasion may have to resort to Netbios name resolution.&amp;#160; To ensure that the correct replication network is always returned, edit the LMHOST file and put entries for the netbios name and corresponding IP address.&lt;/p&gt;  &lt;p&gt;Using notepad, open the LMhosts files located at c:\Windows\System32\Drivers\Etc&lt;/p&gt;  &lt;p&gt;Here is a sample LMHost file.&lt;/p&gt;  &lt;p&gt;# Copyright (c) 1993-1999 Microsoft Corp.    &lt;br /&gt;#     &lt;br /&gt;# This is a sample LMHOSTS file used by the Microsoft TCP/IP for Windows.     &lt;br /&gt;#     &lt;br /&gt;# This file contains the mappings of IP addresses to computernames     &lt;br /&gt;# (NetBIOS) names.&amp;#160; Each entry should be kept on an individual line.     &lt;br /&gt;# The IP address should be placed in the first column followed by the     &lt;br /&gt;# corresponding computername. The address and the computername     &lt;br /&gt;# should be separated by at least one space or tab. The &amp;quot;#&amp;quot; character     &lt;br /&gt;# is generally used to denote the start of a comment (see the exceptions     &lt;br /&gt;# below).     &lt;br /&gt;#     &lt;br /&gt;# This file is compatible with Microsoft LAN Manager 2.x TCP/IP lmhosts     &lt;br /&gt;# files and offers the following extensions:     &lt;br /&gt;#     &lt;br /&gt;#&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #PRE     &lt;br /&gt;#&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #DOM:&amp;lt;domain&amp;gt;     &lt;br /&gt;#&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #INCLUDE &amp;lt;filename&amp;gt;     &lt;br /&gt;#&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #BEGIN_ALTERNATE     &lt;br /&gt;#&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #END_ALTERNATE     &lt;br /&gt;#&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; \0xnn (non-printing character support)     &lt;br /&gt;#     &lt;br /&gt;# Following any entry in the file with the characters &amp;quot;#PRE&amp;quot; will cause     &lt;br /&gt;# the entry to be preloaded into the name cache. By default, entries are     &lt;br /&gt;# not preloaded, but are parsed only after dynamic name resolution fails.     &lt;br /&gt;#     &lt;br /&gt;# Following an entry with the &amp;quot;#DOM:&amp;lt;domain&amp;gt;&amp;quot; tag will associate the     &lt;br /&gt;# entry with the domain specified by &amp;lt;domain&amp;gt;. This affects how the     &lt;br /&gt;# browser and logon services behave in TCP/IP environments. To preload     &lt;br /&gt;# the host name associated with #DOM entry, it is necessary to also add a     &lt;br /&gt;# #PRE to the line. The &amp;lt;domain&amp;gt; is always preloaded although it will not     &lt;br /&gt;# be shown when the name cache is viewed.     &lt;br /&gt;#     &lt;br /&gt;# Specifying &amp;quot;#INCLUDE &amp;lt;filename&amp;gt;&amp;quot; will force the RFC NetBIOS (NBT)     &lt;br /&gt;# software to seek the specified &amp;lt;filename&amp;gt; and parse it as if it were     &lt;br /&gt;# local. &amp;lt;filename&amp;gt; is generally a UNC-based name, allowing a     &lt;br /&gt;# centralized lmhosts file to be maintained on a server.     &lt;br /&gt;# It is ALWAYS necessary to provide a mapping for the IP address of the     &lt;br /&gt;# server prior to the #INCLUDE. This mapping must use the #PRE directive.     &lt;br /&gt;# In addtion the share &amp;quot;public&amp;quot; in the example below must be in the     &lt;br /&gt;# LanManServer list of &amp;quot;NullSessionShares&amp;quot; in order for client machines to     &lt;br /&gt;# be able to read the lmhosts file successfully. This key is under     &lt;br /&gt;# \machine\system\currentcontrolset\services\lanmanserver\parameters\nullsessionshares     &lt;br /&gt;# in the registry. Simply add &amp;quot;public&amp;quot; to the list found there.     &lt;br /&gt;#     &lt;br /&gt;# The #BEGIN_ and #END_ALTERNATE keywords allow multiple #INCLUDE     &lt;br /&gt;# statements to be grouped together. Any single successful include     &lt;br /&gt;# will cause the group to succeed.     &lt;br /&gt;#     &lt;br /&gt;# Finally, non-printing characters can be embedded in mappings by     &lt;br /&gt;# first surrounding the NetBIOS name in quotations, then using the     &lt;br /&gt;# \0xnn notation to specify a hex value for a non-printing character.     &lt;br /&gt;#     &lt;br /&gt;# The following example illustrates all of these extensions:     &lt;br /&gt;#     &lt;br /&gt;# 102.54.94.97&amp;#160;&amp;#160;&amp;#160;&amp;#160; rhino&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #PRE #DOM:networking&amp;#160; #net group's DC     &lt;br /&gt;# 102.54.94.102&amp;#160;&amp;#160;&amp;#160; &amp;quot;appname&amp;#160; \0x14&amp;quot;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #special app server     &lt;br /&gt;# 102.54.94.123&amp;#160;&amp;#160;&amp;#160; popular&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #PRE&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #source server     &lt;br /&gt;# 102.54.94.117&amp;#160;&amp;#160;&amp;#160; localsrv&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #PRE&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #needed for the include     &lt;br /&gt;#     &lt;br /&gt;# #BEGIN_ALTERNATE     &lt;br /&gt;# #INCLUDE \\localsrv\public\lmhosts     &lt;br /&gt;# #INCLUDE \\rhino\public\lmhosts     &lt;br /&gt;# #END_ALTERNATE     &lt;br /&gt;#     &lt;br /&gt;# In the above example, the &amp;quot;appname&amp;quot; server contains a special     &lt;br /&gt;# character in its name, the &amp;quot;popular&amp;quot; and &amp;quot;localsrv&amp;quot; server names are     &lt;br /&gt;# preloaded, and the &amp;quot;rhino&amp;quot; server name is specified so it can be used     &lt;br /&gt;# to later #INCLUDE a centrally maintained lmhosts file if the &amp;quot;localsrv&amp;quot;     &lt;br /&gt;# system is unavailable.     &lt;br /&gt;#     &lt;br /&gt;# Note that the whole file is parsed including comments on each lookup,     &lt;br /&gt;# so keeping the number of comments to a minimum will improve performance.     &lt;br /&gt;# Therefore it is not advisable to simply add lmhosts file entries onto the     &lt;br /&gt;# end of this file. &lt;/p&gt;  &lt;p&gt;#Exchange 2007 SP1 / Windows 2008 / Standalone Mailbox Server &lt;/p&gt;  &lt;p&gt;10.1.1.1&amp;#160;&amp;#160;&amp;#160; 2008-MBX1 &lt;/p&gt;  &lt;p&gt;#Exchange 2007 SP1 / Windows 2008 / Cluster Continuous Replication (CCR) &lt;/p&gt;  &lt;p&gt;10.1.1.3&amp;#160;&amp;#160;&amp;#160; 2008-Node1    &lt;br /&gt;10.1.1.4&amp;#160;&amp;#160;&amp;#160; 2008-Node2     &lt;br /&gt;10.1.1.8&amp;#160;&amp;#160;&amp;#160; 2008-Node5     &lt;br /&gt;10.1.1.9&amp;#160;&amp;#160;&amp;#160; 2008-Node6 &lt;/p&gt;  &lt;p&gt;#Exchange 2007 SP1 / Windows 2008 / Single Copy Cluster (SCC) &lt;/p&gt;  &lt;p&gt;10.1.1.7&amp;#160;&amp;#160;&amp;#160; 2008-MBX4 &lt;/p&gt;  &lt;p&gt;This completes the configuration steps for Windows 2008.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h4&gt;**********************&lt;/h4&gt;  &lt;h4&gt;Windows 2003&lt;/h4&gt;  &lt;h4&gt;**********************&lt;/h4&gt;  &lt;p align="justify"&gt;&lt;strong&gt;&lt;em&gt;Configuring networks and network interfaces to support standby continuous replication using an alternate network interface on Windows 2003.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p align="justify"&gt;The first step is to configure the network settings for the network interface that will be used for standby continuous replication.&amp;#160; These instructions are performed on both the source and target machines.&amp;#160; To configure these settings:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;Select Start –&amp;gt; Control Panels –&amp;gt; Network Connections&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;Right click on the interface for SCR private replication, select rename      &lt;ul&gt;       &lt;li&gt;Change the name of the interface to something meaningful indicating it’s purpose. &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;Right click on the interface for SCR private replication, select properties.&lt;/div&gt;      &lt;ul&gt;       &lt;li&gt;         &lt;div align="justify"&gt;Ensure that Client for Microsoft Networks is enabled.&lt;/div&gt;       &lt;/li&gt;        &lt;li&gt;         &lt;div align="justify"&gt;Ensure the File and Print Sharing for Microsoft Networks is enabled.&lt;/div&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_16.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_thumb_7.png" width="202" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;In the network properties, select “Internet Protocol (TCP/IP)”, press properties button.&lt;/div&gt;      &lt;ul&gt;       &lt;li&gt;         &lt;div align="justify"&gt;On the general tab:&lt;/div&gt;          &lt;ul&gt;           &lt;li&gt;             &lt;div align="justify"&gt;Under “Use the following IP address”, provide a valid IP address and subnet mask.&lt;/div&gt;           &lt;/li&gt;            &lt;li&gt;             &lt;div align="justify"&gt;Do not provide a default gateway.&amp;#160; &lt;em&gt;(If the source and target reside on different subnets it will be necessary to utilize persistent static routes in order to ensure network communications follow the appropriate path.&amp;#160; Do not use two default gateways on a single host)&lt;/em&gt;.&lt;/div&gt;           &lt;/li&gt;            &lt;li&gt;             &lt;div align="justify"&gt;Do not provide any DNS servers under “Use the following DNS server addresses” .&lt;/div&gt;           &lt;/li&gt;         &lt;/ul&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_18.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_thumb_8.png" width="220" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;li&gt;       &lt;div align="justify"&gt;Selecting the advanced button, on the DNS tab:&lt;/div&gt;        &lt;ul&gt;         &lt;li&gt;           &lt;div align="justify"&gt;Uncheck “Register this connection’s addresses in DNS”.&lt;/div&gt;         &lt;/li&gt;       &lt;/ul&gt;     &lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_20.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_thumb_9.png" width="205" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;Complete the changes by pressing OK three times.&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;The network configuration process is then completed by updating the network binding orders.&amp;#160; To update the network binding orders:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;Select Start –&amp;gt; Control Panels –&amp;gt; Network Connections&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;From the advanced menu select advanced settings.&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;On the “Adapters and Bindings” tab, using the arrow keys, adjust the binding order so that the public facing interface is first on the list.&amp;#160; All other interfaces may be set in any order.&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_22.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_thumb_10.png" width="221" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;This completes the base networking configuration for standalone machines and clustered nodes.&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;strong&gt;&lt;em&gt;Additional configuration steps for SCR source servers on Windows 2003.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;Exchange 2007 SP1 / Windows 2003 Standalone Mailbox Server Source&lt;/div&gt;      &lt;ul&gt;       &lt;li&gt;         &lt;div align="justify"&gt;No additional configuration changes are necessary.&lt;/div&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;Exchange 2007 SP1 / Windows 2003 Cluster Continuous Replication (CCR) Source&lt;/div&gt;      &lt;ul&gt;       &lt;li&gt;No additional configuration changes are necessary. &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Exchange 2007 SP1 / Windows 2003 Single Copy Cluster (SCC) Source      &lt;ul&gt;       &lt;li&gt;Enable the network for SCR replication for client connectivity.          &lt;ul&gt;           &lt;li&gt;Launch Cluster Administrator &lt;/li&gt;            &lt;li&gt;In the left hand pane, expand “Cluster Configuration” –&amp;gt; “Networks”. &lt;/li&gt;            &lt;li&gt;Identify the network that contains the interfaces used for standby continuous replication. &lt;/li&gt;            &lt;li&gt;Right click on the network, select properties. &lt;/li&gt;            &lt;li&gt;Select “Enable this network for cluster use” and “All Communications (mixed network)”.&amp;#160; Press the OK button. &lt;/li&gt;         &lt;/ul&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_24.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_thumb_11.png" width="234" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;li&gt;Enable an IP address resource in the Exchange Clustered Mailbox Server (CMS) group.        &lt;ul&gt;         &lt;li&gt;In the left hand pane, expand groups, find the CMS group. &lt;/li&gt;          &lt;li&gt;Right click on the group, select New –&amp;gt; Resource. &lt;/li&gt;          &lt;li&gt;Provide an appropriate name in the Name field. &lt;/li&gt;          &lt;li&gt;Provide an appropriate description in the Description field. &lt;/li&gt;          &lt;li&gt;For Resource Type, change the drop down to “IP Address” &lt;/li&gt;       &lt;/ul&gt;     &lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_26.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_thumb_12.png" width="244" height="197" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;ul&gt;       &lt;li&gt;Press the next button. &lt;/li&gt;        &lt;li&gt;Verify that the possible owners of the CMS group are correct.&amp;#160; Press the next button. &lt;/li&gt;     &lt;/ul&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_28.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_thumb_13.png" width="244" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;ul&gt;       &lt;li&gt;DO NOT UPDATE ANY DEPENDENCIES ON THIS RESOURCE OR MAKE THIS RESOURCE DEPENDANT ON ANY OTHER RESOURCE(S). &lt;/li&gt;     &lt;/ul&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_30.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_thumb_14.png" width="244" height="197" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;ul&gt;       &lt;li&gt;In the address field type an appropriate static IP address for the SCR replication network. &lt;/li&gt;        &lt;li&gt;In the subnet mask field type the appropriate subnet mask. &lt;/li&gt;        &lt;li&gt;In the network drop down ensure that the SCR replication network is selected. &lt;/li&gt;        &lt;li&gt;Keep “Enable NetBIOS for this address” selected. &lt;/li&gt;     &lt;/ul&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_32.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EnablingStandbyContinuousReplicationtous_98F1/image_thumb_15.png" width="244" height="198" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;ul&gt;       &lt;li&gt;Press the finish button. &lt;/li&gt;        &lt;li&gt;Right click on the new IP address resource, select “Bring this resource online”. &lt;/li&gt;     &lt;/ul&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Additional configuration steps for SCR Targets on Windows 2003.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;These instructions apply to both standalone and single node SCR targets based on Windows 2003.&lt;/p&gt;  &lt;p&gt;Using notepad, open the hosts files located at c:\Windows\System32\Drivers\Etc&lt;/p&gt;  &lt;p&gt;Depending on the source make the following changes:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;Exchange 2007 SP1 / Windows 2003 Standalone Mailbox Server Source&lt;/div&gt;      &lt;ul&gt;       &lt;li&gt;         &lt;div align="justify"&gt;Add entries in the host file for both the NetBIOS and fully qualified domain name (FQDN).&amp;#160; Associate these names to the IP address assigned to the SCR network on the source server.&lt;/div&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;Exchange 2007 SP1 / Windows 2003 Cluster Continuous Replication (CCR) Source&lt;/div&gt;      &lt;ul&gt;       &lt;li&gt;         &lt;div align="justify"&gt;Add entries in the host file for both the NetBIOS names and fully qualified domain names (FQDN) of the source NODES.&amp;#160; Associate these names to the IP address assigned to the SCR network on the source nodes. &lt;/div&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Exchange 2007 SP1 / Windows 2003 Single Copy Cluster (SCC) Source      &lt;ul&gt;       &lt;li&gt;Add entries in the host file for both the NetBIOS name and fully qualified domain name (FQDN) of the source CMS.&amp;#160; Associate these names to the IP address created in the CMS group assigned to the SCR network. &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Here is the output of a sample host file.&lt;/p&gt;  &lt;p&gt;# Copyright (c) 1993-2006 Microsoft Corp.    &lt;br /&gt;#     &lt;br /&gt;# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.     &lt;br /&gt;#     &lt;br /&gt;# This file contains the mappings of IP addresses to host names. Each     &lt;br /&gt;# entry should be kept on an individual line. The IP address should     &lt;br /&gt;# be placed in the first column followed by the corresponding host name.     &lt;br /&gt;# The IP address and the host name should be separated by at least one     &lt;br /&gt;# space.     &lt;br /&gt;#     &lt;br /&gt;# Additionally, comments (such as these) may be inserted on individual     &lt;br /&gt;# lines or following the machine name denoted by a '#' symbol.     &lt;br /&gt;#     &lt;br /&gt;# For example:     &lt;br /&gt;#     &lt;br /&gt;#&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 102.54.94.97&amp;#160;&amp;#160;&amp;#160;&amp;#160; rhino.acme.com&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; # source server     &lt;br /&gt;#&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 38.25.63.10&amp;#160;&amp;#160;&amp;#160;&amp;#160; x.acme.com&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; # x client host &lt;/p&gt;  &lt;p&gt;127.0.0.1&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; localhost&lt;/p&gt;  &lt;p&gt;#Exchange 2007 SP1 / Windows 2003 / Standalone Mailbox Server &lt;/p&gt;  &lt;p&gt;10.1.1.1&amp;#160;&amp;#160;&amp;#160; 2003-MBX1    &lt;br /&gt;10.1.1.1&amp;#160;&amp;#160;&amp;#160; 2003-MBX1.exchange.msft &lt;/p&gt;  &lt;p&gt;#Exchange 2007 SP1 / Windows 2003 / Cluster Continuous Replication (CCR) &lt;/p&gt;  &lt;p&gt;10.1.1.3&amp;#160;&amp;#160;&amp;#160; 2003-Node1    &lt;br /&gt;10.1.1.3&amp;#160;&amp;#160;&amp;#160; 2003-Node1.exchange.msft     &lt;br /&gt;10.1.1.4&amp;#160;&amp;#160;&amp;#160; 2003-Node2     &lt;br /&gt;10.1.1.4&amp;#160;&amp;#160;&amp;#160; 2003-Node2.exchange.msft&lt;/p&gt;  &lt;p&gt;#Exchange 2007 SP1 / Windows 2003 / Single Copy Cluster (SCC) &lt;/p&gt;  &lt;p&gt;10.1.1.7&amp;#160;&amp;#160;&amp;#160; 2003-MBX4    &lt;br /&gt;10.1.1.7&amp;#160;&amp;#160;&amp;#160; 2003-MBX4.exchange.msft &lt;/p&gt;  &lt;p&gt;Additionally, the replication service on occasion may have to resort to Netbios name resolution.&amp;#160; To ensure that the correct replication network is always returned, edit the LMHOST file and put entries for the netbios name and corresponding IP address.&lt;/p&gt;  &lt;p&gt;Using notepad, open the LMhosts files located at c:\Windows\System32\Drivers\Etc&lt;/p&gt;  &lt;p&gt;# Copyright (c) 1993-1999 Microsoft Corp.    &lt;br /&gt;#     &lt;br /&gt;# This is a sample LMHOSTS file used by the Microsoft TCP/IP for Windows.     &lt;br /&gt;#     &lt;br /&gt;# This file contains the mappings of IP addresses to computernames     &lt;br /&gt;# (NetBIOS) names.&amp;#160; Each entry should be kept on an individual line.     &lt;br /&gt;# The IP address should be placed in the first column followed by the     &lt;br /&gt;# corresponding computername. The address and the computername     &lt;br /&gt;# should be separated by at least one space or tab. The &amp;quot;#&amp;quot; character     &lt;br /&gt;# is generally used to denote the start of a comment (see the exceptions     &lt;br /&gt;# below).     &lt;br /&gt;#     &lt;br /&gt;# This file is compatible with Microsoft LAN Manager 2.x TCP/IP lmhosts     &lt;br /&gt;# files and offers the following extensions:     &lt;br /&gt;#     &lt;br /&gt;#&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #PRE     &lt;br /&gt;#&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #DOM:&amp;lt;domain&amp;gt;     &lt;br /&gt;#&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #INCLUDE &amp;lt;filename&amp;gt;     &lt;br /&gt;#&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #BEGIN_ALTERNATE     &lt;br /&gt;#&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #END_ALTERNATE     &lt;br /&gt;#&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; \0xnn (non-printing character support)     &lt;br /&gt;#     &lt;br /&gt;# Following any entry in the file with the characters &amp;quot;#PRE&amp;quot; will cause     &lt;br /&gt;# the entry to be preloaded into the name cache. By default, entries are     &lt;br /&gt;# not preloaded, but are parsed only after dynamic name resolution fails.     &lt;br /&gt;#     &lt;br /&gt;# Following an entry with the &amp;quot;#DOM:&amp;lt;domain&amp;gt;&amp;quot; tag will associate the     &lt;br /&gt;# entry with the domain specified by &amp;lt;domain&amp;gt;. This affects how the     &lt;br /&gt;# browser and logon services behave in TCP/IP environments. To preload     &lt;br /&gt;# the host name associated with #DOM entry, it is necessary to also add a     &lt;br /&gt;# #PRE to the line. The &amp;lt;domain&amp;gt; is always preloaded although it will not     &lt;br /&gt;# be shown when the name cache is viewed.     &lt;br /&gt;#     &lt;br /&gt;# Specifying &amp;quot;#INCLUDE &amp;lt;filename&amp;gt;&amp;quot; will force the RFC NetBIOS (NBT)     &lt;br /&gt;# software to seek the specified &amp;lt;filename&amp;gt; and parse it as if it were     &lt;br /&gt;# local. &amp;lt;filename&amp;gt; is generally a UNC-based name, allowing a     &lt;br /&gt;# centralized lmhosts file to be maintained on a server.     &lt;br /&gt;# It is ALWAYS necessary to provide a mapping for the IP address of the     &lt;br /&gt;# server prior to the #INCLUDE. This mapping must use the #PRE directive.     &lt;br /&gt;# In addtion the share &amp;quot;public&amp;quot; in the example below must be in the     &lt;br /&gt;# LanManServer list of &amp;quot;NullSessionShares&amp;quot; in order for client machines to     &lt;br /&gt;# be able to read the lmhosts file successfully. This key is under     &lt;br /&gt;# \machine\system\currentcontrolset\services\lanmanserver\parameters\nullsessionshares     &lt;br /&gt;# in the registry. Simply add &amp;quot;public&amp;quot; to the list found there.     &lt;br /&gt;#     &lt;br /&gt;# The #BEGIN_ and #END_ALTERNATE keywords allow multiple #INCLUDE     &lt;br /&gt;# statements to be grouped together. Any single successful include     &lt;br /&gt;# will cause the group to succeed.     &lt;br /&gt;#     &lt;br /&gt;# Finally, non-printing characters can be embedded in mappings by     &lt;br /&gt;# first surrounding the NetBIOS name in quotations, then using the     &lt;br /&gt;# \0xnn notation to specify a hex value for a non-printing character.     &lt;br /&gt;#     &lt;br /&gt;# The following example illustrates all of these extensions:     &lt;br /&gt;#     &lt;br /&gt;# 102.54.94.97&amp;#160;&amp;#160;&amp;#160;&amp;#160; rhino&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #PRE #DOM:networking&amp;#160; #net group's DC     &lt;br /&gt;# 102.54.94.102&amp;#160;&amp;#160;&amp;#160; &amp;quot;appname&amp;#160; \0x14&amp;quot;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #special app server     &lt;br /&gt;# 102.54.94.123&amp;#160;&amp;#160;&amp;#160; popular&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #PRE&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #source server     &lt;br /&gt;# 102.54.94.117&amp;#160;&amp;#160;&amp;#160; localsrv&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #PRE&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; #needed for the include     &lt;br /&gt;#     &lt;br /&gt;# #BEGIN_ALTERNATE     &lt;br /&gt;# #INCLUDE \\localsrv\public\lmhosts     &lt;br /&gt;# #INCLUDE \\rhino\public\lmhosts     &lt;br /&gt;# #END_ALTERNATE     &lt;br /&gt;#     &lt;br /&gt;# In the above example, the &amp;quot;appname&amp;quot; server contains a special     &lt;br /&gt;# character in its name, the &amp;quot;popular&amp;quot; and &amp;quot;localsrv&amp;quot; server names are     &lt;br /&gt;# preloaded, and the &amp;quot;rhino&amp;quot; server name is specified so it can be used     &lt;br /&gt;# to later #INCLUDE a centrally maintained lmhosts file if the &amp;quot;localsrv&amp;quot;     &lt;br /&gt;# system is unavailable.     &lt;br /&gt;#     &lt;br /&gt;# Note that the whole file is parsed including comments on each lookup,     &lt;br /&gt;# so keeping the number of comments to a minimum will improve performance.     &lt;br /&gt;# Therefore it is not advisable to simply add lmhosts file entries onto the     &lt;br /&gt;# end of this file. &lt;/p&gt;  &lt;p&gt;#Exchange 2007 SP1 / Windows 2003 / Standalone Mailbox Server &lt;/p&gt;  &lt;p&gt;10.1.1.1&amp;#160;&amp;#160;&amp;#160; 2003-MBX1 &lt;/p&gt;  &lt;p&gt;#Exchange 2007 SP1 / Windows 2003 / Cluster Continuous Replication (CCR) &lt;/p&gt;  &lt;p&gt;10.1.1.3&amp;#160;&amp;#160;&amp;#160; 2003-Node1    &lt;br /&gt;10.1.1.4&amp;#160;&amp;#160;&amp;#160; 2003-Node2 &lt;/p&gt;  &lt;p&gt;#Exchange 2007 SP1 / Windows 2003 / Single Copy Cluster (SCC) &lt;/p&gt;  &lt;p&gt;10.1.1.7&amp;#160;&amp;#160;&amp;#160; 2003-MBX4 &lt;/p&gt;  &lt;p&gt;This completes the configuration steps for Windows 2003.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;===============================&lt;/p&gt;  &lt;p&gt;Updated Sunday, August 9th, 2009 with LMHOST instructions.&lt;/p&gt;  &lt;p&gt;===============================&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3263091" width="1" height="1"&gt;</content><author><name>TIMMCMIC</name><uri>http://blogs.technet.com/members/TIMMCMIC.aspx</uri></author></entry><entry><title>Kerberos authentication, dns suffix lists, the replication service, and Exchange management commandlets…</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/timmcmic/archive/2009/07/01/kerberos-authentication-dns-suffix-lists-the-replication-service-and-exchange-management-commandlets.aspx" /><id>http://blogs.technet.com/timmcmic/archive/2009/07/01/kerberos-authentication-dns-suffix-lists-the-replication-service-and-exchange-management-commandlets.aspx</id><published>2009-07-02T01:11:00Z</published><updated>2009-07-02T01:11:00Z</updated><content type="html">&lt;P align=justify&gt;When using any form of multi-machine Exchange 2007 replication (CCR / SCR) Kerberos authentication is very important.&amp;nbsp; We leverage the rights of Exchange server machine accounts for several functions including the ability to replicate log files and utilize the remote registry service for commandlets.&lt;/P&gt;
&lt;P align=justify&gt;&lt;STRONG&gt;&lt;EM&gt;Some Background…&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P align=justify&gt;In terms of the replication service we copy logs between CCR and SCR servers using SMB file shares.&amp;nbsp; These shares are created by the replication service.&amp;nbsp; Permissions to access these shares are derived by assigning the share permission READ to the Exchange Servers group.&lt;/P&gt;
&lt;P align=justify&gt;&lt;A href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Kerberosauthenticationdnssuffixliststher_ECDA/image_2.png" mce_href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Kerberosauthenticationdnssuffixliststher_ECDA/image_2.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title=image border=0 alt=image src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Kerberosauthenticationdnssuffixliststher_ECDA/image_thumb.png" width=199 height=244 mce_src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Kerberosauthenticationdnssuffixliststher_ECDA/image_thumb.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P align=justify&gt;Note:&amp;nbsp; We use a very restrictive read heuristic which does not fully equal the same read permission as set through the GUI so you’ll have to trust me here – the groups effective share permission is read.&lt;/P&gt;
&lt;P align=justify&gt;In the Exchange Servers group we automatically place the machine account for each Exchange server installed.&amp;nbsp; &lt;/P&gt;
&lt;P align=justify&gt;&lt;A href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Kerberosauthenticationdnssuffixliststher_ECDA/image_4.png" mce_href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Kerberosauthenticationdnssuffixliststher_ECDA/image_4.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title=image border=0 alt=image src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Kerberosauthenticationdnssuffixliststher_ECDA/image_thumb_1.png" width=221 height=244 mce_src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Kerberosauthenticationdnssuffixliststher_ECDA/image_thumb_1.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P align=justify&gt;By adding the Exchange servers machine account to the Exchange Servers group, and adding the Exchange Servers group with appropriate permissions, we’ve effectively allowed the machine accounts read access to the shares.&amp;nbsp; The replication service, which runs under the local system security context, can then access the shares to pull log files.&lt;/P&gt;
&lt;P align=justify&gt;&lt;STRONG&gt;&lt;EM&gt;The Issue…&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P align=justify&gt;It is becoming more common in environments to no longer see WINS installations.&amp;nbsp; It is still a requirement of the product though that short name resolution work.&amp;nbsp; Many administrators address this issue by using a DNS suffix list.&amp;nbsp; You can set the DNS suffix list on the advanced settings of TCP/IP.&lt;/P&gt;
&lt;P align=justify&gt;&lt;A href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Kerberosauthenticationdnssuffixliststher_ECDA/image_6.png" mce_href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Kerberosauthenticationdnssuffixliststher_ECDA/image_6.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title=image border=0 alt=image src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Kerberosauthenticationdnssuffixliststher_ECDA/image_thumb_2.png" width=206 height=244 mce_src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Kerberosauthenticationdnssuffixliststher_ECDA/image_thumb_2.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P align=justify&gt;When a short name resolution request is made, the domains are appended in order as specified on the list.&amp;nbsp; If the name can be found in the DNS zone of the name as appended, then this combination is returned as the fully qualified domain name. &lt;/P&gt;
&lt;P align=justify&gt;For example, if I have a host Server1 that is registered only in the DNS namespace exchange.msft, when I issue a ping request to Server1 the first domain appended is external.exchange.msft.&amp;nbsp; Since the machine is not registered in that dns domain, the second address is appended, in this case exchange.msft.&amp;nbsp; With the machine registered in this domain, a successful name query response is received and the ping will continue successfully to server1.exchange.msft.&lt;/P&gt;
&lt;P align=justify&gt;An ipconfig /all will display the appended DNS suffixes and their order.&lt;/P&gt;
&lt;P align=justify&gt;&lt;A href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Kerberosauthenticationdnssuffixliststher_ECDA/image_8.png" mce_href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Kerberosauthenticationdnssuffixliststher_ECDA/image_8.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title=image border=0 alt=image src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Kerberosauthenticationdnssuffixliststher_ECDA/image_thumb_3.png" width=244 height=65 mce_src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/Kerberosauthenticationdnssuffixliststher_ECDA/image_thumb_3.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P align=justify&gt;In many circumstances the machine will only resolve in a single DNS domain.&amp;nbsp; If this is the case then it will not affect keberos authentication.&amp;nbsp; Where an issue occurs is where the machine resolves in more then one domain, and the domain it resolves it does not match the active directory domain (which in this case is what is registered on the service principle name records) of the machine account.&amp;nbsp; Lets look at an example of how this can be an issue.&lt;/P&gt;
&lt;P align=justify&gt;In this example the machine Server1 is registered in the dns domain external.exchange.msft and exchange.msft.&amp;nbsp; My active directory DNS name space for the domain that the machine is a member of is exchange.msft.&lt;/P&gt;
&lt;P align=justify&gt;My append dns suffixes in this order has the following list:&lt;/P&gt;
&lt;P align=justify&gt;external.exchange.msft&lt;/P&gt;
&lt;P align=justify&gt;exchange.msft&lt;/P&gt;
&lt;P align=justify&gt;domain.com&lt;/P&gt;
&lt;P align=justify&gt;When the replication service attempts to copy a log file it begins the authentication process to the share.&amp;nbsp; The first step in this process is obtaining a kerberos ticket so we can leverage the permissions of the machine account (local system) for share access.&amp;nbsp; The first name in the suffix list is appended, and a successful name resolution occurs.&amp;nbsp; In this case the fully qualified domain name is believed to be Server1.external.exchange.msft.&amp;nbsp; At this time the kerberos key distribution center is contacted, and a ticket is issued for Server1.external.exchange.msft.&amp;nbsp; The next step is to access the share presenting this kerberos ticket.&amp;nbsp; At this time an access denied is received to the share, and logs cannot be copied.&amp;nbsp; &lt;/P&gt;
&lt;P align=justify&gt;The reason the access denied is returned is that the service principle names stamped on the machine account in active directory for the server does not include Server1.external.exchange.msft, it only includes Server1.exchange.msft (the AD domain name).&amp;nbsp; You can see the SPNs registered on the server by doing an LDP dump of the computer object in the active directory domain container.&amp;nbsp; Here is an example:&lt;/P&gt;
&lt;P&gt;servicePrincipalName (4): MSServerClusterMgmtAPI/2008-NODE1; MSServerClusterMgmtAPI/2008-Node1.exchange.msft; HOST/2008-Node1; HOST/2008-Node1.exchange.msft; &lt;/P&gt;
&lt;P align=justify&gt;The issue in this case is easily corrected.&amp;nbsp; To correct the issue, change the appended DNS suffix list to use the active directory domain first.&amp;nbsp; For example:&lt;/P&gt;
&lt;P align=justify&gt;exchange.msft&lt;/P&gt;
&lt;P align=justify&gt;external.exchange.msft&lt;/P&gt;
&lt;P align=justify&gt;domain.com&lt;/P&gt;
&lt;P align=justify&gt;With the updated DNS suffix list the server name determined is server1.exchange.msft.&amp;nbsp; This name matches the entries of the service principle name and authentication can occur successfully and therefore log replication can occur without issues.&lt;/P&gt;
&lt;P align=justify&gt;Other functions besides log replication can be impacted by the appended DNS suffix list.&amp;nbsp; For example, certain commandlets such as get-storagegroupcopystatus and update-storagegroupcopy leverage the rights of the local system to access the remote registry service.&amp;nbsp; These commandlets can also suffer access denied conditions as authenticated remote registry connections between servers can fail.&amp;nbsp; &lt;/P&gt;
&lt;P align=justify&gt;Here is a sample of the error text from a failed get-storagegroupcopystatus:&lt;/P&gt;
&lt;P&gt;Microsoft Exchange Replication service RPC failed : &lt;BR&gt;Microsoft.Exchange.Rpc.RpcException: Error e0434f4d from cli_GetCopyStatusEx &lt;BR&gt;at Microsoft.Exchange.Rpc.Cluster.ReplayRpcClient.GetCopyStatusEx(Guid[] &lt;BR&gt;sgGuids, RpcStorageGroupCopyStatus[]&amp;amp; sgStatuses) &lt;BR&gt;at &lt;BR&gt;Microsoft.Exchange.Cluster.Replay.ReplayRpcClientWrapper.InternalGetCopyStatus(Strin &lt;BR&gt;g serverName, Guid[] sgGuids, RpcStorageGroupCopyStatus[]&amp;amp; sgStatuses, Int32 &lt;BR&gt;serverVersion) &lt;BR&gt;at &lt;BR&gt;Microsoft.Exchange.Cluster.Replay.RpcCopyStatusInfo.GetMergedStatusResults() &lt;BR&gt;at &lt;BR&gt;Microsoft.Exchange.Management.SystemConfigurationTasks.GetStorageGroupCopyStatus.Pre &lt;BR&gt;pareStatusEntryFromRpc(Boolean fCcr, Server server, StorageGroup storageGroup, &lt;BR&gt;StorageGroupCopyStatusEntry&amp;amp; entry)"&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;The moral of the story…&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Replication and commandlet issues on Exchange servers can be avoided when using appended dns suffixes list but ensuring that the active directory DNS domain is the first to be appended.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3260562" width="1" height="1"&gt;</content><author><name>TIMMCMIC</name><uri>http://blogs.technet.com/members/TIMMCMIC.aspx</uri></author></entry><entry><title>Setting up a Windows 2008 cluster where nodes reside in a disjointed DNS namespace…</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/timmcmic/archive/2009/06/28/setting-up-a-windows-2008-cluster-where-nodes-reside-in-a-disjointed-dns-namespace.aspx" /><id>http://blogs.technet.com/timmcmic/archive/2009/06/28/setting-up-a-windows-2008-cluster-where-nodes-reside-in-a-disjointed-dns-namespace.aspx</id><published>2009-06-28T15:19:12Z</published><updated>2009-06-28T15:19:12Z</updated><content type="html">&lt;p&gt;When attempting to establish the cluster services on nodes that utilize a dis-joint DNS namespace, the following errors may be encountered:&lt;/p&gt;  &lt;p&gt;Log Name: System   &lt;br /&gt;Source: Microsoft-Windows-FailoverClustering    &lt;br /&gt;Date: &lt;var&gt;Date_Time&lt;/var&gt;    &lt;br /&gt;Event ID: 1127    &lt;br /&gt;Task Category: None    &lt;br /&gt;Level: Error    &lt;br /&gt;Keywords:    &lt;br /&gt;User: SYSTEM    &lt;br /&gt;Computer: &lt;var&gt;ComputerName&lt;/var&gt;    &lt;br /&gt;Description:    &lt;br /&gt;Cluster Network interface &lt;var&gt;InterfaceName&lt;/var&gt; for cluster node &lt;var&gt;NodeName&lt;/var&gt; on network &lt;var&gt;NetworkName&lt;/var&gt; failed. Run the Validate a Configuration wizard to check your network configuration.&lt;/p&gt;  &lt;p&gt;Log Name: System    &lt;br /&gt;Source: Microsoft-Windows-FailoverClustering     &lt;br /&gt;Date: Date_Time     &lt;br /&gt;Event ID: 1207     &lt;br /&gt;Task Category: Network Name     &lt;br /&gt;Resource Level: Error     &lt;br /&gt;Keywords:     &lt;br /&gt;User: SYSTEM     &lt;br /&gt;Computer: Computer-name.domain.com Description: Cluster network name resource 'Cluster Name' cannot be brought online. The computer object associated with the resource could not be updated in domain 'disjoined.domain.com' for the following reason: Unable to update password for computer account.     &lt;br /&gt;The text for the associated error code is: The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements.     &lt;br /&gt;The cluster identity 'Cluster-name$' may lack permissions required to update the object. Please work with your domain administrator to ensure that the cluster identity can update computer objects in the domain.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;If you see errors similar to this, check out the following two links that may apply.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/library/cc755926(WS.10).aspx" href="http://technet.microsoft.com/en-us/library/cc755926(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc755926(WS.10).aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://support.microsoft.com/kb/952247/en-us" href="http://support.microsoft.com/kb/952247/en-us"&gt;http://support.microsoft.com/kb/952247/en-us&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3259377" width="1" height="1"&gt;</content><author><name>TIMMCMIC</name><uri>http://blogs.technet.com/members/TIMMCMIC.aspx</uri></author></entry><entry><title>Windows 2008 / Exchange 2007 Single Copy Clusters (SCC) – Disk Is-Alive Checking</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/timmcmic/archive/2009/06/09/windows-2008-exchange-2007-single-copy-clusters-scc-disk-is-alive-checking.aspx" /><id>http://blogs.technet.com/timmcmic/archive/2009/06/09/windows-2008-exchange-2007-single-copy-clusters-scc-disk-is-alive-checking.aspx</id><published>2009-06-09T23:11:48Z</published><updated>2009-06-09T23:11:48Z</updated><content type="html">&lt;p&gt;If you are using a Windows 2008 / Exchange 2007 Single Copy Cluster (SCC) you should read my co-workers blog post regarding disk resource is-alive checking.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.technet.com/brian_kern/archive/2009/06/04/windows-2008-and-the-isalive-sanity-check.aspx" href="http://blogs.technet.com/brian_kern/archive/2009/06/04/windows-2008-and-the-isalive-sanity-check.aspx"&gt;http://blogs.technet.com/brian_kern/archive/2009/06/04/windows-2008-and-the-isalive-sanity-check.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Tim&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3252700" width="1" height="1"&gt;</content><author><name>TIMMCMIC</name><uri>http://blogs.technet.com/members/TIMMCMIC.aspx</uri></author></entry><entry><title>Exchange 2007 SP1 CCR / LCR / SCR – Transaction Log Roll</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/timmcmic/archive/2009/06/09/exchange-2007-sp1-ccr-lcr-scr-transaction-log-roll.aspx" /><id>http://blogs.technet.com/timmcmic/archive/2009/06/09/exchange-2007-sp1-ccr-lcr-scr-transaction-log-roll.aspx</id><published>2009-06-09T23:10:21Z</published><updated>2009-06-09T23:10:21Z</updated><content type="html">&lt;p align="justify"&gt;Recently there have been some questions about transaction log rolling and continuous replication.&amp;#160; In some cases these questions often surround storage group copy status showing an initializing state (&lt;a title="http://blogs.technet.com/timmcmic/archive/2009/01/26/get-storagegroupcopystatus-initializing.aspx" href="http://blogs.technet.com/timmcmic/archive/2009/01/26/get-storagegroupcopystatus-initializing.aspx"&gt;http://blogs.technet.com/timmcmic/archive/2009/01/26/get-storagegroupcopystatus-initializing.aspx&lt;/a&gt;).&lt;/p&gt;  &lt;p align="justify"&gt;Under normal circumstances, the only time that log would roll, is when we’ve reached a log full condition.&amp;#160; If the server is being utilized, this is not a problem, as logs will roll naturally as the server processes activity.&lt;/p&gt;  &lt;p align="justify"&gt;There are times though where the server is relatively idle.&amp;#160; This would mean the current log generation would not receive enough transaction activity against it to cause it to roll over.&amp;#160; This is where “transaction log roll” is important.&amp;#160; If the current log file (ENN.log) contains a durable (or hard) commit, and that log is not filled in a period of time, it will be rolled over and shipped to the other side.&amp;#160; (&lt;strong&gt;This is not an immediate process, if we rolled a log over every time there was a durable (hard) commit we'd generate a ton of logs).&lt;/strong&gt;&amp;#160; The article referenced above gives examples of how to calculate the time that a log would roll over should it contain a durable (hard) commit.&amp;#160; The article above also contains the following text highlighting this behavior:&lt;/p&gt;  &lt;p align="justify"&gt;&lt;em&gt;“The log roll mechanism does not generate transaction logs in the absence of user or other database activity. In fact, log roll is designed to occur only when there is a partially filled log.”&lt;/em&gt;&lt;/p&gt;  &lt;p align="justify"&gt;This information is important to us for several reasons.&lt;/p&gt;  &lt;p align="justify"&gt;The first is generally if logs roll why do my storage groups stay initializing for hours at a time.&amp;#160; The answer is because the current log does not contain a durable commit.&amp;#160; If you were to restart the replication service or suspend and resume a replication instance manually the first replication state you will encounter is initializing.&amp;#160; We remain in initializing until a log is generated, copied, inspected, and put out for replay with divergence information determined.&amp;#160; If no durable (hard) commit exists in the source log stream, the logs may not be rolled over until there is a durable (hard) commit or user activity, which means replication would stay in an initializing state for a while.&amp;#160; My suggestion is, if this is a test environment, simply send mail / dismount the source databases / etc.&amp;#160; In production, I've seen people script email to test mailboxes at a schedule time with a test mailbox located in each database.&amp;#160; This causes a durable commit, which will eventually result in log file roll over and shipment to the other side.&lt;/p&gt;  &lt;p align="justify"&gt;The second reason is that log file roll can cause churn in the log file stream which does not appear normal.&amp;#160; If you reference the link above you can see that an idle storage group could generate up to 960 log files a day.&amp;#160; This is especially true of the storage group contains some type of system mailboxes (which exchange accesses causing a durable commit) or test mailboxes which the user is accessing.&amp;#160; In either scenario, there may not be enough load by either process to force log roll to occur naturally, so Exchange rolls the log for you at a certain time.&amp;#160; This causes some concern, especially when looking at the log file drive on a test server etc and questioning why so many logs were generated.&amp;#160; IE - there wasn't enough traffic to generate 960 megs of logs, which is probably correct, but there was enough traffic to put a durable commit into each of those 960 logs such that we rolled and shipped them without being full in attempts to keep both sides up to date.&lt;/p&gt;  &lt;p align="justify"&gt;The third reason I pointed this out is that there seems to be confusion on when log roll should occur.&amp;#160; This leads to people believing the log roll should occur no matter what, when as indicated it should only occur if the log contains a durable (hard) commit.&amp;#160; &lt;/p&gt;  &lt;p align="justify"&gt;There are other operations besides user activity or a durable (hard) commit which will cause the current transaction log to roll:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div align="justify"&gt;An attachment record is created in a log when a database is mounted.&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;A VSS backup occurs of the active node.&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;A VSS backup occurs of the passive node.&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div align="justify"&gt;An online streaming backup occurs of the active node.&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p align="justify"&gt;I hope everyone finds this information helpful.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3252694" width="1" height="1"&gt;</content><author><name>TIMMCMIC</name><uri>http://blogs.technet.com/members/TIMMCMIC.aspx</uri></author></entry><entry><title>When to use restore-storagegroupcopy with the –force switch and standby continuous replication (SCR)</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/timmcmic/archive/2009/06/09/when-to-use-restore-storagegroupcopy-with-the-force-switch-and-standby-continuous-replication-scr.aspx" /><id>http://blogs.technet.com/timmcmic/archive/2009/06/09/when-to-use-restore-storagegroupcopy-with-the-force-switch-and-standby-continuous-replication-scr.aspx</id><published>2009-06-09T22:38:07Z</published><updated>2009-06-09T22:38:07Z</updated><content type="html">&lt;p align="justify"&gt;Recently there was a lively internal debate regarding how to use restore-storagegroupcopy and the –force switch.&lt;/p&gt;  &lt;p align="justify"&gt;The documentation regarding the restore-storagegroupcopy command can be found at &lt;a title="http://technet.microsoft.com/en-us/library/aa996024.aspx" href="http://technet.microsoft.com/en-us/library/aa996024.aspx"&gt;http://technet.microsoft.com/en-us/library/aa996024.aspx&lt;/a&gt;.&lt;/p&gt;  &lt;p align="justify"&gt;According to the TechNet documentation:&lt;/p&gt;  &lt;p align="justify"&gt;“The &lt;em&gt;Force&lt;/em&gt; parameter can be used when the task is run programmatically and prompting for administrative input is inappropriate. If &lt;em&gt;Force&lt;/em&gt; is not provided in the cmdlet, administrative input is prompted. If &lt;em&gt;Force&lt;/em&gt; is provided in the cmdlet, but the value is omitted, its default value is $true. &lt;strong&gt;When the Restore-StorageGroupCopy cmdlet is run to make an SCR target viable for mounting, the &lt;em&gt;Force&lt;/em&gt; parameter must be included when the SCR source is not available.”&lt;/strong&gt;&lt;/p&gt;  &lt;p align="justify"&gt;You’ll notice in this text that –force is required for standby continuous replication when the SCR source is not available.&lt;/p&gt;  &lt;p align="justify"&gt;So the first question is what constitutes the source being unavailable.&amp;#160; In the most general terms the source is unavailable when the shares where the log files reside are not available such that the restore-storagegroupcopy command can be run and the remaining logs copied between machines.&lt;/p&gt;  &lt;p align="justify"&gt;For Windows 2003 based sources, and Windows 2008 non-shared storage clusters, the shares are generally not available when the entire machine is offline.&amp;#160; For Windows 2008 shared storage clusters, the shares may not be available because their corresponding file server resources are offline in the clustered mailbox server group (for example, a stop-clusteredmailboxserver was issued taking the entire CMS offline, including the file server resources).&amp;#160; Of course there are other reasons that shares may not be available, like network issues / misc hardware issues / etc.&lt;/p&gt;  &lt;p align="justify"&gt;The reason I point this out is that if the source is available, and the –force command is being used, we will not copy the delta logs over to the SCR source and mark the databases mountable.&amp;#160; This effectively causes the database mount process to fail indicating log files necessary for recovery are not present.&amp;#160; Manual recovery using eseutil /r /a would have to be performed in order for the databases to mount.&lt;/p&gt;  &lt;p align="justify"&gt;The second question is how can I overcome this limitation so this does not happen to me?&amp;#160; The answer to that is simple.&amp;#160; If you run the restore-storagegroupcopy without the –force we will attempt to copy delta logs.&amp;#160; Should the source be unavailable, we will fail the copy procedure with a meaningful message indicating that the delta logs cannot be copied, and –force is necessary.&amp;#160; After receiving this error you can repeat the restore-storagegroupcopy, this time specifying the –force.&amp;#160; Since –force was required, the logs will not be copied (source unavailable) but the databases will be marked mountable.&lt;/p&gt;  &lt;p align="justify"&gt;Rule of Thumb:&amp;#160; First try restore-storagegroupcopy and only run restore-storagegroupcopy –force if indicated to do so in the error text of the command.&lt;/p&gt;  &lt;p align="justify"&gt;===========================================================&lt;/p&gt;  &lt;p align="justify"&gt;&lt;strong&gt;&lt;em&gt;Example of successful activation using restore-storagegroupcopy where the shares are available (no –force used).&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p align="justify"&gt;===========================================================&lt;/p&gt;  &lt;p align="justify"&gt;Environment:&amp;#160; Source cluster / target standalone.&lt;/p&gt;  &lt;p align="justify"&gt;The source clustered mailbox server was stopped using stop-clusteredmailboxserver.&lt;/p&gt;  &lt;p align="justify"&gt;An eseutil /ml of the source log directory was run, the end of the log file can be seen here.&amp;#160; You will see that the log stream is complete through the E01.log.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000070.log - OK    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000071.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000072.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000073.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000074.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000075.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000076.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E01.log - OK&lt;/p&gt;  &lt;p&gt;No damaged log files were found.&lt;/p&gt;  &lt;p&gt;Operation completed successfully in 14.921 seconds.&lt;/p&gt;  &lt;p&gt;Prior to running the restore-storagegroupcopy an eseutil /ml was run against the logs on the SCR target.&amp;#160; You will note that the same logs are present with the exception of the E01.log.&amp;#160; (This is expected, even when the source CMS is shutdown gracefully the last log in the series is not copied to the SCR target.)&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000070.log - OK    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000071.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000072.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000073.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000074.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000075.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000076.log - OK&lt;/p&gt;  &lt;p&gt;No damaged log files were found.&lt;/p&gt;  &lt;p&gt;Operation completed successfully in 7.63 seconds.&lt;/p&gt;  &lt;p&gt;At this time the shares on the source are available, and the mailbox stores dismounted.&amp;#160; A restore-storagegroupcopy –standbymachine &amp;lt;machine&amp;gt; is run and completes without error.&amp;#160; The following events are noted in the application log.&lt;/p&gt;  &lt;p&gt;Log Name:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Application    &lt;br /&gt;Source:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MSExchangeRepl     &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 4/30/2009 8:20:16 AM     &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 2114     &lt;br /&gt;Task Category: Service     &lt;br /&gt;Level:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Information     &lt;br /&gt;Keywords:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Classic     &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A     &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MBX-3.exchange.msft     &lt;br /&gt;Description:     &lt;br /&gt;The replication instance for storage group MBX-2\MBX-2-SG2 has started copying transaction log files. The first log file successfully copied was generation 119.&lt;/p&gt;  &lt;p&gt;Log Name:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Application    &lt;br /&gt;Source:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MSExchangeRepl     &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 4/30/2009 8:20:16 AM     &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 2085     &lt;br /&gt;Task Category: Action     &lt;br /&gt;Level:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Information     &lt;br /&gt;Keywords:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Classic     &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A     &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MBX-3.exchange.msft     &lt;br /&gt;Description:     &lt;br /&gt;The Restore-StorageGroupCopy operation on MBX-2\MBX-2-SG2 was successful. All logs were successfully copied.&lt;/p&gt;  &lt;p&gt;I then re-ran the eseutil /ml against the log series.&amp;#160; You will note that after the restore-storagegroupcopy –standbymachine:&amp;lt;machine&amp;gt; that the e01.log is now present, it was successfully copied as a part of the restore process.&lt;/p&gt;  &lt;p&gt;I followed up with an eseutil /ml of the target log directory, you can now see that the E01.log is present in the directory.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000071.log - OK    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000072.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000073.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000074.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000075.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000076.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E01.log - OK&lt;/p&gt;  &lt;p&gt;No damaged log files were found.&lt;/p&gt;  &lt;p&gt;Operation completed successfully in 7.250 seconds.&lt;/p&gt;  &lt;p&gt;The last operation was to mount the databases.&amp;#160; At this time the databases mounted successfully – eseutil /r /a was not required.&lt;/p&gt;  &lt;p&gt;Log Name:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Application    &lt;br /&gt;Source:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MSExchangeIS Mailbox Store     &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 4/30/2009 8:25:06 AM     &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 9523     &lt;br /&gt;Task Category: General     &lt;br /&gt;Level:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Information     &lt;br /&gt;Keywords:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Classic     &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A     &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MBX-3.exchange.msft     &lt;br /&gt;Description:     &lt;br /&gt;The Microsoft Exchange Database &amp;quot;MBX-3-SG2\MBX-3-SG2-DB1&amp;quot; has been started. &lt;/p&gt;  &lt;p&gt;Database File: G:\MBX-2\MBX-2-SG2-Database\MBX-2-SG2-DB1.edb    &lt;br /&gt;Transaction Logfiles: F:\MBX-2\MBX-2-SG2-Logs\     &lt;br /&gt;Base Name (logfile prefix): E01     &lt;br /&gt;System Path: E:\MBX-2\MBX-2-SG2-System\ &lt;/p&gt;  &lt;p&gt;===========================================================&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;===========================================================&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Example of successful activation using restore-storagegroupcopy where the shares are not available (-force used).&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;===========================================================&lt;/p&gt;  &lt;p&gt;Environment:&amp;#160; Source cluster / target standalone.&lt;/p&gt;  &lt;p&gt;The clustered nodes comprising the source solution were completely shutdown making them completely unavailable.&lt;/p&gt;  &lt;p&gt;Prior to shutting the nodes down, after issuing a stop-clusteredmailboxserver, and eseutil /ml was run against the log directory.&amp;#160; You will see the log stream is complete through E01.log.&lt;/p&gt;  &lt;p&gt;Verifying log files...    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Base name: e01 &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000092.log - OK    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000093.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000094.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E01.log - OK &lt;/p&gt;  &lt;p&gt;No damaged log files were found. &lt;/p&gt;  &lt;p&gt;Operation completed successfully in 0.78 seconds&lt;/p&gt;  &lt;p&gt;Prior to running the restore-storagegroupcopy, an eseutil /ml was run against the logs on the SCR target.&amp;#160; You will note that the E01.log is not present.&lt;/p&gt;  &lt;p&gt;Verifying log files...    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Base name: e01 &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000092.log - OK    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000093.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000094.log - OK &lt;/p&gt;  &lt;p&gt;No damaged log files were found. &lt;/p&gt;  &lt;p&gt;Operation completed successfully in 0.64 seconds.&lt;/p&gt;  &lt;p&gt;At this time a restore-storagegroupcopy –standbymachine &amp;lt;MACHINE&amp;gt; was issued.&amp;#160; The following error was noted and expected since the source is no longer available.&lt;/p&gt;  &lt;p&gt;[PS] G:\&amp;gt;Restore-StorageGroupCopy -Identity MBX-2\MBX-2-SG2 -StandbyMachine MBX-3    &lt;br /&gt;Restore-StorageGroupCopy : Restore failed to verify if the database on 'MBX-2' is mounted. Verify that the database is dismounted and then use the -Force parameter to restore the storage group copy.     &lt;br /&gt;At line:1 char:25     &lt;br /&gt;+ Restore-StorageGroupCopy&amp;#160; &amp;lt;&amp;lt;&amp;lt;&amp;lt; -Identity MBX-2\MBX-2-SG2 -StandbyMachine MBX-3&lt;/p&gt;  &lt;p&gt;After receiving an error that –force was necessary, the command was re-run using restore-storagegroupcopy –standbymachine –force.&amp;#160; The following information was presented in the Exchange Management Shell window:&lt;/p&gt;  &lt;p&gt;[PS] G:\&amp;gt;Restore-StorageGroupCopy -Identity MBX-2\MBX-2-SG2 -StandbyMachine MBX-3&amp;#160;&amp;#160;&amp;#160; -force    &lt;br /&gt;WARNING: Performing a Restore-StorageGroupCopy operation on storage group     &lt;br /&gt;'MBX-2-SG2' with the Force option. Data loss is expected for this storage group.&lt;/p&gt;  &lt;p&gt;The following events were noted in the application log:&lt;/p&gt;  &lt;p&gt;Log Name:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Application    &lt;br /&gt;Source:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MSExchangeRepl     &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 5/3/2009 10:37:39 AM     &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 2139     &lt;br /&gt;Task Category: Action     &lt;br /&gt;Level:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Information     &lt;br /&gt;Keywords:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Classic     &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A     &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MBX-3.exchange.msft     &lt;br /&gt;Description:     &lt;br /&gt;The forced Restore-StorageGroupCopy operation on MBX-2\MBX-2-SG2 was successful. However, there may be some data loss.&lt;/p&gt;  &lt;p&gt;After the command complete successfully, an eseutil /ml was performed against the log stream.&amp;#160; You will note that the e01.log is not present in the target log directory, since the remaining logs could not be copied due to the SCR source being unavailable.&lt;/p&gt;  &lt;p&gt;Verifying log files...    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Base name: e01 &lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000092.log – OK&amp;#160; &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000093.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000094.log - OK &lt;/p&gt;  &lt;p&gt;No damaged log files were found. &lt;/p&gt;  &lt;p&gt;Operation completed successfully in 0.64 seconds.&lt;/p&gt;  &lt;p&gt;At this time the database was successfully mounted as indicated by the following event in the application log.&lt;/p&gt;  &lt;p&gt;Log Name:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Application    &lt;br /&gt;Source:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MSExchangeIS Mailbox Store     &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 5/3/2009 10:44:06 AM     &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 9523     &lt;br /&gt;Task Category: General     &lt;br /&gt;Level:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Information     &lt;br /&gt;Keywords:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Classic     &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A     &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MBX-3.exchange.msft     &lt;br /&gt;Description:     &lt;br /&gt;The Microsoft Exchange Database &amp;quot;MBX-3-SG2\MBX-3-SG2-DB1&amp;quot; has been started. &lt;/p&gt;  &lt;p&gt;Database File: G:\MBX-2\MBX-2-SG2-Database\MBX-2-SG2-DB1.edb    &lt;br /&gt;Transaction Logfiles: F:\MBX-2\MBX-2-SG2-Logs\     &lt;br /&gt;Base Name (logfile prefix): E01     &lt;br /&gt;System Path: E:\MBX-2\MBX-2-SG2-System\ &lt;/p&gt;  &lt;p&gt;===========================================================&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;=========================================================== &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Example of successful activation using restore-storagegroupcopy where the shares are available (-force used).&lt;/em&gt;&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;===========================================================&lt;/p&gt;  &lt;p&gt;Environment:&amp;#160; Source cluster / target standalone.&lt;/p&gt;  &lt;p align="justify"&gt;The source clustered mailbox server was stopped using stop-clusteredmailboxserver. &lt;/p&gt;  &lt;p align="justify"&gt;An eseutil /ml of the source log directory was run, the end of the log file can be seen here.&amp;#160; You will see that the log stream is complete through the E01.log.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E010000007A.log - OK    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E010000007B.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E010000007C.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E010000007D.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E010000007E.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E01.log - OK &lt;/p&gt;  &lt;p&gt;No damaged log files were found. &lt;/p&gt;  &lt;p&gt;Operation completed successfully in 16.219 seconds.&lt;/p&gt;  &lt;p&gt;Prior to running the restore-storagegroupcopy an eseutil /ml was run against the logs on the SCR target.&amp;#160; You will note that the same logs are present with the exception of the E01.log.&amp;#160; (This is expected, even when the source CMS is shutdown gracefully the last log in the series is not copied to the SCR target.)&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000079.log - OK    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E010000007A.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E010000007B.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E010000007C.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E010000007D.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E010000007E.log - OK &lt;/p&gt;  &lt;p&gt;No damaged log files were found. &lt;/p&gt;  &lt;p&gt;Operation completed successfully in 0.359 seconds.&lt;/p&gt;  &lt;p&gt;At this time a restore-storagegroupcopy with the –force command was run.&amp;#160; Please note:&amp;#160; The source shares are available so –force is NOT NECESSARY.&amp;#160; Here is sample Exchange Management Shell output.&lt;/p&gt;  &lt;p&gt;[PS] C:\Windows\System32&amp;gt;Restore-StorageGroupCopy -Identity MBX-2\MBX-2-SG2 –StandbyMachine MBX-3 –force&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;WARNING: Performing a Restore-StorageGroupCopy operation on storage group     &lt;br /&gt;'MBX-2-SG2' with the Force option. Data loss is expected for this storage     &lt;br /&gt;group.&lt;/p&gt;  &lt;p&gt;The command completed successfully as indicated by returning to the Exchange Management Shell prompt without error.&amp;#160; The following event was noted in the application log.&lt;/p&gt;  &lt;p&gt;Log Name:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Application    &lt;br /&gt;Source:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MSExchangeRepl     &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 5/1/2009 8:29:41 AM     &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 2139     &lt;br /&gt;Task Category: Action     &lt;br /&gt;Level:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Information     &lt;br /&gt;Keywords:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Classic     &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A     &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MBX-3.exchange.msft     &lt;br /&gt;Description:     &lt;br /&gt;The forced Restore-StorageGroupCopy operation on MBX-2\MBX-2-SG2 was successful. However, there may be some data loss.&lt;/p&gt;  &lt;p&gt;As follow up eseutil /ml was run against the logs on the SCR target machine.&amp;#160; You will note that the E01.log was not copied even though the restore-storagegroupcopy –force command completed successfully.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000077.log - OK    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000078.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E0100000079.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E010000007A.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E010000007B.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E010000007C.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E010000007D.log - OK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Log file: F:\MBX-2\MBX-2-SG2-Logs\E010000007E.log - OK &lt;/p&gt;  &lt;p&gt;No damaged log files were found. &lt;/p&gt;  &lt;p&gt;Operation completed successfully in 0.187 seconds.&lt;/p&gt;  &lt;p&gt;At this time a database mount attempt was performed, and failed with the following events noted in the application log.&lt;/p&gt;  &lt;p&gt;Log Name:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Application    &lt;br /&gt;Source:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MSExchangeIS     &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 5/1/2009 8:32:13 AM     &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 9518     &lt;br /&gt;Task Category: General     &lt;br /&gt;Level:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Error     &lt;br /&gt;Keywords:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Classic     &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A     &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MBX-3.exchange.msft     &lt;br /&gt;Description:     &lt;br /&gt;Error Current log file missing starting Storage Group /DC=com/DC=domain/DC=domain/CN=Configuration/CN=Services/CN=Microsoft Exchange/CN=Organization/CN=Administrative Groups/CN=Exchange Administrative Group (FYDIBOHF23SPDLT)/CN=Servers/CN=MBX-3/CN=InformationStore/CN=MBX-3-SG2 on the Microsoft Exchange Information Store.     &lt;br /&gt;Storage Group - Initialization of Jet failed. &lt;/p&gt;  &lt;p&gt;Log Name:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Application    &lt;br /&gt;Source:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ESE     &lt;br /&gt;Date:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 5/1/2009 8:32:13 AM     &lt;br /&gt;Event ID:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 455     &lt;br /&gt;Task Category: Logging/Recovery     &lt;br /&gt;Level:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Error     &lt;br /&gt;Keywords:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Classic     &lt;br /&gt;User:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A     &lt;br /&gt;Computer:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; MBX-3.exchange.msft     &lt;br /&gt;Description:     &lt;br /&gt;MSExchangeIS (2984) MBX-3-SG2: Error -1811 (0xfffff8ed) occurred while opening logfile f:\MBX-2\MBX-2-SG2-Logs\E01.log. &lt;/p&gt;  &lt;p&gt;The –1811 error translates to:&lt;/p&gt;  &lt;p&gt;# for decimal -1811 / hex 0xfffff8ed    &lt;br /&gt;&amp;#160; JET_errFileNotFound     &lt;br /&gt;# /* File not found */     &lt;br /&gt;&amp;#160; JET_errFileNotFound     &lt;br /&gt;# /* File not found */     &lt;br /&gt;&amp;#160; JET_errFileNotFound     &lt;br /&gt;# /* File not found */     &lt;br /&gt;# 3 matches found for &amp;quot;-1811&amp;quot;&lt;/p&gt;  &lt;p&gt;In this case the –force command was improperly used resulting in logs not being copied to the SCR target.&amp;#160; The databases could be mounted if they were manually recovered using eseutil /r /a or the logs manually copied to the SCR target.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;This behavior is BY DESIGN.&amp;#160; The –force command does not check to see if the SCR source is available, therefore no log file copy attempts are made.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;===========================================================&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3252670" width="1" height="1"&gt;</content><author><name>TIMMCMIC</name><uri>http://blogs.technet.com/members/TIMMCMIC.aspx</uri></author></entry><entry><title>Evicting an Exchange 2007 clustered node.</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/timmcmic/archive/2009/06/09/evicting-an-exchange-2007-clustered-node.aspx" /><id>http://blogs.technet.com/timmcmic/archive/2009/06/09/evicting-an-exchange-2007-clustered-node.aspx</id><published>2009-06-09T19:34:37Z</published><updated>2009-06-09T19:34:37Z</updated><content type="html">&lt;p align="justify"&gt;There maybe time in either Windows 2003 or Windows 2008 where it may become necessary to evict a clustered node that has Exchange 2007 installed on it.&lt;/p&gt;  &lt;p align="justify"&gt;Under normal circumstances evicting a clustered node is a benign procedure.&amp;#160; When the node has Exchange 2007 installed on it special precautions must be taken.&lt;/p&gt;  &lt;p align="justify"&gt;When Exchange 2007 is installed on a clustered node a special DLL (exres.dll) is registered for the cluster service.&amp;#160; This dll contains the extensions in cluster that define the system attendant, information store, and databases instance clustered resources.&amp;#160; You can see the resource definitions in the cluster registry hive (HKLM –&amp;gt; System –&amp;gt; Cluster –&amp;gt; ResourceTypes).&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EvictinganExchange2007clusterednode_B6F9/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EvictinganExchange2007clusterednode_B6F9/image_thumb.png" width="173" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;If you select one of the Exchange resource types, you will see that the DLL that defines it (DLLName) is exres.dll.&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EvictinganExchange2007clusterednode_B6F9/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/timmcmic/WindowsLiveWriter/EvictinganExchange2007clusterednode_B6F9/image_thumb_1.png" width="244" height="47" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p align="justify"&gt;The resource types that are registered in a cluster are local to each node.&amp;#160; When a node is evicted from a cluster, the local configuration is destroyed.&amp;#160; If the node is joined back to an existing cluster, the Exchange resource types are no longer registered.&amp;#160; This will effectively prevent this node from participating in the cluster.&lt;/p&gt;  &lt;p align="justify"&gt;In terms of Exchange there is no manual way to re-register the cluster extensions.&amp;#160; Exchange 2007 does not have a reinstall procedure.&amp;#160; If you attempt to rerun setup for the passive mailbox role, an error is generated indicating the role is already installed (because technically it is).&amp;#160; In some cases you are able to uninstall the mailbox role successfully, where the uninstall is not successful though there are no manual removal steps that can be used.&amp;#160; The worse case scenario is that the entire operating system must be rebuilt in order to facilitate installing Exchange.&lt;/p&gt;  &lt;p align="justify"&gt;To avoid this, use the following steps to successfully remove Exchange to facilitate evicting a clustered node:&lt;/p&gt;  &lt;p align="justify"&gt;1)&amp;#160; Run setup.com /mode:uninstall /roles:mt,mb &lt;/p&gt;  &lt;p align="justify"&gt;(Note:&amp;#160; MT is necessary to remove the management tools.&amp;#160; By default, any role install also includes the management tools.&amp;#160; By default, any uninstall only applies to the role specific – to have a complete removal you must specify both the mailbox role and management tools role.)    &lt;br /&gt;&lt;/p&gt;  &lt;p align="justify"&gt;2)&amp;#160; Evict the node from the cluster.&lt;/p&gt;  &lt;p align="justify"&gt;3)&amp;#160; Re-join the node to the cluster.&lt;/p&gt;  &lt;p align="justify"&gt;4)&amp;#160; Run setup.com /mode:install /roles:mailbox to re-establish the passive node mailbox role installation.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3252579" width="1" height="1"&gt;</content><author><name>TIMMCMIC</name><uri>http://blogs.technet.com/members/TIMMCMIC.aspx</uri></author></entry></feed>