Book Image

Microsoft Exchange 2013 Cookbook

Book Image

Microsoft Exchange 2013 Cookbook

Overview of this book

Table of Contents (21 chapters)
Microsoft Exchange 2013 Cookbook
Credits
About the Author
Acknowledgments
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Managing a DAG


The purpose of a DAG is to host one, preferably more, copies of a mailbox database. In the following examples, we will have a look at the different tasks you, as an Administrator, might have to perform.

Getting ready

To execute the following steps, you need access to the Exchange Admin Center or launch the Exchange Management Shell.

How to do it...

We will cover various task related to DAG in this section:

Adding database copies

Through the EAC:

  1. Login to the EAC and navigate to servers | databases.

  2. Select the database for which you want to add a new copy and select add database copy.

    Note

    If you don't see the add database copy link, click on the three dots (...) to show more options.

  3. In the add mailbox database copy window, select the mailbox server on which you want to create a new copy.

  4. Set the Activation preference number to 2.

  5. Click on save.

To add a database copy using the Exchange Management Shell, run the following command:

Add-MailboxDatabaseCopy –Identity DB01 –MailboxServer EX03...