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: articles/site-recovery/failover-failback-overview-modernized.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ After failover to Azure, the replicated Azure VMs are in an unprotected state.
90
90
- As a first step to failing back to your on-premises site, you need to start the Azure VMs replicating to on-premises. The reprotection process depends on the type of machines you failed over.
91
91
- After machines are replicating from Azure to on-premises, you can run a failover from Azure to your on-premises site.
92
92
- After machines are running on-premises again, you can enable replication so that they replicate to Azure for disaster recovery.
93
+
- Only disks replicated from on-premises to Azure will be replicated back from Azure during re-protect operation. Newly added disks to failed over Azure VM will not be replicated to on-premises machine.
Copy file name to clipboardExpand all lines: articles/site-recovery/vmware-azure-set-up-replication-tutorial-modernized.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ Follow these steps to enable replication:
112
112
113
113
4. Search the source machine name to protect it. To review the selected machines, select **Selected resources**.
114
114
115
-
5. After you select the list of VMs, select **Next** to proceed to source settings. Here, select the replication appliance and VM credentials. These credentials will be used to push mobility agent on the machine by Azure Site Recovery replication appliance to complete enabling Azure Site Recovery. Ensure accurate credentials are chosen.
115
+
5. After you select the list of VMs, select **Next** to proceed to source settings. Here, select the [replication appliance](#appliance-selection) and VM credentials. These credentials will be used to push mobility agent on the machine by Azure Site Recovery replication appliance to complete enabling Azure Site Recovery. Ensure accurate credentials are chosen.
116
116
117
117
>[!NOTE]
118
118
>For Linux OS, ensure to provide the root credentials. For Windows OS, a user account with admin privileges should be added. These credentials will be used to push Mobility Service on to the source machine during enable replication operation.
@@ -165,6 +165,10 @@ Follow these steps to enable replication:
165
165
166
166
A job is created to enable replication of the selected machines. To track the progress, navigate to Site Recovery jobs in the recovery services vault.
167
167
168
+
## Appliance selection
169
+
170
+
- You can select any of the Azure Site Recovery replication appliances registered under a vault to protect a machine.
171
+
- Same replication appliance can be used both for forward and backward protection operations, if it is in a non-critical state. It should not impact the performance of the replications.
168
172
169
173
## Next steps
170
174
After enabling replication, run a drill to make sure everything's working as expected.
Copy file name to clipboardExpand all lines: articles/site-recovery/vmware-physical-mobility-service-overview.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -318,9 +318,9 @@ Locate the installer files for the server’s operating system using the followi
318
318
319
319
5. Copy the string present in the field **Machine Details**.
320
320
321
-
This field includes information unique to the source machine. This information is required to [generate the Mobility Service configuration file](#generate-mobility-service-configuration-file).
321
+
This field includes information unique to the source machine. This information is required to [generate the Mobility Service configuration file](#generate-mobility-service-configuration-file). Learn more about [credential less discovery](#credential-less-discovery-in-modernized-architecture).
`-S`|Mandatory. Full file path of the Mobility Service configuration file. Use any valid folder.
419
419
`-c`| Mandatory. Used to define modernized and legacy architecture. (CSPrime or CSLegacy).
420
420
`-q`| Optional. Specifies whether to run the installer in silent mode.
421
+
`-D`| Optional. Specifies whether credential-less discovery will be performed or not.
422
+
423
+
## Credential-less discovery in modernized architecture
424
+
425
+
When providing both the machine credentials and the vCenter server or vSphere ESXi host credentials is not possible, then you should opt for credential-less discovery. When performing credential-less discovery, mobility service is installed manually on the source machine and during the installation, the check box for credential-less discovery should be set to true, so that when replication is enabled, no credentials will be required.
0 commit comments