Skip to content

Commit 4f8791c

Browse files
authored
Merge pull request #90449 from Rajeswari-Mamilla/master
Update vmware-azure-troubleshoot-replication.md
2 parents a3260c4 + cb34111 commit 4f8791c

File tree

1 file changed

+16
-23
lines changed

1 file changed

+16
-23
lines changed

articles/site-recovery/vmware-azure-troubleshoot-replication.md

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -50,36 +50,16 @@ When you try to select the source machine to enable replication by using Site Re
5050

5151
Virtual machines that are replicated under Site Recovery aren't available in the Azure portal if there are duplicate entries in the system. To learn how to delete stale entries and resolve the issue, refer to [Azure Site Recovery VMware-to-Azure: How to clean up duplicate or stale entries](https://social.technet.microsoft.com/wiki/contents/articles/32026.asr-vmware-to-azure-how-to-cleanup-duplicatestale-entries.aspx).
5252

53-
## Common errors and solutions
53+
## No crash consistent recovery point available for the VM in the last 'XXX' minutes
54+
55+
Some of the most common issues are listed below
5456

5557
### Initial replication issues [error 78169]
5658

5759
Over an above ensuring that there are no connectivity, bandwidth or time sync related issues, ensure that:
5860

5961
- No anti-virus software is blocking Azure Site Recovery. Learn [more](vmware-azure-set-up-source.md#azure-site-recovery-folder-exclusions-from-antivirus-program) on folder exclusions required for Azure Site Recovery.
6062

61-
### Missing app-consistent recovery points [error 78144]
62-
63-
This happens due to issues with Volume Shadow copy Service (VSS). To resolve:
64-
65-
- Verify that the installed version of the Azure Site Recovery agent is at least 9.22.2.
66-
- Verify that VSS Provider is installed as a service in Windows Services and also verify the Component Service MMC to check that Azure Site Recovery VSS Provider is listed.
67-
- If the VSS Provider is not installed, refer the [installation failure troubleshooting article](vmware-azure-troubleshoot-push-install.md#vss-installation-failures).
68-
69-
- If VSS is disabled,
70-
- Verify that the startup type of the VSS Provider service is set to **Automatic**.
71-
- Restart the following services:
72-
- VSS service
73-
- Azure Site Recovery VSS Provider
74-
- VDS service
75-
76-
- If you are running SQL or Exchange workloads, check the logs of these application writers for failures. Frequent errors and their resolution are captured in following articles:
77-
- [Auto-Close option of SQL Server database is set to TRUE](https://support.microsoft.com/help/4504104)
78-
- [SQL Server 2008 R2 throwing a non-retryable error](https://support.microsoft.com/help/4504103)
79-
- [Known issue in SQL Server 2016 and 2017](https://support.microsoft.com/help/4493364)
80-
- [Common issue with Exchange Servers 2013 and 2016](https://support.microsoft.com/help/4037535)
81-
82-
8363
### Source machines with high churn [error 78188]
8464

8565
Possible Causes:
@@ -133,9 +113,22 @@ To resolve the issue, use the following steps to verify the service status:
133113
- Check the logs at the location for error details:
134114

135115
C:\Program Files (X86)\Microsoft Azure Site Recovery\agent\svagents*log
116+
3. To register master target with configuration server, navigate to folder **%PROGRAMDATA%\ASR\Agent**, and run the following on command prompt:
117+
```
118+
cmd
119+
cdpcli.exe --registermt
120+
121+
net stop obengine
122+
123+
net start obengine
124+
125+
exit
126+
```
136127

137128
## Error ID 78144 - No app-consistent recovery point available for the VM in the last 'XXX' minutes
138129

130+
Enhancements have been made in mobility agent [9.23](vmware-physical-mobility-service-overview.md##from-923-version-onwards) & [9.27](site-recovery-whats-new.md#update-rollup-39) versions to handle VSS installation failure behaviors. Ensure that you are on the latest versions for best guidance on troubleshooting VSS failures.
131+
139132
Some of the most common issues are listed below
140133

141134
#### Cause 1: Known issue in SQL server 2008/2008 R2

0 commit comments

Comments
 (0)