Skip to content

Commit 702a957

Browse files
Merge pull request #222525 from Sharmistha-Rai/main
FAQs for V2A and H2A
2 parents 1962626 + 849c8fc commit 702a957

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

articles/site-recovery/hyper-v-azure-common-questions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ Yes, you can exclude disks from replication.
173173
### Can I replicate VMs with dynamic disks?
174174
Dynamic disks can be replicated. The operating system disk must be a basic disk.
175175

176+
### Can I enable Site Recovery along with other backup or disaster recovery tools?
176177

178+
No, enabling Site Recovery along with other backup or disaster recovery resources on the same host machine is not supported. The other tools may create a lock on the resources required for Site Recovery to funtion smoothly. This may cause ongoing replication to break.
177179

178180
## Security
179181

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You will typically see an increase in the transactions cost incurred on GPv2 sto
114114

115115
The installers are in the %ProgramData%\ASR\home\svsystems\pushinstallsvc\repository folder on the configuration server.
116116

117-
## How do I install the Mobility service?
117+
### How do I install the Mobility service?
118118

119119
On each VM that you want to replicate, install the service by one of several methods:
120120

@@ -213,6 +213,18 @@ No, Site Recovery doesn't support replication to Azure Storage on virtual networ
213213

214214
Site Recovery generates crash-consistent recovery points every 5 minutes.
215215

216+
### Can I change an already replicating machine from one to another another Recovery Services vault?
217+
218+
Switching Recovery Services vaults, when the replication is already ongoing, is not supported. To do so, replication will need to be disabled and enabled again. Additionally, the mobility service agent, installed on the source machine, will need to be unconfigured so that it can be configured to a new vault. Use the below commands to perform the unregistration -
219+
220+
For Windows machines -
221+
222+
`C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\UnifiedAgentConfigurator.exe /Unconfigure true`
223+
224+
For Linux machines -
225+
226+
`/usr/local/ASR/Vx/bin/UnifiedAgentConfigurator.sh -q -U true -c CSPrime`
227+
216228
## Component upgrade
217229

218230
### My version of the Mobility services agent or configuration server is old, and my upgrade failed. What do I do?

0 commit comments

Comments
 (0)