You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/windows-server/virtualization/hyper-v-replica-troubleshooting-guide.md
+55-63Lines changed: 55 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,94 +10,86 @@ ms.custom:
10
10
- sap:virtualization and hyper-v\hyper-v replica (hvr)
11
11
- pcy:WinComm Storage High Avail
12
12
---
13
-
# Hyper-V Replica Troubleshooting Guide: Common Failure Modes, Causes, and Resolutions
13
+
# Hyper-V Replica troubleshooting guide
14
14
15
-
Hyper-V Replica is an essential feature for disaster recovery and business continuity in Windows Server environments. It enables asynchronous replication of virtual machines (VMs) between primary and secondary sites. However, due to its complex integration with clusters, networks, authentication, storage, and security policies, various issues can arise. These issues may stem from configuration errors, permission problems, network instability, VM version mismatches, or software defects. This guide consolidates real-world failure scenarios, symptoms, root causes, and step-by-step resolutions to assist administrators in diagnosing and resolving Hyper-V Replica issues in both standalone and clustered deployments.
15
+
Hyper-V Replica is an essential feature for disaster recovery and business continuity in Windows Server environments. It enables asynchronous replication of virtual machines (VMs) between primary and secondary sites. However, due to its complex integration with clusters, networks, authentication, storage, and security policies, various issues can arise. These issues might stem from configuration errors, permission problems, network instability, VM version mismatches, or software defects.
16
16
17
-
## Symptoms
17
+
This guide consolidates real-world failure scenarios, symptoms, root causes, and step-by-step resolutions to assist administrators in diagnosing and resolving Hyper-V Replica issues in both standalone and clustered deployments.
18
18
19
-
###End-user experience
19
+
## End-user experience
20
20
21
-
* Inability to enable, resume, or remove Hyper-V replication for one or more virtual machines.
22
-
* Replication health states displayed as "Critical," "Paused," or "Resynchronization Required."
23
-
* Virtual machines unexpectedly shutting down or becoming unavailable.
21
+
- Inability to enable, resume, or remove Hyper-V replication for one or more virtual machines.
22
+
- Replication health states displayed as "Critical," "Paused," or "Resynchronization Required."
23
+
- Virtual machines unexpectedly shutting down or becoming unavailable.
24
24
25
-
###Technical/system symptoms
25
+
## Technical/system symptoms
26
26
27
-
* Replication is stuck at 1%, paused, or not progressing.
28
-
* The Replica Broker or Replica role fails to come online in a cluster.
29
-
* Replicated virtual machines do not receive updates after the initial sync.
30
-
* Virtual machine migration (Live Migration or Quick Migration) fails.
31
-
* Replication cannot be enabled or deleted; commands hang or produce errors.
32
-
* Virtual Machine Management Service (VMMS) is stuck in a stopping state, or VMs are stuck in the “Applying Replication changes” state.
33
-
* Disk space on the primary host fills up rapidly due to growing differencing (HRL) files.
34
-
* Replication fails after an operating system upgrade or patching.
27
+
- Replication is stuck at 1%, paused, or not progressing.
28
+
- The Replica Broker or Replica role fails to come online in a cluster.
29
+
- Replicated virtual machines don't receive updates after the initial synchronization.
30
+
- Virtual machine migration (Live Migration or Quick Migration) fails.
31
+
- Replication can't be enabled or deleted; commands hang or produce errors.
32
+
- Virtual Machine Management Service (VMMS) is stuck in a stopping state, or VMs are stuck in the "Applying Replication changes" state.
33
+
- Disk space on the primary host fills up rapidly due to growing differencing (HRL) files.
34
+
- Replication fails after an operating system upgrade or patching.
35
35
36
-
###Error messages and event IDs
36
+
## Error messages and event IDs
37
37
38
38
Common error messages include:
39
39
40
-
* "Hyper-V failed to authenticate the replica server using Kerberos authentication. Error: the connect with the server was terminated abnormally (0x00002EFE)."
41
-
* "Enabling replication failed. The parameter is incorrect. (0x80070057)."
42
-
* "Hyper-V operation failed because the specified parameter is not valid. IncludedDisks is not valid for Hyper-V operation for virtual machine."
43
-
* "Hyper-V could not replicate changes for virtual machine…The system cannot find the file specified. (0x80070002)."
44
-
* "Resume-VMReplication: Could not change the replication state. Virtual machine is not in a valid replication state to perform the operation."
45
-
* "Hyper-V Replica Broker failed to register the service principal name: The user name or password is incorrect. (0x8007052E)."
40
+
-> Hyper-V failed to authenticate the replica server using Kerberos authentication. Error: the connect with the server was terminated abnormally (0x00002EFE).
41
+
-> Enabling replication failed. The parameter is incorrect. (0x80070057)."
42
+
-> Hyper-V operation failed because the specified parameter is not valid. IncludedDisks is not valid for Hyper-V operation for virtual machine.
43
+
-> Hyper-V could not replicate changes for virtual machine…The system cannot find the file specified. (0x80070002).
44
+
-> Resume-VMReplication: Could not change the replication state. Virtual machine is not in a valid replication state to perform the operation.
45
+
-> Hyper-V Replica Broker failed to register the service principal name: The user name or password is incorrect. (0x8007052E).
0 commit comments