Skip to content

Commit 97d94fd

Browse files
authored
Merge pull request #77829 from asgang/master
application consistent
2 parents 22630fd + 600e79b commit 97d94fd

File tree

1 file changed

+51
-5
lines changed

1 file changed

+51
-5
lines changed

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

Lines changed: 51 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,57 @@ For Site Recovery replication to work, outbound connectivity to specific URLs or
7474

7575
## Error ID 153006 - No app-consistent recovery point available for the VM in the last 'XXX' minutes
7676

77-
To generate application consistent recovery points, Azure site recovery use VSS framework on Windows. </br>
7877
Some of the most common issues are listed below
7978

80-
**Cause 1: Known issue on SQL server 2008/ 2008R2** </br>
81-
*How to fix* : There is a known issue with SQL server 2008/2008R2. Please refer this KB article [ASR Agent or other non-component VSS backup fails for a server hosting SQL Server 2008 R2](https://support.microsoft.com/help/4504103/non-component-vss-backup-fails-for-server-hosting-sql-server-2008-r2)
79+
#### Cause 1: Known issue on SQL server 2008/2008 R2
80+
**How to fix** : There is a known issue with SQL server 2008/2008 R2. Please refer this KB article [Azure Site Recovery Agent or other non-component VSS backup fails for a server hosting SQL Server 2008 R2](https://support.microsoft.com/help/4504103/non-component-vss-backup-fails-for-server-hosting-sql-server-2008-r2)
8281

83-
**Cause 2:** Azure Site Recovery jobs fail on servers hosting **any version** of SQL Server instances with AUTO_CLOSE DBs </br>
84-
*How to fix* : Refer Kb [article](https://support.microsoft.com/help/4504104/non-component-vss-backups-such-as-azure-site-recovery-jobs-fail-on-ser)
82+
#### Cause 2: Azure Site Recovery jobs fail on servers hosting any version of SQL Server instances with AUTO_CLOSE DBs
83+
**How to fix** : Refer Kb [article](https://support.microsoft.com/help/4504104/non-component-vss-backups-such-as-azure-site-recovery-jobs-fail-on-ser)
84+
85+
#### Cause 3: You are using Storage spaces direct configuration
86+
**How to fix** : Azure Site Recovery cannot create application consistent recovery point for Storage spaces direct configuration. Please refer article to correctly [configure the replication policy](https://docs.microsoft.com/azure/site-recovery/azure-to-azure-how-to-enable-replication-s2d-vms)
87+
88+
### More causes due to VSS related issues:
89+
90+
To troubleshoot further, Check the files on the source machine to get the exact error code for failure:
91+
92+
C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\Application Data\ApplicationPolicyLogs\vacp.log
93+
94+
How to locate the errors in the file?
95+
Search for the string "vacpError" by opening the vacp.log file in an editor
96+
97+
Ex: vacpError:220#Following disks are in FilteringStopped state [\\.\PHYSICALDRIVE1=5, ]#220|^|224#FAILED: CheckWriterStatus().#2147754994|^|226#FAILED to revoke tags.FAILED: CheckWriterStatus().#2147754994|^|
98+
99+
In the above example **2147754994** is the error code that tells you about the failure as shown below
100+
101+
#### VSS writer is not installed - Error 2147221164
102+
103+
*How to fix*: To generate application consistency tag, Azure Site Recovery uses Microsoft Volume Shadow copy Service (VSS). It installs a VSS Provider for its operation to take app consistency snapshots. This VSS Provider is installed as a service. In case the VSS Provider service is not installed, the application consistency snapshot creation fails with the error id 0x80040154 "Class not registered". </br>
104+
Refer [article for VSS writer installation troubleshooting](https://docs.microsoft.com/azure/site-recovery/vmware-azure-troubleshoot-push-install#vss-installation-failures)
105+
106+
#### VSS writer is disabled - Error 2147943458
107+
108+
**How to fix**: To generate application consistency tag, Azure Site Recovery uses Microsoft Volume Shadow copy Service (VSS). It installs a VSS Provider for its operation to take app consistency snapshots. This VSS Provider is installed as a service. In case the VSS Provider service is disabled, the application consistency snapshot creation fails with the error id "The specified service is disabled and cannot be started(0x80070422)". </br>
109+
110+
- If VSS is disabled,
111+
- Verify that the startup type of the VSS Provider service is set to **Automatic**.
112+
- Restart the following services:
113+
- VSS service
114+
- Azure Site Recovery VSS Provider
115+
- VDS service
116+
117+
#### VSS PROVIDER NOT_REGISTERED - Error 2147754756
118+
119+
**How to fix**: To generate application consistency tag, Azure Site Recovery uses Microsoft Volume Shadow copy Service (VSS).
120+
Check if the Azure Site Recovery VSS Provider service is installed or not. </br>
121+
122+
- Retry the Provider installation using the following commands:
123+
- Uninstall existing provider: C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\InMageVSSProvider_Uninstall.cmd
124+
- Reinstall: C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\InMageVSSProvider_Install.cmd
125+
126+
Verify that the startup type of the VSS Provider service is set to **Automatic**.
127+
- Restart the following services:
128+
- VSS service
129+
- Azure Site Recovery VSS Provider
130+
- VDS service

0 commit comments

Comments
 (0)