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
+18-15Lines changed: 18 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ Locate the installer files for the server’s operating system using the followi
118
118
119
119
```cmd
120
120
121
-
.\UnifiedAgentInstaller.exe /Platform vmware /Silent /Role MS /CSType CSPrime /InstallLocation "C:\Program Files (x86)\Microsoft Azure Site Recovery"
121
+
.\UnifiedAgentInstaller.exe /Platform vmware /Silent /Role MS /InstallLocation "C:\Program Files (x86)\Microsoft Azure Site Recovery"
122
122
```
123
123
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).
124
124
@@ -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:
`/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`| Mandatory. Used to define modernized or legacy architecture. (CSPrime or CSLegacy)
142
+
`/CSType`| Optional. Used to define modernized or classic architecture. By default, modernized architecture would be launched. (CSPrime or CSLegacy)
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`|Mandatory. Used to define modernized or legacy architecture. (CSPrime or CSLegacy).
184
+
`-c`|Optional. Used to define modernized or legacy architecture. By default, modernized architecture would be launched. (CSPrime or CSLegacy).
`/Role` | Mandatory installation parameter. Specifies whether the mobility service (MS) or master target (MT) should be installed.
296
296
`/InstallLocation`| Optional parameter. Specifies the Mobility service installation location (any folder).
297
297
`/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**.
298
298
`/Silent`| Optional. Specifies whether to run the installer in silent mode.
299
+
` /CSType`| Required. Used to define modernized or classic architecture. By default, modernized architecture would be launched. (CSPrime or CSLegacy)
3. After the installation is finished, the Mobility service must be registered to the configuration server. Run the following command to register the Mobility service with the configuration server.
`-r` | Mandatory installation parameter. Specifies whether the mobility service (MS) or master target (MT) should be installed.
335
336
`-d` | Optional parameter. Specifies the Mobility service installation location: `/usr/local/ASR`.
336
337
`-v` | Mandatory. Specifies the platform on which Mobility service is installed. <br/> **VMware** for VMware VMs/physical servers. <br/> **Azure** for Azure VMs.
337
338
`-q` | Optional. Specifies whether to run the installer in silent mode.
339
+
`-c` | Required. Used to define modernized or classic architecture. By default, modernized architecture would be launched. (CSPrime or CSLegacy)
`-i` | Mandatory parameter. `<CSIP>` specifies the configuration server's IP address. Use any valid IP address.
345
347
`-P`| Mandatory. Full file path of the file in which the passphrase is saved. [Learn more](./vmware-azure-manage-configuration-server.md#generate-configuration-server-passphrase).
348
+
`-c`| Required. Used to define modernized or classic architecture. By default, modernized architecture would be launched.(CSPrime or CSLegacy)
0 commit comments