Skip to content

Commit e051ea5

Browse files
Merge pull request #225317 from Sharmistha-Rai/main
cred-less and doc bugs
2 parents 0c8fb0d + 9632abc commit e051ea5

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

articles/site-recovery/failover-failback-overview-modernized.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ After failover to Azure, the replicated Azure VMs are in an unprotected state.
9090
- 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.
9191
- After machines are replicating from Azure to on-premises, you can run a failover from Azure to your on-premises site.
9292
- 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.
9394

9495
**Planned failover works as follows**:
9596

183 KB
Loading

articles/site-recovery/vmware-azure-set-up-replication-tutorial-modernized.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Follow these steps to enable replication:
112112

113113
4. Search the source machine name to protect it. To review the selected machines, select **Selected resources**.
114114

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.
116116

117117
>[!NOTE]
118118
>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:
165165

166166
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.
167167

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.
168172

169173
## Next steps
170174
After enabling replication, run a drill to make sure everything's working as expected.

articles/site-recovery/vmware-physical-mobility-service-overview.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@ Locate the installer files for the server’s operating system using the followi
318318

319319
5. Copy the string present in the field **Machine Details**.
320320

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).
322322

323-
![Image showing source machine string](./media/vmware-physical-mobility-service-overview-modernized/source-machine-string.png)
323+
![Screenshot showing source machine string.](./media/vmware-physical-mobility-service-overview-modernized/source-machine-string.png)
324324

325325
6. Provide the path of **Mobility Service configuration file** in the Unified Agent configurator.
326326
7. Click **Register**.
@@ -414,10 +414,17 @@ Syntax | `"<InstallLocation>\UnifiedAgentConfigurator.exe" /SourceConfigFilePath
414414

415415
Setting | Details
416416
--- | ---
417-
Syntax | `<InstallLocation>/Vx/bin/UnifiedAgentConfigurator.sh -c CSPrime -S config.json -q`
418-
`-S` | Mandatory. Full file path of the Mobility Service configuration file. Use any valid folder.
417+
Syntax | `<InstallLocation>/Vx/bin/UnifiedAgentConfigurator.sh -c CSPrime -S config.json -q -D true`
418+
`-S` | Mandatory. Full file path of the Mobility Service configuration file. Use any valid folder.
419419
`-c` | Mandatory. Used to define modernized and legacy architecture. (CSPrime or CSLegacy).
420420
`-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.
426+
427+
![Screenshot showing credential-less-discovery-check-box.](./media/vmware-physical-mobility-service-overview-modernized/credential-less-discovery.png)
421428

422429
## Generate Mobility Service configuration file
423430

0 commit comments

Comments
 (0)