Topic Last Modified: 2010-08-13

The Microsoft Exchange Server 2010 Management Pack for System Center Operations Manager includes a performance data collection engine that is used to query performance counter objects on computers running Exchange 2010. For this Operations Manager rule, data is collected by using the performance counter specified in the Details table.

To review the value of the performance counter that generated this alert, in Operations Manager, double-click this alert, and then click the General tab. Review the description of the alert that includes the variables specific to your environment.

Details

Product Name

Exchange

Product Version

14.0 (Exchange 2010)

Object Name

MSExchange Replication

Counter Name

Suspended

Sample Interval

180

Server Role

Ex14. Mailbox

Warning Threshold

0

Rule Path

Microsoft Exchange Server/Exchange 2010/Mailbox/Database Copy

Rule Name

Database copy is suspended. The database copy isn't keeping up with the changes on the active database copy.

Explanation

This alert indicates that a replication issue affects the mailbox database copies in a particular Microsoft Exchange Server 2010 database availability group (DAG).

Exchange 2010 uses continuous replication to create and maintain database copies. To maintain a synchronized copy of a mailbox database, transaction log files from the active mailbox server are replayed into the passive database of another server in the DAG. This provides high availability and resiliency in the Exchange environment.

The information store is responsible for replaying the log file for the passive copy of the database that is hosted on a server. When a replica instance of a copied database is started, the Replay service contacts the information store and creates an ESE instance for the database to be mounted. This mount is for log replay only. The Replay service Log Replayer component then contacts the store over the RPC STORE ADMIN Interface (ExRpcAdmin.LogReplayRequest) to pass the log files that have to be replayed by the store.

An administrator can suspend a database copy to perform maintenance or other operations. When the database copy is suspended, transaction log replay operations cannot keep pace with the changes that are made to the active mailbox server database. In this scenario, the database copy is not up-to-date. Therefore, the replica may not be suitable as a switchover or failover database copy in the event that the active database becomes unavailable.

You can use the Get-MailboxDatabaseCopyStatus cmdlet to determine the current replication status for a database. This cmdlet can return information about all copies of a particular database, information about a specific copy of a database on a particular server, or information about all database copies on a server.

User Action

To resolve this error, do one or more of the following:

  • Review the Application log and System log on your Exchange 2010 servers for related events. For example, events that occur immediately before and after this event may provide more information about the root cause of this error.

  • Review Operations Manager for detailed information about the cause of this problem. For more information, see the "Introduction" section in this article.

  • Check the following performance counter by using Windows Reliability and Performance Monitor:

    • Object: MSExchange Replication

  • Examine the current replication status for each replica database. To do this, use the Get-MailboxDatabaseCopyStatus cmdlet. To determine the replication status of a particular database copy, run the following command, as appropriate for the particular database:

    Copy Code
    Get-MailboxDatabaseCopyStatus -Identity <databaseName>
    
  • If the database has been offline for an extended period, you may have to reseed it. To do this, follow these steps:

    1. Suspend replication to the database if it is not already suspended. To do this, run the following command:

      Copy Code
      Suspend-MailboxDatabaseCopy <databaseName>\<ReplicaServerName>
      
    2. Reseed the database copy. To do this, run the following command:

      Copy Code
      Update-MailboxDatabaseCopy <databaseName>\<ReplicaServerName> -SourceServer <ActiveServerName> -DeleteExistingFiles:$True
      
    3. Resume replication. To do this, run the following command:

      Copy Code
      Resume-MailboxDatabaseCopy <databaseName\<ReplicaServerName>
      

For more information, see the following topics in Exchange 2010 Help:

  • Understanding Mailbox Database Copies

  • Understanding Database Availability Groups

For More Information

If you are not already doing so, consider running the Exchange tools created to help you analyze and troubleshoot your Exchange environment. These tools can help make sure that your configuration aligns with Microsoft best practices. They can also help you identify and resolve performance issues, improve mail flow, and better manage disaster recovery scenarios. To run these tools, go to the Toolbox node of the Exchange Management Console. To learn more about these tools, see Managing Tools in the Toolbox.