Skip to content

Commit c9c2bf2

Browse files
Merge pull request #247077 from Sharmistha-Rai/main
Note in commands for agent reg
2 parents e386a08 + 8f91908 commit c9c2bf2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ Locate the installer files for the server’s operating system using the followi
7878

7979
**Use the following steps to install the mobility service:**
8080

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+
![Image showing Install UI option for Mobility Service](./media/vmware-physical-mobility-service-overview-modernized/mobility-service-install.png)
8284

8385
2. Provide the install location in the UI. This should be *C:\Program Files (x86)\Microsoft Azure Site Recovery*.
8486

8587
4. Click **Install**. This will start the installation of Mobility Service. Wait till the installation has been completed.
8688

87-
![Image showing Install UI option for Mobility Service](./media/vmware-physical-mobility-service-overview-modernized/mobility-service-install.png)
88-
8989
![Image showing Installation progress for Mobility Service](./media/vmware-physical-mobility-service-overview-modernized/installation-progress.png)
9090

9191
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
127127
4. After successfully installing, register the source machine with the above appliance using the following command:
128128

129129
```cmd
130-
"C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\UnifiedAgentConfigurator.exe" /SourceConfigFilePath "config.json" /CredentialLessDiscovery true
130+
"C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\UnifiedAgentConfigurator.exe" /SourceConfigFilePath "config.json" /CredentialLessDiscovery true /CSType CSPrime
131131
```
132132

133133
#### Installation settings
@@ -139,15 +139,15 @@ Syntax | `.\UnifiedAgentInstaller.exe /Platform vmware /Role MS /CSType CSPrime
139139
`/InstallLocation`| Optional. Specifies the Mobility service installation location (any folder).
140140
`/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**.
141141
`/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)
143143

144144
#### Registration settings
145145

146146
Setting | Details
147147
--- | ---
148148
Syntax | `"<InstallLocation>\UnifiedAgentConfigurator.exe" /SourceConfigFilePath "config.json" /CSType CSPrime /CredentialLessDiscovery true`
149149
`/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).
151151
`/CredentialLessDiscovery` | Optional. Specifies whether credential-less discovery will be performed or not.
152152

153153

@@ -162,34 +162,34 @@ Syntax | `"<InstallLocation>\UnifiedAgentConfigurator.exe" /SourceConfigFilePath
162162

163163
2. To install, use the below command:
164164
```bash
165-
sudo ./install -q -r MS -v VmWare
165+
sudo ./install -q -r MS -v VmWare -c CSPrime
166166
```
167167

168168
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).
169169

170170
3. After successfully installing, register the source machine with the above appliance using the following command:
171171

172172
```bash
173-
<InstallLocation>/Vx/bin/UnifiedAgentConfigurator.sh -S config.json -q
173+
<InstallLocation>/Vx/bin/UnifiedAgentConfigurator.sh -S config.json -q -c CSPrime
174174
```
175175
#### Installation settings
176176

177177
Setting | Details
178178
--- | ---
179-
Syntax | `./install -q -r MS -v VmWare`
179+
Syntax | `./install -q -r MS -v VmWare -c CSPrime`
180180
`-r` | Mandatory. Installation parameter. Specifies whether the Mobility service (MS) should be installed.
181181
`-d` | Optional. Specifies the Mobility service installation location: `/usr/local/ASR`.
182182
`-v` | Mandatory. Specifies the platform on which Mobility service is installed. <br/> **VMware** for VMware VMs/physical servers. <br/> **Azure** for Azure VMs.
183183
`-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 default for all agents on or above the version 9.55, modernized architecture would be launched. (CSPrime or CSLegacy).
185185

186186
#### Registration settings
187187

188188
Setting | Details
189189
--- | ---
190-
Syntax | `<InstallLocation>/Vx/bin/UnifiedAgentConfigurator.sh -S config.json -q -D true`
190+
Syntax | `<InstallLocation>/Vx/bin/UnifiedAgentConfigurator.sh -S config.json -q -D true -c CSPrime`
191191
`-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 default for all agents on or above the version 9.55, modernized architecture would be launched. (CSPrime or CSLegacy).
193193
`-q` | Optional. Specifies whether to run the installer in silent mode.
194194
`-D` | Optional. Specifies whether credential-less discovery will be performed or not.
195195

0 commit comments

Comments
 (0)