Skip to content

Commit ca2068a

Browse files
authored
Merge pull request #111005 from davidsmatlak/ds-asrdocfix08
Copyedits, fixes ToC name, and redirect link
2 parents ee452ae + 1d8c0c7 commit ca2068a

File tree

7 files changed

+151
-132
lines changed

7 files changed

+151
-132
lines changed

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
},
534534
{
535535
"source_path": "articles/site-recovery/vmware-physical-mobility-service-install-manual.md",
536-
"redirect_url": "/azure/site-recovery/vmware-physical-mobility-service-overview#install-mobility-agent-through-ui",
536+
"redirect_url": "/azure/site-recovery/vmware-physical-mobility-service-overview#install-the-mobility-service-using-ui",
537537
"redirect_document_id": false
538538
},
539539
{
2.4 KB
Loading
3.06 KB
Loading

articles/site-recovery/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
href: vmware-azure-set-up-replication.md
242242
- name: Deploy the Mobility service
243243
items:
244-
- name: Mobility service overview and installation
244+
- name: About Mobility service installation
245245
href: vmware-physical-mobility-service-overview.md
246246
- name: Prepare for push installation
247247
href: vmware-azure-install-mobility-service.md
@@ -420,8 +420,8 @@
420420
href: vmware-physical-secondary-disaster-recovery.md
421421
- name: Hyper-V VMs
422422
items:
423-
- name: Deprecation of site-to-site scenario for Hyper-V VMs
424-
href: site-to-site-deprecation.md
423+
- name: Deprecation of site-to-site scenario for Hyper-V VMs
424+
href: site-to-site-deprecation.md
425425
- name: Walkthrough-Disaster recovery of Hyper-V VMs in VMM clouds to a secondary site
426426
href: hyper-v-vmm-disaster-recovery.md
427427
- name: Run a disaster recovery drill for Hyper-V VMs to a secondary site

articles/site-recovery/vmware-azure-common-questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The installers are in the %ProgramData%\ASR\home\svsystems\pushinstallsvc\reposi
9090
On each VM that you want to replicate, install the service by one of several methods:
9191

9292
- [Push installation](vmware-physical-mobility-service-overview.md#push-installation)
93-
- [Manual installation](vmware-physical-mobility-service-overview.md#install-mobility-agent-through-ui) from the UI or PowerShell
93+
- [Manual installation](vmware-physical-mobility-service-overview.md#install-the-mobility-service-using-ui) from the UI or PowerShell
9494
- Deployment by using a deployment tool such as [Configuration Manager](vmware-azure-mobility-install-configuration-mgr.md)
9595

9696
## Managed disks

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We recommend that you monitor the health of process servers in portal, to ensur
2525

2626
## Step 2: Troubleshoot connectivity and replication issues
2727

28-
Initial and ongoing replication failures often are caused by connectivity issues between the source server and the process server or between the process server and Azure.
28+
Initial and ongoing replication failures often are caused by connectivity issues between the source server and the process server or between the process server and Azure.
2929

3030
To solve these issues, [troubleshoot connectivity and replication](vmware-physical-azure-troubleshoot-process-server.md#check-connectivity-and-replication).
3131

@@ -91,7 +91,7 @@ To resolve the issue, use the following steps to verify the network connectivity
9191
4. On the Source Machine, examine the logs at the location for error details:
9292

9393
C:\Program Files (X86)\Microsoft Azure Site Recovery\agent\svagents*log
94-
94+
9595
### Process server with no heartbeat [error 806]
9696
In case there is no heartbeat from the Process Server (PS), check that:
9797
1. PS VM is up and running
@@ -111,7 +111,7 @@ To resolve the issue, use the following steps to verify the service status:
111111
2. Sign in to the Master Target VM using an account that has administrator privileges.
112112
- Verify that the svagents service is running. If it is running, restart the service
113113
- Check the logs at the location for error details:
114-
114+
115115
C:\Program Files (X86)\Microsoft Azure Site Recovery\agent\svagents*log
116116
3. To register master target with configuration server, navigate to folder **%PROGRAMDATA%\ASR\Agent**, and run the following on command prompt:
117117
```
@@ -127,38 +127,38 @@ To resolve the issue, use the following steps to verify the service status:
127127

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

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.
130+
Enhancements have been made in mobility agent [9.23](vmware-physical-mobility-service-overview.md#mobility-service-agent-version-923-and-higher) & [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.
131131

132132
Some of the most common issues are listed below
133133

134-
#### Cause 1: Known issue in SQL server 2008/2008 R2
134+
#### Cause 1: Known issue in SQL server 2008/2008 R2
135135
**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)
136136

137-
#### Cause 2: Azure Site Recovery jobs fail on servers hosting any version of SQL Server instances with AUTO_CLOSE DBs
138-
**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)
137+
#### Cause 2: Azure Site Recovery jobs fail on servers hosting any version of SQL Server instances with AUTO_CLOSE DBs
138+
**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)
139139

140140

141141
#### Cause 3: Known issue in SQL Server 2016 and 2017
142-
**How to fix** : Refer Kb [article](https://support.microsoft.com/help/4493364/fix-error-occurs-when-you-back-up-a-virtual-machine-with-non-component)
142+
**How to fix** : Refer Kb [article](https://support.microsoft.com/help/4493364/fix-error-occurs-when-you-back-up-a-virtual-machine-with-non-component)
143143

144144

145145
### More causes due to VSS related issues:
146146

147147
To troubleshoot further, Check the files on the source machine to get the exact error code for failure:
148-
149-
C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\Application Data\ApplicationPolicyLogs\vacp.log
148+
149+
C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\Application Data\ApplicationPolicyLogs\vacp.log
150150

151151
How to locate the errors in the file?
152152
Search for the string "vacpError" by opening the vacp.log file in an editor
153-
154-
Ex: vacpError:220#Following disks are in FilteringStopped state [\\.\PHYSICALDRIVE1=5, ]#220|^|224#FAILED: CheckWriterStatus().#2147754994|^|226#FAILED to revoke tags.FAILED: CheckWriterStatus().#2147754994|^|
153+
154+
Ex: vacpError:220#Following disks are in FilteringStopped state [\\.\PHYSICALDRIVE1=5, ]#220|^|224#FAILED: CheckWriterStatus().#2147754994|^|226#FAILED to revoke tags.FAILED: CheckWriterStatus().#2147754994|^|
155155

156156
In the above example **2147754994** is the error code that tells you about the failure as shown below
157157

158-
#### VSS writer is not installed - Error 2147221164
158+
#### VSS writer is not installed - Error 2147221164
159159

160160
*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>
161-
Refer [article for VSS writer installation troubleshooting](https://docs.microsoft.com/azure/site-recovery/vmware-azure-troubleshoot-push-install#vss-installation-failures)
161+
Refer [article for VSS writer installation troubleshooting](https://docs.microsoft.com/azure/site-recovery/vmware-azure-troubleshoot-push-install#vss-installation-failures)
162162

163163
#### VSS writer is disabled - Error 2147943458
164164

@@ -173,13 +173,13 @@ Refer [article for VSS writer installation troubleshooting](https://docs.microso
173173

174174
#### VSS PROVIDER NOT_REGISTERED - Error 2147754756
175175

176-
**How to fix**: To generate application consistency tag, Azure Site Recovery uses Microsoft Volume Shadow copy Service (VSS).
176+
**How to fix**: To generate application consistency tag, Azure Site Recovery uses Microsoft Volume Shadow copy Service (VSS).
177177
Check if the Azure Site Recovery VSS Provider service is installed or not. </br>
178178

179179
- Retry the Provider installation using the following commands:
180180
- Uninstall existing provider: C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\InMageVSSProvider_Uninstall.cmd
181181
- Reinstall: C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\InMageVSSProvider_Install.cmd
182-
182+
183183
Verify that the startup type of the VSS Provider service is set to **Automatic**.
184184
- Restart the following services:
185185
- VSS service

0 commit comments

Comments
 (0)