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

<channel>
	<title>Exchange Server Pro &#187; Disaster Recovery</title>
	<atom:link href="http://exchangeserverpro.com/tag/disaster-recovery/feed" rel="self" type="application/rss+xml" />
	<link>http://exchangeserverpro.com</link>
	<description>Microsoft Exchange Server news, tips, tricks and tutorials</description>
	<lastBuildDate>Tue, 31 Aug 2010 12:02:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Exchange 2010 Hub Transport Server Backup and Recovery</title>
		<link>http://exchangeserverpro.com/exchange-2010-hub-transport-server-backup-and-recovery</link>
		<comments>http://exchangeserverpro.com/exchange-2010-hub-transport-server-backup-and-recovery#comments</comments>
		<pubDate>Wed, 25 Aug 2010 09:00:23 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Hub Transport]]></category>
		<category><![CDATA[Restore]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1966</guid>
		<description><![CDATA[In this tutorial you will learn how to plan a backup strategy for your Hub Transport servers, and how to use different methods to backup and restore the Hub Transport server role in Exchange Server 2010.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-2009" title="hubtransport" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/hubtransprot.png" alt="" width="174" height="207" />The Exchange Server 2010 Hub Transport Server role is responsible for all email flow within the organization.  Every email between two recipients, whether they are both internal mailboxes or one is an external mailbox, will traverse  at least one Hub Transport server.  This even includes emails between two mailboxes stored on the same database.</p>
<p>In addition to the delivery of email the Hub Transport server also applies transport rules, performs journaling, and can optionally provide message hygiene services as well.</p>
<h2>What Needs to be Backed Up on Hub Transport Servers?</h2>
<p>To plan for backup and recovery of the Hub Transport server you first need to understand where the server stores its configuration and data.</p>
<p><strong>Active Directory</strong> &#8211; most of the Hub Transport server configuration information is stored in Active Directory.  However there are a few exceptions to that.</p>
<p><strong>System State</strong> &#8211; the system state contains information such as SSL certificates installed on the server, and service startup and dependency settings in the registry, which will be important if they have been modified from the defaults.  The system state will also include information about any other applications or agents installed on the Hub Transport server, such as antivirus and anti-spam products.</p>
<p><strong>File System</strong> &#8211; the file system contains the transport queues and some of their ESE settings, log files such as message tracking logs and protocol logs, and customizations made to the local transport configuration.  The file system will also include the program files for any additional applications or agents installed on the server.</p>
<h2>Planning the Hub Transport Server Backup</h2>
<p>When you are planning the Hub Transport server backup strategy there are different approaches you can take depending on your requirements.</p>
<h3>Backing up Everything</h3>
<p>A full system backup of the server, along with a working Active Directory, encompasses all of the required information for a recovery.  However this backup takes the longest and will consume the most backup storage.</p>
<p>If a server failed and needed to be recovered from a full backup any undelivered messages still in the transport queue would be lost.  But it is impractical to backup the entire server multiple times a day just to protect the transport queue databases from data loss.</p>
<p>Depending on the Exchange environment and the backup infrastructure in place a full server recovery may take longer than simply rebuilding the server from scratch.</p>
<h3>Backing up the Minimum</h3>
<p>To save on backup storage and minimize the backup time frame the minimum data on the Hub Transport server can be backed up.  For most environments this would mean only backing up the transport queue databases and the log files on the file system.</p>
<p>Because these would be relatively fast to back up this type of backup could be performed multiple times per day to minimize the risk of losing undelivered messages.  This concern would mostly apply to high volume email environments where the transport queues are regularly backlogged.  Of course in those cases some attention should be paid to whatever performance bottleneck is causing the backlog, if it is something within the control of that organization to fix.</p>
<h3>Backing up Nothing</h3>
<p>A perfectly feasible backup strategy for the Hub Transport server is to back up nothing at all.  This would be practical if:</p>
<ul>
<li>there are multiple, redundant Hub Transport servers deployed</li>
<li>the transport queues are not frequently backlogged</li>
<li>the organization does not wish to retain any log files from the Hub Transport servers</li>
</ul>
<p>If all those conditions are true then it may not be necessary to back up the Hub Transport servers at all.</p>
<h2>Backing Up and Restoring Hub Transport Servers</h2>
<p>For the purposes of this demonstration I&#8217;ve configured a Hub Transport server with an additional Receive Connector.</p>
<p><img class="aligncenter size-full wp-image-1994" title="relayconnector" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/relayconnector.png" alt="" width="436" height="179" /></p>
<p>Message tracking logs are also enabled.</p>
<p><img class="aligncenter size-full wp-image-1993" title="messagetracking" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/messagetracking.png" alt="" width="407" height="102" /></p>
<h3>Recovering a Hub Transport Server</h3>
<p>As mentioned earlier most of the critical Hub Transport server configuration is stored in Active Directory.  When a Hub Transport server has failed you can recover the server using the following process.</p>
<ol>
<li>Install a new server to host the Hub Transport server role</li>
<li>Configure the server with the same name and IP address as the failed server, and join it to the domain</li>
<li>Install the <a href="http://exchangeserverpro.com/installing-exchange-server-2010-pre-requisites-on-windows-server-2008-r2">Exchange Server 2010 pre-requisites</a></li>
<li>Perform an installation of Exchange Server 2010 using Recovery Mode</li>
</ol>
<p>To run setup in Recovery Mode use the following command to launch Exchange Server 2010 set from an elevated command prompt.</p>
<pre>C:\Admin\Exchange 2010&gt;setup /m:recoverserver</pre>
<p>Setup performs a server recovery instead of a normal installation.</p>
<pre>Welcome to Microsoft Exchange Server 2010 Unattended Setup

By continuing the installation process, you agree to the license terms of
Microsoft Exchange Server 2010. If you don't accept these license terms,
please cancel the installation. To review these license terms, please go to

http://go.microsoft.com/fwlink/?LinkId=150127&amp;clcid=0x409/

...............
No key presses were detected.  Setup will continue.
Preparing Exchange Setup

    Copying Setup Files              ......................... COMPLETED

The following server roles will be recovered
    Hub Transport Role
    Management Tools

Performing Microsoft Exchange Server Prerequisite Check

    Hub Transport Role Checks        ......................... COMPLETED
 This computer requires the 2007 Office System Converter: Microsoft Filter Pack.
 Please install the software from http://go.microsoft.com/fwlink/?LinkId=123380.

Configuring Microsoft Exchange Server

    Preparing Setup                  ......................... COMPLETED
    Stopping Services                ......................... COMPLETED
    Copying Exchange Files           ......................... COMPLETED
    Restoring Services               ......................... COMPLETED
    Hub Transport Server Role        ......................... COMPLETED
    Exchange Management Tools        ......................... COMPLETED
    Finalizing Setup.                ......................... COMPLETED

The Microsoft Exchange Server setup operation completed successfully.
Setup has made changes to operating system settings that require a reboot to tak
e effect. Please reboot this server prior to placing it into production.</pre>
<p>Restart the server as prompted.  When the server has finished restarting you can verify that configurations such as the additional Receive Connector and the message tracking log configuration have been recovered with the server.</p>
<p><img class="aligncenter size-full wp-image-1994" title="relayconnector" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/relayconnector.png" alt="" width="436" height="179" /></p>
<p><img class="aligncenter size-full wp-image-1993" title="messagetracking" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/messagetracking.png" alt="" width="407" height="102" /></p>
<p>However the log files themselves are not restored during a Recovery Mode install of Exchange Server 2010.</p>
<p><img class="aligncenter size-full wp-image-1995" title="messagetrackingempty" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/messagetrackingempty.png" alt="" width="556" height="208" /></p>
<p>Neither are additional applications or agents that were previously installed ont he server.  For the Hub Transport server one notable item would the Microsoft Office Filter Pack.</p>
<p>Therefore the server is not fully recovered until all of those items, along with any further customizations to the server, have been manually applied.</p>
<h3>Full System Backup/Restore for Hub Transport Servers</h3>
<p>For this demonstration I used Windows Server Backup to take a full system backup of the Hub Transport server to use for bare metal restore.</p>
<p><img class="aligncenter size-full wp-image-1996" title="fullbackup" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/fullbackup1.png" alt="" width="581" height="350" /></p>
<p>This backup can take a while depending on your backup infrastructure and the amount of data involved.  However it simplifies the restore process because it restores the full system including log files, customizations, and additional applications.</p>
<p><img class="aligncenter size-full wp-image-1997" title="fullrestore" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/fullrestore1.png" alt="" width="468" height="197" /></p>
<p>The full restore brings the server back to an operational state ready for production, however it is a point in time recovery and will not include log file entries or mail items that were still in the transport queue since that point in time.</p>
<p><img class="aligncenter size-full wp-image-2005" title="messagetrackingrestored" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/messagetrackingrestored.png" alt="" width="438" height="222" /></p>
<h2>Recovering Hub Transport Servers with Minimal Backups</h2>
<p>When the minimal backup strategy is used in conjunction with server recovery it allows you to make use of an effective hybrid approach to Hub Transport server recovery.</p>
<p>In this approach you combine the two techniques:</p>
<ul>
<li>fast, frequent backups of the transport queues and message tracking log files at regular intervals throughout the day</li>
<li>restoration using Recovery Mode with and the latest backup files</li>
</ul>
<p>To do this you run Exchange Server 2010 setup in Recovery Mode as demonstrated earlier but with an additional command line switch.</p>
<pre>C:\Admin\Exchange 2010&gt;setup /m:RecoverServer /DoNotStartTransport</pre>
<p>The <strong>/DoNotStartTransport</strong> switch stops setup from starting the Microsoft Exchange Transport service when it finishes installation.</p>
<p><img class="aligncenter size-full wp-image-2007" title="transportservice" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/transportservice.png" alt="" width="429" height="84" /></p>
<p>This allows you the opportunity to restore the most recent transport queue database and message tracking log files onto the server before it is put back into production use.</p>
<p>With this recovery model you will still need to reinstall additional applications or agents as with the previous Recovery Mode technique.</p>
<h2>Summary</h2>
<p>As you can see there are pros and cons to each backup strategy for the Hub Transport server role in Exchange Server 2010.  For many organizations the full system backup/restore will be the simplest choice, though it will consume the most backup storage and takes longer to back up.  For high volume environments or those with strict auditing and retention requirements the frequent backups of the transport queue database and log files may be the preferred approach instead.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/exchange-2010-edge-transport-server-backup-and-recovery" title="Exchange 2010 Edge Transport Server Backup and Recovery">Exchange 2010 Edge Transport Server Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/introduction-to-exchange-server-2010-backup-and-recovery" title="Introduction to Exchange Server 2010 Backup and Recovery">Introduction to Exchange Server 2010 Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/what-needs-backing-up-for-exchange-server-2010" title="What Needs Backing Up for Exchange Server 2010?">What Needs Backing Up for Exchange Server 2010?</a></li><li><a href="http://exchangeserverpro.com/improved-database-integrity-checking-in-exchange-server-2010-sp1" title="Improved Database Integrity Checking in Exchange Server 2010 SP1">Improved Database Integrity Checking in Exchange Server 2010 SP1</a></li><li><a href="http://exchangeserverpro.com/how-to-configure-a-relay-connector-for-exchange-server-2010" title="How to Configure a Relay Connector for Exchange Server 2010">How to Configure a Relay Connector for Exchange Server 2010</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/exchange-2010-hub-transport-server-backup-and-recovery">Exchange 2010 Hub Transport Server Backup and Recovery</a> is © 2010 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/exchange-2010-hub-transport-server-backup-and-recovery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improved Database Integrity Checking in Exchange Server 2010 SP1</title>
		<link>http://exchangeserverpro.com/improved-database-integrity-checking-in-exchange-server-2010-sp1</link>
		<comments>http://exchangeserverpro.com/improved-database-integrity-checking-in-exchange-server-2010-sp1#comments</comments>
		<pubDate>Tue, 24 Aug 2010 09:00:25 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Mailbox Server]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1999</guid>
		<description><![CDATA[Find out about the big new improvements to Exchange Server 2010 database integrity checking that are included with Service Pack 1.]]></description>
			<content:encoded><![CDATA[<p>Exchange administrators will be familiar with the ISInteg tool (Information Store Integrity Checker) as a way to check and repair Exchange database integrity.</p>
<p>A pain point with the tool in the past has been that it can only be run on a database that is offline.  This means that an otherwise operational database needs to be dismounted to run ISInteg to fix any suspected integrity problem.  For Exchange administrators this usually means a long night running the tool outside of business hours to minimize interruption to end users.</p>
<p>Which is why <a href="http://msexchangeteam.com/archive/2010/08/23/455899.aspx">this announcement</a> from the Microsoft Exchange Team blog is great news.</p>
<blockquote><p>In Exchange 2010 SP1, ISInteg is no longer a standalone program.</p></blockquote>
<p>With the release of Service Pack 1 for Exchange Server 2010 two new Exchange Management Shell cmdlets will be available:</p>
<ul>
<li>New-MailboxRepairRequest</li>
<li>New-PublicFolderDatabaseRepairRequest</li>
</ul>
<p>Each one performs validation and fixing of integrity issues for the respective database type.</p>
<p>The best improvement is that the tools no longer need to run on dismounted databases.  In fact they are required to run on mounted databases.</p>
<blockquote><p>These new ISInteg cmdlets come with some cool new functionality!</p>
<ul>
<li><strong>The cmdlets work with the database mounted</strong>. It&#8217;s no longer required to unmount the database to perform an integrity check or fix database errors.</li>
<li>You can repair logical corruption at the mailbox level.</li>
<li>You can fix corrupt search folders.</li>
<li>You can fix Aggregate Counts.</li>
<li>You can fix the Provisional Fid.</li>
</ul>
</blockquote>
<p>Because the tools run against mounted databases, and can perform their operations at the mailbox level, mailbox repairs will only affect the owner of that mailbox instead of every mailbox user connected to that database.</p>
<p>Another useful new feature is that the tools now output their progress to the Event Log instead of to text files, making monitoring of repair requests much easier to manage.</p>
<p>Overall a big improvement and one that will benefit Exchange administrators when they are dealing with database corruption scenarios.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/exchange-2010-hub-transport-server-backup-and-recovery" title="Exchange 2010 Hub Transport Server Backup and Recovery">Exchange 2010 Hub Transport Server Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-edge-transport-server-backup-and-recovery" title="Exchange 2010 Edge Transport Server Backup and Recovery">Exchange 2010 Edge Transport Server Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/introduction-to-exchange-server-2010-backup-and-recovery" title="Introduction to Exchange Server 2010 Backup and Recovery">Introduction to Exchange Server 2010 Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-mailbox-server-requirements-calculator-updated" title="Exchange 2010 Mailbox Server Requirements Calculator Updated">Exchange 2010 Mailbox Server Requirements Calculator Updated</a></li><li><a href="http://exchangeserverpro.com/changing-default-mailbox-database-path-in-exchange-server-2010" title="Changing Default Mailbox Database Path in Exchange Server 2010">Changing Default Mailbox Database Path in Exchange Server 2010</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/improved-database-integrity-checking-in-exchange-server-2010-sp1">Improved Database Integrity Checking in Exchange Server 2010 SP1</a> is © 2010 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/improved-database-integrity-checking-in-exchange-server-2010-sp1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 Edge Transport Server Backup and Recovery</title>
		<link>http://exchangeserverpro.com/exchange-2010-edge-transport-server-backup-and-recovery</link>
		<comments>http://exchangeserverpro.com/exchange-2010-edge-transport-server-backup-and-recovery#comments</comments>
		<pubDate>Tue, 10 Aug 2010 09:00:36 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Edge Transport]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Restore]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1839</guid>
		<description><![CDATA[In this tutorial you will learn how to plan a backup strategy for your Edge Transport servers, and how to use two different methods to backup and restore the Edge Transport server role in Exchange Server 2010.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1842" title="edgetransportserver" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/edgetransportserver.png" alt="" width="169" height="202" />The Exchange Server 2010 Edge Transport Server role is responsible for all incoming and outgoing internet email for an organization.</p>
<p>Typically deployed within a secure perimeter network, or DMZ, the Edge Transport Server is basically a smart host or SMTP relay server for the organization, and can protect from viruses, spam, and also perform other rule-based actions to control the flow of email in and out of the network.</p>
<h2>What Needs to be Backed Up on Edge Transport Servers</h2>
<p>To plan for backup and recovery of the Edge Transport server you first need to understand where the server stores its configuration and data.</p>
<p><strong>Active Directory Lightweight Directory Service</strong> &#8211; each Edge Transport server runs its own instance of AD LDS, which is used to store a subset of information about recipients in the Exchange organization, as well as information about the connectors that are established between the Edge Transport server and the Hub Transport servers for mail flow.  The AD LDS database and log files are stored on the file system of the server.</p>
<p><strong>Edge Configuration</strong> &#8211; the Edge Transport server configuration can be exported to an XML file for cloning between servers and for recovery purposes.  The Edge configuration file is stored on the file system of the server.  This does not include the Edge Subscription information that connects the Edge Transport server to Hub Transport servers.</p>
<p><strong>System State</strong> &#8211; the system state contains information such as service startup and dependency settings in the registry, which is important if any settings have been modified from the defaults.  The System State is also important if extra third party applications or agents have been installed on the Edge Transport server, local security policies have been applied, administrative accounts or groups created or modified, and a range of other items that may be important in a recovery.</p>
<p><strong>Other Files</strong> &#8211; other files such as transport queue databases and log files are also stored on the file system.</p>
<h2>Planning the Edge Transport Server Backup</h2>
<p>When you are planning the Edge Transport server backup strategy there are different approaches you can take depending on your requirements.</p>
<h3>Backing up Everything</h3>
<p>A full system backup of the server encompasses all of the required information for a recovery, however this takes longer to backup and consumes the most backup storage.</p>
<p>This makes it impractical if frequent backups are required throughout the day, for example in a high volume email environment the transport queue databases might be backed up every 5 minutes to reduce the risk of losing in-transit emails if the server crashed.</p>
<p>A full backup can also take longer to recover in some cases, however this is less of a concern if multiple Edge Transport servers are deployed.</p>
<h3>Backing up the Minimum</h3>
<p>A backup of just the Edge Transport configuration is the most efficient in terms of time frames and storage space, and can be run only when a configuration change has been made.</p>
<p>However the recovery time may be longer because a new host would need to be provisioned from scratch to import the config.</p>
<p>There may also be more manual intervention required because importing the configuration to a new server still requires the Edge Subscription to be set up again.  In addition, this backup strategy does not protect the transport queue databases, log files, or any third party applications and agents installed on the server.</p>
<h2>Backing Up and Restoring Edge Transport Servers</h2>
<p>For the purposes of this demonstration I&#8217;ve made a few changes to a default Edge Transport server install on Windows Server 2008 R2.</p>
<p>The default log file paths have been modified:</p>
<p style="text-align: center;"><img class="size-full wp-image-1840 aligncenter" title="change1" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/change1.png" alt="" width="400" height="245" /></p>
<p>An Edge Subscription is in place:</p>
<p style="text-align: center;"><img class="size-full wp-image-1841 aligncenter" title="connectors1" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/connectors1.png" alt="" width="421" height="125" /></p>
<p>.NET Framework 4 has been installed via Microsoft Update:</p>
<p style="text-align: center;"><img class="size-full wp-image-1843 aligncenter" title="programs1" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/programs1.png" alt="" width="268" height="106" /></p>
<h3><strong>Exporting/Importing the Edge Configuration</strong></h3>
<p style="text-align: left;">The Edge Configuration can be exported and imported using a script provided with Exchange Server 2010.  The script is located in the \Scripts folder of your Exchange Server 2010 installation folder, which by default would be:</p>
<blockquote><p>C:\Program Files\Microsoft\Exchange Server\V14\Scripts</p></blockquote>
<p>On the Edge Transport server launch an Exchange Management Shell and run the script to export the Edge Configuration.</p>
<pre>.\ExportEdgeConfig.ps1 -cloneConfigData C:\EdgeConfig\ex2-edgeconfig.xml

Edge configuration is exported successfully to C:\EdgeConfig\ex2-edgeconfig.xml</pre>
<p>For this demonstration the server operating system has been manually reinstalled to simulate a recovery scenario, and the Exchange Server 2010 reinstalled with the Edge Transport server role.</p>
<p>Note: the Edge Transport server can be a domain member however it is not a valid role for using <strong>Setup /m:RecoverServer</strong> to restore a failed server. In some scenarios you may encounter an error that &#8220;<a href="http://exchangeserverpro.com/exchange-2010-setup-error-the-exchange-server-is-in-an-inconsistent-state">The Exchange Server is in an inconsistent state</a>&#8221; when trying to reinstall the server.  If you do then <a href="http://exchangeserverpro.com/exchange-2010-setup-error-the-exchange-server-is-in-an-inconsistent-state">click here for the solution</a>.</p>
<p>When the new Edge Transport server is ready you can import the Edge Configuration to it using a script that is once again located in your Exchange Server 2010 installation folder.</p>
<p>Launch the Exchange Management Shell, and then run the import script to validate that the configuration can be applied.  This checks for such things as valid file system directories to confirm that that they can be recreated when the configuration is imported.</p>
<pre>.\ImportEdgeConfig.ps1 -cloneConfigData C:\EdgeConfig\ex2-edgeconfig.xml -isImport $false -cloneConfigAnswer C:\EdgeConfig\ex2-answer.xml

Warning:Passwords will be encrypted with the default script encryption key

Validation succeeded for ConnectivityLogPath element of type DirectoryPath
Validation succeeded for MessageTrackingLogPath element of type DirectoryPath
Validation succeeded for PickupDirectoryPath element of type DirectoryPath
Validation succeeded for PipelineTracingPath element of type DirectoryPath
Validation succeeded for ReceiveProtocolLogPath element of type DirectoryPath
Validation succeeded for ReplayDirectoryPath element of type DirectoryPath
Validation succeeded for RoutingTableLogPath element of type DirectoryPath
Validation succeeded for RootDropDirectoryPath element of type NullableDirectoryPath
Validation succeeded for SendProtocolLogPath element of type DirectoryPath
Validation succeeded for SourceIPAddress element of type IPAddress
Validation succeeded for SourceIPAddress element of type IPAddress
Validation succeeded for Bindings element of type Bindings
Validation succeeded for Fqdn element of type FQDN

Answer File is successfully created: C:\EdgeConfig\ex2-answer.xml</pre>
<p>Next, import the configuration file by switching the <strong>-isImport</strong> parameter to <strong>$true</strong>.</p>
<pre>.\ImportEdgeConfig.ps1 -cloneConfigData C:\EdgeConfig\ex2-edgeconfig.xml -isImport $true -cloneConfigAnswer C:\EdgeConfig\ex2-answer.xml

Warning:Passwords will be encrypted with the default script encryption key

WARNING: The contents of the pipeline tracing log may contain sensitive information. Make sure all content is either
removed or secured appropriately.

WARNING: The command completed successfully but no settings of 'exchangeserverpro.local' have been modified.
WARNING: The following service restart is required for the change(s) to take effect : MSExchangeTransport

Confirm
Are you sure you want to perform this action?
Removing Receive connector "EX2\Default internal receive connector EX2".
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "Y"): a

WARNING: The command completed successfully but no settings of 'IPAllowListConfig' have been modified.
WARNING: The command completed successfully but no settings of 'IPAllowListProviderConfig' have been modified.
WARNING: The command completed successfully but no settings of 'IPBlockListConfig' have been modified.

WARNING: Edge Transport servers don't use the MaxDumpsterSizePerStorageGroup, MaxDumpsterTime, MaxReceiveSize,
MaxRecipientEnvelopeLimit, and SupervisionTags parameters. Therefore, setting these parameters will have no effect.

Importing Edge configuration information Succeeded.</pre>
<p>Note the warning that the Transport service requires a restart.  This does not happen automatically, so run the following command from the Exchange Management Shell.</p>
<pre>restart-service msexchangetransport</pre>
<p>Although the relevant Connectors are added to the Edge Transport server when the Edge Configuration is imported, they are not correctly set up on both ends (ie on the AD Site/Hub Transport servers as well).  To do this you will need to re-run the Edge Subscription process.</p>
<p>Create an Edge Subscription file on the Edge Transport server by running the following command in an Exchange Management Shell.</p>
<pre>New-EdgeSubscription -FileName c:\edgesubscription.xml

Confirm
If you create an Edge Subscription, this Edge Transport server will be managed via EdgeSync replication. As a result,
any of the following objects that were created manually will be deleted: accepted domains, message classifications,
remote domains, and Send connectors. After creating the Edge Subscription, you must manage these objects from inside
the organization and allow EdgeSync to update the Edge Transport server. Also, the InternalSMTPServers list of the
TransportConfig object will be overwritten during the synchronization process.
 EdgeSync requires that this Edge Transport server is able to resolve the FQDN of the Hub Transport servers in the
Active Directory site to which the Edge Transport server is being subscribed, and those Hub Transport servers be able
to resolve the FQDN of this Edge Transport server. You should complete the Edge Subscription inside the organization in
 the next "1440" minutes before the bootstrap account expires.
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "Y"): y</pre>
<p>Copy the XML file to an Exchange 2010 server in the organization.  Launch the Exchange Management Console and navigate to Organization Management/Hub Transport.  Start the <strong>New Edge Subscription</strong> task.</p>
<p><img class="aligncenter size-full wp-image-1867" title="edgesub01" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/edgesub01.png" alt="" width="500" height="280" /></p>
<p>Select the Active Directory Site you wish to create the subscription with, and then browse and select the XML file that you copied from the Edge Transport server.</p>
<p><img class="aligncenter size-full wp-image-1868" title="edgesub02" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/edgesub02.png" alt="" width="471" height="242" /></p>
<p>Click <strong>New</strong> to complete the Edge Subscription wizard.</p>
<p>The Edge Transport server role has now been recovered by:</p>
<ol>
<li>Reinstalling the operating system and Exchange Server 2010</li>
<li>Importing a backup of the Edge Configuration</li>
<li>Re-establishing the Edge Subscription</li>
</ol>
<p>By only backing up the exported Edge Configuration file this technique takes up the least backup time and storage, however the restoration is more effort (note that the use of virtualization, templates or other automated build processes would speed it up to varying degrees).</p>
<ul>
<li>The customized log path settings were restored</li>
<li>The Edge Subscription was manually recreated</li>
<li>Additional applications were not recovered and need manual reinstallation</li>
</ul>
<p><img class="aligncenter size-full wp-image-1879" title="noapps" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/noapps.png" alt="" width="488" height="189" />So depending on the server there will be additional effort to bring it back to full service, if only the Edge Configuration was ever backed up.</p>
<h3>Full System Backup/Restore for Edge Transport Servers</h3>
<p>For this demonstration I used Windows Server Backup to take a full system backup of the Edge Transport server to use for bare metal restore.</p>
<p><img class="aligncenter size-full wp-image-1877" title="fullbackup" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/fullbackup.png" alt="" width="500" height="413" /></p>
<p>This backup takes longer than if you were only exporting and backing up the Edge Configuration on a regular basis.  However the restore process is simpler and possibly even faster than the previous method, because the full system is being restored, although this would depending on your backup infrastructure and whether the restore media was on hand or needed to be brought in from offsite.</p>
<p><img class="aligncenter size-full wp-image-1878" title="fullrestore" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/fullrestore.png" alt="" width="469" height="198" /></p>
<p>Once the full system restore is complete the server is ready to go, including the Exchange Server 2010 installation and all other applications and configurations on the server.</p>
<p><img class="aligncenter size-full wp-image-1843" title="programs1" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/programs1.png" alt="" width="268" height="106" /></p>
<p>Although the Edge Subscription is restored by this method, if you test it from the Hub Transport server you may find that it is temporarily broken.</p>
<pre>[PS] C:\&gt;Test-EdgeSynchronization

RunspaceId                  : 6143dd90-7b9b-40f2-8120-15e58a8e2f54
SyncStatus                  : Failed
UtcNow                      : 9/08/2010 2:29:59 AM
Name                        : EX2
LeaseHolder                 : CN=EX1,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Gr
                              oups,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=exchange
                              serverpro,DC=local
LeaseType                   : Option
FailureDetail               : The EdgeSync cookie has not been updated as expected. It may indicate EdgeSync has encoun
                              tered synchronization errors. For more information, check the EdgeSync logs.
LeaseExpiryUtc              : 9/08/2010 2:46:13 AM
LastSynchronizedUtc         : 9/08/2010 1:46:13 AM
TransportServerStatus       : Skipped
TransportConfigStatus       : Skipped
AcceptedDomainStatus        : Skipped
RemoteDomainStatus          : Skipped
SendConnectorStatus         : Skipped
MessageClassificationStatus : Skipped
RecipientStatus             : Skipped
CredentialRecords           : Number of credentials 3
CookieRecords               : Number of cookies 2</pre>
<p>You can usually fix this by simply restarting the EdgeSync service on the Hub Transport server.</p>
<pre>[PS] C:\&gt;Restart-Service MSExchangeEdgeSync</pre>
<p>The Edge Subscription should now test successfully.</p>
<pre>[PS] C:\&gt;Test-EdgeSynchronization

RunspaceId                  : 6143dd90-7b9b-40f2-8120-15e58a8e2f54
SyncStatus                  : Normal
UtcNow                      : 9/08/2010 2:32:16 AM
Name                        : EX2
LeaseHolder                 : CN=EX1,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Gr
                              oups,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=exchange
                              serverpro,DC=local
LeaseType                   : Option
FailureDetail               :
LeaseExpiryUtc              : 9/08/2010 3:30:15 AM
LastSynchronizedUtc         : 9/08/2010 2:30:15 AM
TransportServerStatus       : Skipped
TransportConfigStatus       : Skipped
AcceptedDomainStatus        : Skipped
RemoteDomainStatus          : Skipped
SendConnectorStatus         : Skipped
MessageClassificationStatus : Skipped
RecipientStatus             : Skipped
CredentialRecords           : Number of credentials 3
CookieRecords               : Number of cookies 2</pre>
<p>The Edge Transport server role has now been recovered by performing a full system restore of the server.</p>
<ul>
<li>The custom log path settings were restored</li>
<li>The Edge Subscription was maintained</li>
<li>The additional applications were also recovered</li>
</ul>
<p>By taking full system backups of the Edge Transport server the restoration process was simplified, however the backups themselves take up more time and backup storage.</p>
<h2>Summary</h2>
<p>As you can see there are pros and cons to each backup strategy for the Edge Transport server role in Exchange Server 2010.  In most environments the full system backup/restore method works best as it simplifies almost every aspect of the process, with the only trade off being the extra time and storage capacity needed during backups.  The config export/import method tends to be more suited to migrating the Edge Transport server to new hardware, or adding additional Edge Transport servers into the environment.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/exchange-2010-hub-transport-server-backup-and-recovery" title="Exchange 2010 Hub Transport Server Backup and Recovery">Exchange 2010 Hub Transport Server Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/introduction-to-exchange-server-2010-backup-and-recovery" title="Introduction to Exchange Server 2010 Backup and Recovery">Introduction to Exchange Server 2010 Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/what-needs-backing-up-for-exchange-server-2010" title="What Needs Backing Up for Exchange Server 2010?">What Needs Backing Up for Exchange Server 2010?</a></li><li><a href="http://exchangeserverpro.com/improved-database-integrity-checking-in-exchange-server-2010-sp1" title="Improved Database Integrity Checking in Exchange Server 2010 SP1">Improved Database Integrity Checking in Exchange Server 2010 SP1</a></li><li><a href="http://exchangeserverpro.com/how-to-manage-ad-lds-on-an-edge-transport-server-with-adsiedit" title="How to Manage AD LDS on an Edge Transport Server with ADSIEdit">How to Manage AD LDS on an Edge Transport Server with ADSIEdit</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/exchange-2010-edge-transport-server-backup-and-recovery">Exchange 2010 Edge Transport Server Backup and Recovery</a> is © 2010 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/exchange-2010-edge-transport-server-backup-and-recovery/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What Needs Backing Up for Exchange Server 2010?</title>
		<link>http://exchangeserverpro.com/what-needs-backing-up-for-exchange-server-2010</link>
		<comments>http://exchangeserverpro.com/what-needs-backing-up-for-exchange-server-2010#comments</comments>
		<pubDate>Wed, 04 Aug 2010 09:00:29 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Exchange Server 2010]]></category>
		<category><![CDATA[Restore]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1826</guid>
		<description><![CDATA[To plan your Exchange Server 2010 backup strategy you should first understand where Exchange stores its configuration information and data. Let’s take a look at each of the locations in which you will find Exchange Server information and data.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1828" title="servers" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/servers.jpg" alt="" width="250" height="187" />To plan your Exchange Server 2010 backup strategy you should first understand where Exchange stores its configuration information and data.</p>
<p>Exchange Server 2010 stores information in a variety of locations and these depend on factors such as:</p>
<ul>
<li>Which Exchange Server roles are installed in the environment</li>
<li>How many of each server role is deployed in the environment</li>
<li>The Active Directory topology</li>
</ul>
<p>Let’s take a look at each of the locations in which you will find Exchange Server information and data.</p>
<h2>Active Directory</h2>
<p>Exchange Server 2010 is tightly integrated into Active Directory (or in the case of the Edge Transport role, Active Directory Lightweight Directory Services).</p>
<p>All Exchange objects including servers, recipients, groups, address lists, and many more settings are stored within Active Directory, either as attributes on an object (eg the mail attributes on a User object) or as objects within the Configuration partition of Active Directory.</p>
<p>This integration is beneficial because it means that some Exchange Server roles can be recovered (at least partially) using information preserved in Active Directory.</p>
<p>Because of this integration it is critical that Active Directory forms a part of your Exchange Server 2010 backup strategy.</p>
<h2>System State</h2>
<p>The System State is a collection of data on a Windows Server that includes various services and configuration information depending on its specific roles and installed features.</p>
<p>For an Exchange Server this includes:</p>
<ul>
<li>The Registry, which holds information such as the startup mode and dependencies for Exchange services</li>
<li>The local security accounts manager database, which determines who can access and administer the Exchange server</li>
<li>The IIS metabase, which is a critical part of the Client Access Server role</li>
<li>The Cluster service configuration, which is a critical part of the Mailbox Server role when DAGs are deployed</li>
</ul>
<p>The System State of each Exchange Server is therefore a critical part of your Exchange Server backup strategy.</p>
<h2>File System</h2>
<p>Although much of the Exchange Server configuration is stored in Active Directory and the System State of each server, there are also important settings stored in configuration files on the file system itself.</p>
<p>These settings are mostly stored within XML configuration files, and can include things such as memory usage warning thresholds or the number of mailboxes that can be moved concurrently during a migration.</p>
<p>The file system is also where some data is stored while in transit, such as in the Transport queue database.</p>
<p>This means that the file system, or at least those parts containing important Exchange information, should also be considered a critical part of your Exchange Server 2010 backup strategy.</p>
<h2>Databases</h2>
<p>The final pieces of the picture are the Exchange databases.  This includes both mailbox and public folder databases.</p>
<p>These databases contain the most important information in an Exchange Server 2010 environment, and consist of two parts:</p>
<ul>
<li>The database transaction logs</li>
<li>The database files themselves</li>
</ul>
<p>Although many of the other components of Exchange Server can be backed up with standard backup products, the databases require a proper Exchange-aware backup application that can perform VSS backups of the databases.</p>
<p>Because of the use of database replication for high availability of Exchange Server 2010 the database backup requirements will vary depending on how Exchange Server 2010 has been deployed in the environment.</p>
<p>However as a general statement, without backups of the databases there is a risk of critical email and public folder information being lost in a disaster.  This makes the databases another, if not the most important part of your Exchange Server 2010 backup strategy.</p>
<p>As you can see there are four critical parts of an Exchange Server 2010 backup strategy:</p>
<ul>
<li>The Active Directory, or Active Directory Lightweight Directory Services</li>
<li>The System State of the Exchange Servers</li>
<li>The file system of the Exchange Servers</li>
<li>The Exchange Server databases</li>
</ul>
<p>In the next part of the series we’ll start to dive into how to backup and restore each of the Exchange Server 2010 server roles.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/exchange-2010-hub-transport-server-backup-and-recovery" title="Exchange 2010 Hub Transport Server Backup and Recovery">Exchange 2010 Hub Transport Server Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-edge-transport-server-backup-and-recovery" title="Exchange 2010 Edge Transport Server Backup and Recovery">Exchange 2010 Edge Transport Server Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/introduction-to-exchange-server-2010-backup-and-recovery" title="Introduction to Exchange Server 2010 Backup and Recovery">Introduction to Exchange Server 2010 Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/improved-database-integrity-checking-in-exchange-server-2010-sp1" title="Improved Database Integrity Checking in Exchange Server 2010 SP1">Improved Database Integrity Checking in Exchange Server 2010 SP1</a></li><li><a href="http://exchangeserverpro.com/some-recent-articles" title="Some Recent Articles">Some Recent Articles</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/what-needs-backing-up-for-exchange-server-2010">What Needs Backing Up for Exchange Server 2010?</a> is © 2010 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/what-needs-backing-up-for-exchange-server-2010/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Exchange Server 2010 Backup and Recovery</title>
		<link>http://exchangeserverpro.com/introduction-to-exchange-server-2010-backup-and-recovery</link>
		<comments>http://exchangeserverpro.com/introduction-to-exchange-server-2010-backup-and-recovery#comments</comments>
		<pubDate>Tue, 03 Aug 2010 09:00:51 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Restore]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1816</guid>
		<description><![CDATA[When it comes to Exchange servers backup and recovery are no less critical than any other part of the business, because so much of businesses these days runs through email.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1819" title="tapedrive" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/tapedrive.jpg" alt="" width="250" height="138" />Backup and recovery is one of the least interesting topics in IT.  I&#8217;ve never met anyone who got into IT to become a backup and recovery expert.</p>
<p><em>Note: I&#8217;ve met some great backup and recovery experts, I just haven&#8217;t met any who said thats what they wanted to become when they started in IT.</em></p>
<p>Backups tend to be all steak and no sizzle, and that lack of sizzle too often means a lack of attention and financial support for an effective backup system.  The best backup systems are often in businesses that have previously suffered a serious data loss, or those where a legislative requirement for data protection and retention exists.  Even those aren&#8217;t guarantees, I&#8217;ve met plenty of customers who have lost important data and still won&#8217;t invest in their backups.</p>
<p>When it comes to Exchange servers backup and recovery are no less critical than any other part of the business, because so much of businesses these days runs through email.  Email is the most important communication tool in most businesses; the home of their most critical documents and records.</p>
<p>In short, as an Exchange Server administrator you need to make sure your servers are being backed up correctly.</p>
<p>This is the first part of an Exchange Server Pro series of articles on backup and recovery of Exchange Server 2010.  So let&#8217;s kick things off by taking a look at some of the fundamentals of Exchange Server backup and recovery.</p>
<h2>General Backup and Recovery Terminology</h2>
<p>Throughout this series I am going to be repeating some of the same terminology, and so it will help to become familiar with it if you are not already.</p>
<h3>Backup Types</h3>
<ul>
<li><strong>Full Backup</strong> &#8211; a complete copy of the data being backed up.  In the context of Exchange Server 2010 this also truncates the transaction logs for databases.</li>
<li><strong>Incremental Backup</strong> &#8211; a partial copy of the data being backed up.  Contains all of the changes to the data since the last Full or Incremental backup.  When Full + Incremental backups are used a restore operation requires the last Full backup plus each of the subsequent Incremental backups.</li>
<li><strong>Differential Backup</strong> &#8211; a partial copy of the data being backed up. Contains all of the changes to the data since the last Full or Incremental backup, however unlike the other backup types does not mark the data as having being backed up.  This means that a restore operation only requires the last Full plus the last Differential backup.</li>
</ul>
<p>Each of the backup types makes a trade off between backup and recovery speed.  Full backups are the easiest and fastest to restore from but take the longest to backup, whereas Incremental backups are usually the fastest to backup but require more effort and time to restore from.</p>
<h3>Backup Storage</h3>
<ul>
<li><strong>Tape</strong> &#8211; magnetic tape backup storage comes in many different formats. It used to be the most cost effective and portable media for storing backups but these days disk can be more practical in some scenarios.</li>
<li><strong>Disk</strong> &#8211; large capacity hard disk storage is more affordable and portable these days than in years past and has many advantages over traditional tape backups.</li>
<li><strong>Cloud</strong> &#8211; this refers to an off-site, externally hosted backup service that is used for remote backup storage.  The cloud storage may be a mix of tape and disk depending on the service that is being used.</li>
<li><strong>Online</strong> &#8211; backup storage that is immediately accessible, such as a disk array connected to the backup server.</li>
<li><strong>Offline</strong> &#8211; backup storage that is on-premises but is not immediately accessible without human interaction, for example tapes that have been removed from the tape drive.</li>
<li><strong>Offsite</strong> &#8211; backup storage that is stored offsite, either at an alternate physical location for the business (eg, a school with two separate campuses) or that has been taken away by an offsite storage company.</li>
</ul>
<p>Again each storage type makes a trade off between convenience and protection.  Online disk storage is the easiest for backup and restore but carries the highest risk of data loss if there was a disaster in the data center itself such as fire or flood.  Offsite backup storage is safe from such disasters but adds to the restore time because the media must first be transported from offsite.</p>
<h3>Backup Planning and Management</h3>
<ul>
<li><strong>RPO</strong> &#8211; the Recovery Point Objective is the point in time at which you are aiming to recover data.  The RPO basically defines how much data loss the business is willing to tolerate, and so this plays an important part in designing a backup solution, particularly the scheduling of backups to meet the RPO requirements.</li>
<li><strong>RTO</strong> &#8211; the Recovery Time Objective is the amount of time in which a recovery must take place after a disaster has occurred.  Again this plays an important part in designing backup solutions to ensure that the correct infrastructure is in place to facilitate that speed.</li>
<li><strong>Backup Window</strong> &#8211; this is the time each day in which backup operations are able to be run.  For most businesses this is overnight, outside of their core business hours.  However depending on the RPO it may be necessary to run backups during business hours as well.</li>
</ul>
<h3>Other Terminology</h3>
<ul>
<li><strong>Bare-Metal </strong>- this refers to a type of backup that makes it possible to recover the server and its data in their entirety from a single backup.</li>
<li><strong>System State</strong> &#8211; this refers to a collection of data on a Windows Server that includes various services and configuration information that relate to its particular role, such as the Registry, boot files, Active Directory database (for Domain Controllers), cluster service information, IIS metabase, and other system files.</li>
</ul>
<h2>Exchange Server Backup and Recovery Concepts</h2>
<p>Exchange Server 2010 itself has some specific backup and recovery concepts that Exchange Server administrators need to understand.</p>
<ul>
<li><strong>VSS</strong> &#8211; the Volume Shadow-copy Service is a backup API included with Windows Server operating systems and server products such as Exchange Server 2010.  This is the only supported backup technology for Exchange Server 2010, unlike previous versions that also supported a streaming backup API.</li>
<li><strong>Active/Passive Databases</strong> &#8211; Exchange Server 2010 introduced a new high availability concept called Database Availability Groups (DAGs).  A DAG consists of multiple database copies across 2-16 Mailbox servers.  Only one copy of each database is &#8220;active&#8221; at any one time, the remainder are considered &#8220;passive&#8221;.</li>
<li><strong>Recovery Databases</strong> &#8211; this is a special database that can be used as a target for a mailbox database restore operation, allowing the administrator to mount the restored database and extract the required data from it into an active database or a PST file.</li>
<li><strong>Database Portability</strong> &#8211; the ability for Exchange Server 2010 to mount databases that have been copied or restored from other Mailbox servers.  This simplifies restore scenarios in which the original server is not available.</li>
<li><strong>Dial Tone Portability</strong> &#8211; the ability for Exchange Server 2010 to mount a temporary database with empty mailboxes for end users to continue to send and receive email while restore operations are taking place in the background.</li>
<li><strong>Log Truncation</strong> &#8211; all database operations are logged to transaction logs on the Mailbox server.  The logs can be used to recover information written since the last backup was taken if there is a database failure. When a database has been backed up all of the transaction logs that are no longer required for recovery are removed (truncated) from the server.</li>
<li><strong>Circular Logging</strong> &#8211; when this is enabled the database transaction logs are automatically truncated by the server once the database operations are written from memory to the database itself.  When circular logging is enabled the transaction logs are no longer useful for restoring data in the event of a database failure.</li>
</ul>
<p>In the next part of the series we&#8217;ll take a look at where Exchange Server 2010 stores data that you need to protect with backups.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/exchange-2010-hub-transport-server-backup-and-recovery" title="Exchange 2010 Hub Transport Server Backup and Recovery">Exchange 2010 Hub Transport Server Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-edge-transport-server-backup-and-recovery" title="Exchange 2010 Edge Transport Server Backup and Recovery">Exchange 2010 Edge Transport Server Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/what-needs-backing-up-for-exchange-server-2010" title="What Needs Backing Up for Exchange Server 2010?">What Needs Backing Up for Exchange Server 2010?</a></li><li><a href="http://exchangeserverpro.com/improved-database-integrity-checking-in-exchange-server-2010-sp1" title="Improved Database Integrity Checking in Exchange Server 2010 SP1">Improved Database Integrity Checking in Exchange Server 2010 SP1</a></li><li><a href="http://exchangeserverpro.com/some-recent-articles" title="Some Recent Articles">Some Recent Articles</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/introduction-to-exchange-server-2010-backup-and-recovery">Introduction to Exchange Server 2010 Backup and Recovery</a> is © 2010 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/introduction-to-exchange-server-2010-backup-and-recovery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Recent Articles</title>
		<link>http://exchangeserverpro.com/some-recent-articles</link>
		<comments>http://exchangeserverpro.com/some-recent-articles#comments</comments>
		<pubDate>Thu, 12 Nov 2009 21:44:41 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1029</guid>
		<description><![CDATA[Here are some of the blog posts I've written for other sites in the the last few weeks.]]></description>
			<content:encoded><![CDATA[<p>Here are some of the recent articles I have written for other sites.</p>
<h2>What if You Never Backed Up Your Exchange Server Again?</h2>
<p>A look at how the new replication and retention features of Exchange Server 2010 can be used so that you never need to back up your Exchange Server (though you probably still will <img src='http://exchangeserverpro.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ).  <a href="http://www.theemailadmin.com/2009/11/what-if-you-never-backed-up-your-exchange-server-again/">Read more&#8230;</a></p>
<h2>What if You Never Backed Up Your Exchange Server Again? (Part 2)</h2>
<p>Follow up to the previous post describing the use of lagged database copies to enable point in time recovery in case of logical corruption.  <a href="http://www.theemailadmin.com/2009/11/what-if-you-never-backed-up-your-exchange-server-again-part-2/">Read more&#8230;</a></p>
<h2>Understanding Exchange Server Accepted Domains</h2>
<p>Describes the concept of Accepted Domains and how each of the domain types (Authoritative, Internal Relay, and External Relay) can be used in difference scenarios.  <a href="http://www.theemailadmin.com/2009/10/understanding-exchange-server-accepted-domains/">Read more&#8230;</a></p>
<h2>Protecting Distribution Groups with Exchange Server 2010 Email Moderation</h2>
<p>Exchange Server 2007 was not very flexible when it came to protecting email distribution groups from misuse, but the new Moderated Transport feature of Exchange Server 2010 solves the problem.  <a href="http://www.theemailadmin.com/2009/10/protecting-distribution-groups-with-exchange-server-2010-email-moderation/">Read more&#8230;</a></p>
<h2>Designing an Exchange Server Database Layout</h2>
<p>I&#8217;ve been working on database layouts for big Exchange environments lately so this topic has been on my mind a lot.  <a href="http://www.theemailadmin.com/2009/10/designing-an-exchange-server-database-layout/">Read more&#8230;</a></p>
<h2>Exchange Server 2007 Availability Service Explained</h2>
<p>One of the more misunderstood implications of Exchange Server 2007 and 2010 is the movement away from Public Folders for storing schedule free/busy information for users of Outlook 2007 and beyond.  <a href="http://www.theemailadmin.com/2009/09/exchange-server-2007-availability-service-explained/">Read more&#8230;</a></p>
<h2>9 Benefits of Hosted Antispam Services</h2>
<p>A look at some of the benefits of choosing a hosted antispam service over on-premises solutions.  <a href="http://www.allspammedup.com/2009/11/9-benefits-of-hosted-antispam-services/">Read more&#8230;</a></p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/exchange-server-2007-backup-and-recovery" title="Exchange Server 2007 Backup and Recovery">Exchange Server 2007 Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/exchange-server-2010-and-the-benefits-of-commercial-ssl-certificates" title="Exchange Server 2010 and the Benefits of Commercial SSL Certificates">Exchange Server 2010 and the Benefits of Commercial SSL Certificates</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-hub-transport-server-backup-and-recovery" title="Exchange 2010 Hub Transport Server Backup and Recovery">Exchange 2010 Hub Transport Server Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/improved-database-integrity-checking-in-exchange-server-2010-sp1" title="Improved Database Integrity Checking in Exchange Server 2010 SP1">Improved Database Integrity Checking in Exchange Server 2010 SP1</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-edge-transport-server-backup-and-recovery" title="Exchange 2010 Edge Transport Server Backup and Recovery">Exchange 2010 Edge Transport Server Backup and Recovery</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/some-recent-articles">Some Recent Articles</a> is © 2009 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/some-recent-articles/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange Server 2007 Backup and Recovery</title>
		<link>http://exchangeserverpro.com/exchange-server-2007-backup-and-recovery</link>
		<comments>http://exchangeserverpro.com/exchange-server-2007-backup-and-recovery#comments</comments>
		<pubDate>Mon, 13 Jul 2009 11:52:35 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Client Access]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Edge Transport]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Hub Transport]]></category>
		<category><![CDATA[Mailbox]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/?p=720</guid>
		<description><![CDATA[Read my five part series covering the fundamentals of Exchange Server 2007 backup and recovery.  Learn how to backup each of the Exchange 2007 servers roles and then recover from common disaster scenarios.]]></description>
			<content:encoded><![CDATA[<p>Over at TheEmailAdmin.com I&#8217;ve published a five part series on Exchange Server 2007 backup and recovery.</p>
<ul>
<li>Part 1 &#8211; <a href="http://www.theemailadmin.com/2009/06/exchange-server-2007-backup-and-recovery-part-1-what-needs-to-be-backed-up/">What needs to be backed up for Exchange Server 2007?</a></li>
<li>Part 2 &#8211; <a href="http://www.theemailadmin.com/2009/06/exchange-server-2007-backup-and-recovery-part-2-%E2%80%93-mailbox-servers/">How to backup and restore Mailbox Servers</a></li>
<li>Part 3 &#8211; <a href="http://www.theemailadmin.com/2009/06/exchange-server-2007-backup-and-recovery-part-3-transport-servers/">How to backup and restore Hub Transport and Edge Transport Servers</a></li>
<li>Part 4 &#8211; <a href="http://www.theemailadmin.com/2009/07/exchange-server-2007-backup-and-recovery-part-4-client-access-servers/">How to backup and restore Client Access Servers</a></li>
<li>Part 5 &#8211; <a href="http://www.theemailadmin.com/2009/07/exchange-server-2007-backup-and-recovery-part-5-recovering-individual-mailbox-items/">How to recover individual mailbox items using Recovery Storage Groups</a></li>
</ul>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/some-recent-articles" title="Some Recent Articles">Some Recent Articles</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-hub-transport-server-backup-and-recovery" title="Exchange 2010 Hub Transport Server Backup and Recovery">Exchange 2010 Hub Transport Server Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-edge-transport-server-backup-and-recovery" title="Exchange 2010 Edge Transport Server Backup and Recovery">Exchange 2010 Edge Transport Server Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/how-to-share-an-email-domain-between-two-mail-systems" title="How to Share an Email Domain Between Two Mail Systems">How to Share an Email Domain Between Two Mail Systems</a></li><li><a href="http://exchangeserverpro.com/block-users-sending-to-specific-domains-with-exchange-server-2007" title="Block Users Sending to Specific Domains with Exchange Server 2007">Block Users Sending to Specific Domains with Exchange Server 2007</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/exchange-server-2007-backup-and-recovery">Exchange Server 2007 Backup and Recovery</a> is © 2009 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/exchange-server-2007-backup-and-recovery/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Free Microsoft Exchange ebooks</title>
		<link>http://exchangeserverpro.com/free-microsoft-exchange-ebooks</link>
		<comments>http://exchangeserverpro.com/free-microsoft-exchange-ebooks#comments</comments>
		<pubDate>Wed, 03 Dec 2008 02:34:07 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Exchange 2007]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/2008/12/03/free-microsoft-exchange-ebooks/</guid>
		<description><![CDATA[From MSExchange.org: &#160; Configuring Microsoft Exchange for Fast Recovery is a free e-book available from Realtime Publishers. Microsoft Exchange is the premiere authority for email in today’s global marketplace. With the impact email has on the workplace and corporate communications, along with the advent of Exchange Server 2007, maintaining an optimal environment is vital.&#160; This [...]]]></description>
			<content:encoded><![CDATA[<p>From MSExchange.org:</p>
<blockquote><p>&#160;</p>
<p><a href="http://nexus.realtimepublishers.com/ESCMEFR.htm">Configuring Microsoft Exchange for Fast Recovery</a> is a free e-book available from Realtime Publishers. </p>
<p>Microsoft Exchange is the premiere authority for email in today’s global marketplace. With the impact email has on the workplace and corporate communications, along with the advent of Exchange Server 2007, maintaining an optimal environment is vital.&#160; This includes building a resilient environment that can recover from unexpected interruptions.</p>
<p>The Essentials Series: Configuring Microsoft Exchange for Fast Recovery will provide you with the tools for configuring hardware backup and restoration strategies to help return Exchange to full function with minimal downtime.</p>
</blockquote>
<p>The download is available <a href="http://nexus.realtimepublishers.com/ESCMEFR.htm" target="_blank">here</a> at the Realtime Publishers website.&#160; There are other free ebooks available as well, but be warned you need to jump through some registration and personal information hoops to get access to them.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/the-essential-exchange-server-2007-toolkit" title="The Ultimate Exchange Server 2007 Toolkit">The Ultimate Exchange Server 2007 Toolkit</a></li><li><a href="http://exchangeserverpro.com/some-recent-articles" title="Some Recent Articles">Some Recent Articles</a></li><li><a href="http://exchangeserverpro.com/exchange-server-2007-backup-and-recovery" title="Exchange Server 2007 Backup and Recovery">Exchange Server 2007 Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/enterprise-systems-backup-and-recovery-book" title="Enterprise Systems Backup and Recovery (Book)">Enterprise Systems Backup and Recovery (Book)</a></li><li><a href="http://exchangeserverpro.com/microsoft-exam-70-236-exchange-server-2007-configuration-mcts" title="Microsoft Exam 70-236: Exchange Server 2007 Configuration (MCTS)">Microsoft Exam 70-236: Exchange Server 2007 Configuration (MCTS)</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/free-microsoft-exchange-ebooks">Free Microsoft Exchange ebooks</a> is © 2008 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/free-microsoft-exchange-ebooks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enterprise Systems Backup and Recovery (Book)</title>
		<link>http://exchangeserverpro.com/enterprise-systems-backup-and-recovery-book</link>
		<comments>http://exchangeserverpro.com/enterprise-systems-backup-and-recovery-book#comments</comments>
		<pubDate>Tue, 25 Nov 2008 10:53:45 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Disaster Recovery]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/2008/11/25/enterprise-systems-backup-and-recovery-book/</guid>
		<description><![CDATA[Dan lets us know that the book Enterprise Systems Backup and Recovery: A Corporate Insurance Policy written by local guru Preston De Guise is available now.&#160; The book is a platform-agnostic guide to comprehensive backup and recovery systems and should be compulsory reading for IT decision makers. In the author’s own words: &#160; Instead of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.penguinpunk.net/blog/?p=112">Dan</a> lets us know that the book <strong>Enterprise Systems Backup and Recovery: A Corporate Insurance Policy</strong> written by local guru <a href="http://www.enterprisesystemsbackup.com/Enterprise_Systems_Backup/About_the_Book.html">Preston De Guise</a> is <a title="Amazon.com - Enterprise Systems Backup and Recovery: A Corporate Insurance Policy" href="http://www.amazon.com/Enterprise-Systems-Backup-Recovery-Corporate/dp/1420076396?ie=UTF8&amp;s=books&amp;qid=1221104920&amp;sr=8-1">available now</a>.&#160; The book is a platform-agnostic guide to comprehensive backup and recovery systems and should be compulsory reading for IT decision makers.</p>
<p>In the author’s own words:</p>
<blockquote><p>&#160;</p>
<p>Instead of focusing on any individual backup product, this book recommends corporate procedures and policies that need to be established for comprehensive data protection.</p>
<p>It provides relevant information to any organisation, regardless of which operating systems or applications are deployed, what backup system is in place, or what planning has been done for business continuity.</p>
<p>It explains how backup must be included in every phase of system planning, development, operation, and maintenance. It also provides techniques for analyzing and improving current backup system performance.</p>
</blockquote>
<p><img title="9781420076394" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 5px 0px 0px; border-right-width: 0px" height="154" alt="9781420076394" src="http://www.exchangeserverpro.com/wp-content/uploads/2008/11/9781420076394.jpg" width="104" align="left" border="0" />I’ve tangled with <a href="http://www.symantec.com/business/backup-exec-for-windows-servers">many</a> <a href="http://www.ca.com/us/data-loss-prevention.aspx">different</a> <a href="http://www.symantec.com/business/netbackup">backup</a> <a href="http://support.microsoft.com/kb/814583">systems</a> in my career and in at least half of those environments the problems with the backup systems were not due to sloppy implementation, rather they were due to unclear corporate policies and lack of high level support for a proper investment in data protection.</p>
<p><strong>Enterprise Systems Backup and Recovery: A Corporate Insurance Policy </strong>covers everything from basic concepts, common myths, human responsibilities, retention policies, recovery strategies, handling of media, through to advanced enterprise concepts, how to provide documentation and training, and how to monitor an enterprise backup system.</p>
</p>
<p><strong>Buy it now:</strong> <a href="http://www.amazon.com/Enterprise-Systems-Backup-Recovery-Corporate/dp/1420076396?ie=UTF8&amp;s=books&amp;qid=1221104920&amp;sr=8-1">Amazon</a> | <a href="http://www.crcpress.com/shopping_cart/products/product_detail.asp?id=&amp;parent_id=&amp;sku=AU6396&amp;isbn=9781420076394&amp;pc=">CRCPress</a> | <a href="http://www.booktopia.com.au/enterprise-systems-backup-and-recovery-a-corporate-insurance-policy/prod9781420076394.html">Booktopia</a></p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/some-recent-articles" title="Some Recent Articles">Some Recent Articles</a></li><li><a href="http://exchangeserverpro.com/exchange-server-2007-backup-and-recovery" title="Exchange Server 2007 Backup and Recovery">Exchange Server 2007 Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/free-microsoft-exchange-ebooks" title="Free Microsoft Exchange ebooks">Free Microsoft Exchange ebooks</a></li><li><a href="http://exchangeserverpro.com/commvault-idataagent-and-remote-public-folders" title="Commvault iDataAgent and Remote Public Folders">Commvault iDataAgent and Remote Public Folders</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-hub-transport-server-backup-and-recovery" title="Exchange 2010 Hub Transport Server Backup and Recovery">Exchange 2010 Hub Transport Server Backup and Recovery</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/enterprise-systems-backup-and-recovery-book">Enterprise Systems Backup and Recovery (Book)</a> is © 2008 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/enterprise-systems-backup-and-recovery-book/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recovering a single Domain Controller from a USN Rollback</title>
		<link>http://exchangeserverpro.com/recovering-a-single-domain-controller-from-a-usn-rollback</link>
		<comments>http://exchangeserverpro.com/recovering-a-single-domain-controller-from-a-usn-rollback#comments</comments>
		<pubDate>Thu, 07 Feb 2008 11:58:02 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/2008/02/07/recovering-a-single-domain-controller-from-a-usn-rollback/</guid>
		<description><![CDATA[Some time ago I wrote about my experience recovering a customer&#8217;s Active Directory from a USN Rollback condition that had been caused by some virtualisation work.  There has been some discussion in the comments in that post about what to do when you have a single domain controller that thinks it is in a USN [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago I <a href="http://www.exchangeserverpro.com/2007/06/02/event-id-2095-and-the-usn-rollback-adventure/" title="Event ID 2095 and the USN Rollback adventure">wrote about my experience </a>recovering a customer&#8217;s Active Directory from a USN Rollback condition that had been caused by some virtualisation work.  There has been some discussion in the comments in that post about what to do when you have a single domain controller that thinks it is in a USN Rollback condition (eg has disabled outbound replication and paused the NetLogon service).</p>
<p>Logic would suggest that once a DC knows it is the only DC in the Forest that it would shake off the USN Rollback blues and start humming away normally again.  Not the case unfortunately.</p>
<p><a href="http://www.exchangeserverpro.com/2007/06/02/event-id-2095-and-the-usn-rollback-adventure/#comment-337" title="Link to Comment">Rob P</a> recently spent some time and effort with Microsoft support and came up with a solution that can be applied.</p>
<h3><font color="#ff0000">!!!Warning!!! !!!Warning!!! !!!Warning!!!</font></h3>
<p>I&#8217;m not 100% sure why I&#8217;m warning you, but I&#8217;ll take Rob&#8217;s word on the matter.  Apparently this fix is quite dangerous and not for the faint of heart.  My heart is not the least bit faint, particularly when it comes to my VMWare test environment, so I didn&#8217;t mind testing this out.  At the very least you should make sure you have a backup of the server you can go back to if this doesn&#8217;t work.</p>
<p>To get a single domain controller out of USN Rollback:</p>
<ol>
<li>Open Regedit</li>
<li>Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NTDS\Parameters</li>
<li>Locate the key “Dsa Not Writable”=dword:00000004</li>
<li>Delete the entire key</li>
<li>Enable replication by running <strong>repadmin /options servername -DISABLE_OUTBOUND_REPL</strong> and <strong>repadmin /options servername -DISABLE_INBOUND_REPL</strong></li>
<li>Reboot</li>
</ol>
<p>Once your domain controller has rebooted you should find that NetLogon is running again and <strong>repadmin /options</strong> no longer shows replication as being disabled.</p>
<p>I performed this test on a Windows Server 2003 R2 domain controller and I imagine it works fine on Small Business Server 2003 as well.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/event-id-2095-and-the-usn-rollback-adventure" title="Event ID 2095 and The USN Rollback Adventure">Event ID 2095 and The USN Rollback Adventure</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-hub-transport-server-backup-and-recovery" title="Exchange 2010 Hub Transport Server Backup and Recovery">Exchange 2010 Hub Transport Server Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/improved-database-integrity-checking-in-exchange-server-2010-sp1" title="Improved Database Integrity Checking in Exchange Server 2010 SP1">Improved Database Integrity Checking in Exchange Server 2010 SP1</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-edge-transport-server-backup-and-recovery" title="Exchange 2010 Edge Transport Server Backup and Recovery">Exchange 2010 Edge Transport Server Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-setup-error-the-exchange-server-is-in-an-inconsistent-state" title="Exchange 2010 Setup Error &#8211; The Exchange Server is in an Inconsistent State">Exchange 2010 Setup Error &#8211; The Exchange Server is in an Inconsistent State</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/recovering-a-single-domain-controller-from-a-usn-rollback">Recovering a single Domain Controller from a USN Rollback</a> is © 2008 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/recovering-a-single-domain-controller-from-a-usn-rollback/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
