Welcome to Matts Admin tips. This blog is full of little fixes, tutorials and work-arounds to those anoying problems that a Systems Administrator might face. If you find something that you have found useful please leave me a comment - I appreciate knowing that I've helped! Also, feel free to leave a comment if my tips or ideas don't work in your environment... I monitor them closely and would be happy to help! Matt

Standby Continuous Replication (SCR) “Suspended”

If you find that your Exchange 2007 Standby Continuous Replication isn’t working correctly, firstly run the following command from the source server using the Exchange Management Shell (EMS):

Get-StorageGroupCopyStatus – StandbyMachine EXCHANGESERVERNAME

You will then receive the Copy status queues etc. If you receive the following “Suspended” output your replication isn’t working:

There are a couple of commands to restart the replication. Firstly, from the EMS suspend the replication by using:

Suspend-StorageGroupCopy -identity ‘Storage Group Name’ -StandbyMachine EXCHANGESERVERNAME

You will be prompted to confirm – choose Yes. Now restart the replication by using:

Resume-StorageGroupCopy -identity ‘Storage Group Name’ -StandbyMachine EXCHANGESERVERNAME

You should the replay the Get-StorageGroupCopyStatus command and hopefully you should find that the SummaryCopyStatus is now “Healthy”

Tags: , , ,

Filed under:Uncategorized

Leave a Reply