Update Virtualization/Hyper-V/Failover Cluster/Rebuild Failover Cluster Replication.md

This commit is contained in:
Nicole Rappe
2024-02-05 19:51:23 -07:00
parent 9ebec47e45
commit a50ef76496

View File

@ -64,5 +64,12 @@ At this point, we have disabled replication for the GuestVM and cleaned up trace
- Right-Click the GuestVM
- Navigate to "**Replication > Enable Replication...**"
- Click "Next"
- For the "**Replica Server**", enter the name of the role of the Hyper-V Replica Broker role in the Failover Cluster. `e.g. CLUSTER-01-REPL`
- **PLACEHOLDER - UNDER CONSTRUCTION - PLACEHOLDER**
- For the "**Replica Server**", enter the name of the role of the Hyper-V Replica Broker role in the (replication cluster's) Failover Cluster. `e.g. CLUSTER-02-REPL`, then click "Next"
- Click the "Select Certificate" button, since the Broker was configured with Certificate-based authentication instead of Kerberos (in this example environment). It will prompt you to accept the certificate by clicking "OK". (e.g. `HV Replica Root CA`), then click "Next"
- Make sure every drive you want replicated is checked, then click "Next"
- Replication Frequency: `5 Minutes`, then click "Next"
- Additional Recovery Points: `Maintain only the latest recovery point`, then click "Next"
- Initial Replication Method: `Send initial copy over the network`
- Schedule Initial Replication: `Start replication immediately`
- Click "Next"
- Click "Finish"