Skip to content

Commit c975d76

Browse files
authored
Update set-up-hyper-v-replica-between-windows-server-2016-and-windows-server-2022.md
Edit review per CI 6970
1 parent ec28577 commit c975d76

1 file changed

Lines changed: 20 additions & 18 deletions

File tree

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: How to Set Up Hyper-V Replica between Windows Server 2016 and Windows Server 2022
3-
description: Provides guidance for setting up Hyper-V Replica when the source virtual machine(VM) resides on Windows Server 2016 and the destination VM resides on Windows Server 2022.
2+
title: How to Set Up Hyper-V Replica Between Windows Server 2016 and Windows Server 2022
3+
description: Provides guidance to set up Hyper-V Replica if the source VM is on Windows Server 2016 and the destination VM is on Windows Server 2022.
44
ms.date: 08/28/2025
55
manager: dcscontentpm
66
audience: itpro
@@ -11,9 +11,9 @@ ms.custom:
1111
- pcy:WinComm Storage High Avail
1212
---
1313

14-
# How to set up Hyper-V Replica between Windows Server 2016 and Windows Server 2022
14+
# Set up Hyper-V Replica between Windows Server 2016 and 2022
1515

16-
This article provides guidance for setting up a Hyper-V replica when the source virtual machine (VM) resides on Windows Server 2016 and the destination VM resides on Windows Server 2022.
16+
This article provides guidance for setting up a Hyper-V replica if the source virtual machine (VM) resides on Windows Server 2016 and the destination VM resides on Windows Server 2022.
1717

1818
> [!IMPORTANT]
1919
> Before you deploy this configuration in a production environment, test it in a controlled environment.
@@ -25,33 +25,33 @@ This article provides guidance for setting up a Hyper-V replica when the source
2525

2626
Before you use the procedures in this article, make sure that your host computers and VMs meet the following requirements:
2727

28-
- Make sure that you have Administrator-level access to both host computers.
29-
- Make sure that the Hyper-V role is configured on both the source (Windows Server 2016) and destination (Windows Server 2022) host computers.
30-
- Make sure that the source and destination host computers are on the same network or on connected networks.
31-
- Make sure that the appropriate firewall rules are in place to allow Hyper-V replication traffic. For information about the ports that are involved in Hyper-V replication, see "Hyper-V service" in [Service overview and network port requirements for Windows]../networking/service-overview-and-network-port-requirements#hyper-v-service).
32-
- Make sure that both host computers have sufficient storage and compute resources for the VM replicas.
33-
- Make sure that the source VM (on Windows Server 2016) and the destination VM (on Windows Server 2022) are of the same generation (both are Generation 1, or both are Generation 2).
28+
- You have administrator-level access to both host computers.
29+
- The Hyper-V role is configured on both the source (Windows Server 2016) and destination (Windows Server 2022) host computers.
30+
- The source and destination host computers are on the same network or on connected networks.
31+
- The appropriate firewall rules exist to allow Hyper-V replication traffic. For information about the ports that are involved in Hyper-V replication, see "Hyper-V service" in [Service overview and network port requirements for Windows](../networking/service-overview-and-network-port-requirements#hyper-v-service).
32+
- Both host computers have sufficient storage and compute resources for the VM replicas.
33+
- The source VM (on Windows Server 2016) and the destination VM (on Windows Server 2022) are of the same generation (both are Generation 1, or both are Generation 2).
3434

3535
## Configure replication
3636

3737
To configure the Hyper-V replica, follow these steps:
3838

39-
1. Configure the Hyper-V Replica on the source host computer by following these steps:
39+
1. Configure the Hyper-V replica on the source host computer by following these steps:
4040

4141
1. On the Windows Server 2016 host computer, open **Hyper-V Manager**.
4242
1. Right-click the VM that you want to replicate, and then select **Enable Replication**.
4343
1. Follow the prompts to configure the replication settings. Provide the destination host computer's name or IP address.
4444

4545
1. Configure Hyper-V Replica on the destination host computer by following these steps:
4646

47-
1. On the Windows Server 2022 host computer, enable the Hyper-V Replica feature.
48-
1. Open **Hyper-V Settings**, and then configure the **Replica Server** settings. Make sure that the Windows Server 2022 host computer is authorized to receive replication traffic from the Windows Server 2016 host computer.
47+
1. On the Windows Server 2022 host computer, enable the Hyper-V Replica feature.
48+
1. Open **Hyper-V Settings**, and then configure the **Replica Server** settings. Make sure that the Windows Server 2022 host computer is authorized to receive replication traffic from the Windows Server 2016 host computer.
4949

50-
Before you deploy this configuration into a production environment, test the following functionality:
50+
Before you deploy this configuration in a production environment, test the following functionality:
5151

52-
1. Start replication from the source host computer to the destination host computer, and then monitor the replication status in Hyper-V Manager to make sure that the process completes successfully.
53-
1. Trigger a planned failover, and then verify that the destination host computer can host the VM if the source host computer fails.
54-
1. Start the failback process, and then verify that when the source host computer becomes operational, the VM returns.
52+
1. Start replication from the source host computer to the destination host computer, and then monitor the replication status in Hyper-V Manager to make sure that the process finishes successfully.
53+
1. Trigger a planned failover, and verify that the destination host computer can host the VM if the source host computer fails.
54+
1. Start the failback process, and verify that the VM returns when the source host computer becomes operational.
5555

5656
## Troubleshooting replication issues
5757

@@ -63,4 +63,6 @@ Incorrect settings on either the source or destination server can prevent replic
6363

6464
Additionally, verify that the source and destination host computers connect successfully.
6565

66-
For a detailed discussion of Hyper-V Replica settings, see [Set up Hyper-V Replica](/windows-server/virtualization/hyper-v/manage/set-up-hyper-v-replica).
66+
## References
67+
68+
For a detailed discussion about Hyper-V Replica settings, see [Set up Hyper-V Replica](/windows-server/virtualization/hyper-v/manage/set-up-hyper-v-replica).

0 commit comments

Comments
 (0)