Configure Activation Policy for a Mailbox Database Copy

Applies to: Exchange Server 2010

Activation is the process of changing a mailbox database copy from a passive copy to an active copy. Activation occurs automatically as part of a database or server failover operation, and it can be performed manually as part of a database or server switchover operation. Blocking a database for activation prevents it from becoming the active copy during a database or server failover.

Looking for other management tasks related to mailbox database copies? Check out Managing Mailbox Database Copies.

Use the Shell to suspend or resume a database for activation

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Mailbox database copies" entry in the High Availability Permissions topic.

Note

You can't use the EMC to suspend or resume a database for activation.

This example blocks the copy of the database DB1 on the server MBX2 for activation.

Suspend-MailboxDatabaseCopy -Identity DB1\MBX2 -ActivationOnly

This example resumes the copy of the database DB1 on the server MBX2 for activation.

Resume-MailboxDatabaseCopy -Identity DB1\MBX2

For detailed syntax and parameter information, see Suspend-MailboxDatabaseCopy or Resume-MailboxDatabaseCopy.