How to Add Disk to Hyper-V Extended Replica

Doitjust4fun 96 Reputation points
2021-05-25T17:50:25.537+00:00

Hi. I need help with Hyper-V disk replication. I added a new virtual disk to a VM and used this command to update the 'disk set' to update Replication so that the new disk is replicated to the Replica Server from the Primary.

Set-VMreplication "SERVER" -ReplicatedDisks (Get-VMHardDiskDrive "SERVER")
from this article: https://social.technet.microsoft.com/Forums/windowsserver/en-US/9e57084e-45d5-414a-971e-07524591bc22/hyperv-replication-remove-disks?forum=winserverhyperv

This added the new disk to the replication but how do I also add it to the Extended Replication Server? The same command didn't work on the Replica Server.

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Doitjust4fun 96 Reputation points
    2021-05-25T17:58:36.513+00:00

    Never mind. It finally updated the extended replica automatically. It just took a LONG time.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.