Checking Exchange 2010 DAG Health status
Hi
We have one DAG spread across two AD sites. Each DAG contains about 20 Databases across multiple servers.
If I want to run a health check to make sure all the databases are ok, what are the best commands to use? I was thinking along the lines of Test-MAPI etc (or any new ones in Exchange 2010). I want to run this against all the databases in the DAG.
Our DAG name is: EMEA1
All our mailbox servers are named EMEA-MBX-*
All our Databases are named EMEA-DB-*
November 26th, 2011 10:15pm
Here are the two commands that I use:
Get-MailboxDatabaseCopyStatus -
http://technet.microsoft.com/en-us/library/dd298044.aspx
Test-ReplicationHealth -
http://technet.microsoft.com/en-us/library/bb691314.aspxTim Harrington | MVP: Exchange | MCITP: EMA 2007/2010, MCITP: Lync 2010, MCITP: Server 2008, MCTS: OCS | Blog:
http://HowDoUC.blogspot.com | Twitter:
@twharrington
Free Windows Admin Tool Kit Click here and download it now
November 27th, 2011 10:52am
Here are the two commands that I use:
Get-MailboxDatabaseCopyStatus -
http://technet.microsoft.com/en-us/library/dd298044.aspx
Test-ReplicationHealth -
http://technet.microsoft.com/en-us/library/bb691314.aspxTim Harrington | MVP: Exchange | MCITP: EMA 2007/2010, MCITP: Lync 2010, MCITP: Server 2008, MCTS: OCS | Blog:
http://HowDoUC.blogspot.com | Twitter:
@twharrington
November 27th, 2011 6:36pm
Hi,
You can run Get-MailboxDatabaseCopyStatus
for
DAG members to check the database copy status, queues, and content indexes.
Besides, you can use Database Troubleshooter tool built in Exchange 2010 to check database:
Open EMC->Toolbox->Database Troubleshooter
Hope it helps.
ThanksSophia Xu
Free Windows Admin Tool Kit Click here and download it now
November 28th, 2011 10:22pm
Hi,
You can run Get-MailboxDatabaseCopyStatus
for
DAG members to check the database copy status, queues, and content indexes.
Besides, you can use Database Troubleshooter tool built in Exchange 2010 to check database:
Open EMC->Toolbox->Database Troubleshooter
Hope it helps.
ThanksSophia Xu
November 29th, 2011 6:07am