Blog Post

Virtualization
2 MIN READ

Replication Health-Windows Server 2012 R2

Trinadh Kotturu's avatar
Trinadh Kotturu
Occasional Reader
Mar 21, 2019
First published on TECHNET on May 05, 2014

We have made improvements to the way we display Replication Health in Windows Server 2012 R2 to support Extend Replication. If you are new to measuring replication health, I would strongly suggest you to go through this two part blog series on Interpreting Replication Health . I would discuss specifically on the additional changes we made in Windows Server 2012 R2.

Replication Tab in Replica Site Hyper-V Manager:

Replication tab in Replica Site now shows replication health information for both Primary Replication Relationship and Extended Replication relationship. It neatly captures the Health values separately for both primary and extend replication in a single pane separating them by a line.

Replication Health Screen in Replica Site:

Replication Health information about Extend Replication can be captured through “ Extended Replication ” tab in Replication Health screen. To view Replication Health Screen, go to Hyper-V Manager/Failover Cluster Manager and right click on protected VM and choose “ View Replication Health ”.

Replication health information about primary replication relationship is shown in “Replication” tab while extended replication screen displays Replication Health information about extend replication. What’s more, Extended Replication tab looks exactly like Replication Health screen in Primary Server to give a consistent view while Replication tab continues to display the content the way it used to. You can even “Reset Statistics” or “Save as CSV file” on a relationship basis.

Replication Health through PowerShell:

I can get Replication Health details of Extended Replication through Powershell by setting “ ReplicationRelationshipType parameter to “ Extended ”. To view the health of Replication from primary to replica, use the value of “ Simple ” as input to ReplicationRelationshipType parameter.

Measure-VMReplication –VMName <name> -ReplicationRelationshipType Extended

While we have added support to display extended replication in our UI/PS, getting details about primary replication relationship remain same

Published Mar 21, 2019
Version 1.0
No CommentsBe the first to comment