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/vmware-physical-mobility-service-overview.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,14 +78,14 @@ Locate the installer files for the server’s operating system using the followi
78
78
79
79
**Use the following steps to install the mobility service:**
80
80
81
-
1. Copy the installation file to the location *C:\Program Files (x86)\Microsoft Azure Site Recovery*, and run it. This will launch the installer UI:
81
+
1. Copy the installation file to the location *C:\Program Files (x86)\Microsoft Azure Site Recovery*, and run it. This will launch the installer UI:
82
+
83
+

82
84
83
85
2. Provide the install location in the UI. This should be *C:\Program Files (x86)\Microsoft Azure Site Recovery*.
84
86
85
87
4. Click **Install**. This will start the installation of Mobility Service. Wait till the installation has been completed.
86
88
87
-

88
-
89
89

90
90
91
91
5. Once the installation is done, you will need to register the source machine with the appliance of your choice. To do so, copy the string present in the field **Machine Details**.
@@ -127,7 +127,7 @@ Locate the installer files for the server’s operating system using the followi
127
127
4. After successfully installing, register the source machine with the above appliance using the following command:
128
128
129
129
```cmd
130
-
"C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\UnifiedAgentConfigurator.exe" /SourceConfigFilePath "config.json" /CredentialLessDiscovery true
`/InstallLocation`| Optional. Specifies the Mobility service installation location (any folder).
140
140
`/Platform` | Mandatory. Specifies the platform on which the Mobility service is installed: <br/> **VMware** for VMware VMs/physical servers. <br/> **Azure** for Azure VMs.<br/><br/> If you're treating Azure VMs as physical machines, specify **VMware**.
141
141
`/Silent`| Optional. Specifies whether to run the installer in silent mode.
142
-
`/CSType`| Optional. Used to define modernized or classic architecture. By default, modernized architecture would be launched. (CSPrime or CSLegacy)
142
+
`/CSType`| Optional. Used to define modernized or classic architecture. By default for all agents on or above the version 9.55, modernized architecture would be launched. (CSPrime or CSLegacy)
`/SourceConfigFilePath` | Mandatory. Full file path of the Mobility Service configuration file. Use any valid folder.
150
-
`/CSType` | Optional. Used to define modernized or legacy architecture. By default, modernized architecture would be launched. (CSPrime or CSLegacy).
150
+
`/CSType` | Optional. Used to define modernized or legacy architecture. By default for all agents on or above the version 9.55, modernized architecture would be launched. (CSPrime or CSLegacy).
151
151
`/CredentialLessDiscovery` | Optional. Specifies whether credential-less discovery will be performed or not.
Once the installation is complete, copy the string that is generated alongside the parameter *Agent Config Input*. This string is required to [generate the Mobility Service configuration file](#generate-mobility-service-configuration-file).
169
169
170
170
3. After successfully installing, register the source machine with the above appliance using the following command:
`-r`| Mandatory. Installation parameter. Specifies whether the Mobility service (MS) should be installed.
181
181
`-d`| Optional. Specifies the Mobility service installation location: `/usr/local/ASR`.
182
182
`-v`| Mandatory. Specifies the platform on which Mobility service is installed. <br/>**VMware**for VMware VMs/physical servers. <br/>**Azure**for Azure VMs.
183
183
`-q`| Optional. Specifies whether to run the installer in silent mode.
184
-
`-c`| Optional. Used to define modernized or legacy architecture. By default, modernized architecture would be launched. (CSPrime or CSLegacy).
184
+
`-c`| Optional. Used to define modernized or legacy architecture. By defaultfor all agents on or above the version 9.55, modernized architecture would be launched. (CSPrime or CSLegacy).
`-S`| Mandatory. Full file path of the Mobility Service configuration file. Use any valid folder.
192
-
`-c`| Optional. Used to define modernized and legacy architecture. By default, modernized architecture would be launched. (CSPrime or CSLegacy).
192
+
`-c`| Optional. Used to define modernized and legacy architecture. By defaultfor all agents on or above the version 9.55, modernized architecture would be launched. (CSPrime or CSLegacy).
193
193
`-q`| Optional. Specifies whether to run the installer in silent mode.
194
194
`-D`| Optional. Specifies whether credential-less discovery will be performed or not.
0 commit comments