Skip to content

Commit a85bd75

Browse files
Merge pull request #208243 from v-pgaddala/gitissue86894
updates to git issue 86894
2 parents 93744c1 + e3e2d04 commit a85bd75

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Agent configuration logs | `%ProgramData%\ASRSetupLogs\ASRUnifiedAgentConfigurat
157157
2. Install as follows (root account is not required, but root permissions are required):
158158

159159
```shell
160-
sudo ./install -d <Install Location> -r Agent -v VmWare -q
160+
sudo ./install -r MS -v VmWare -d <Install Location> -q
161161
```
162162

163163
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.
@@ -170,7 +170,7 @@ Agent configuration logs | `%ProgramData%\ASRSetupLogs\ASRUnifiedAgentConfigurat
170170

171171
Setting | Details
172172
--- | ---
173-
Syntax | `./install -d \<Install Location> -r \<MS/MT> -v VmWare -q`
173+
Syntax | `./install -r MS -v VmWare [-d <Install Location>] [-q]`
174174
`-r` | Mandatory installation parameter. Specifies whether the mobility service (MS) or master target (MT) should be installed.
175175
`-d` | Optional parameter. Specifies the Mobility service installation location: `/usr/local/ASR`.
176176
`-v` | Mandatory. Specifies the platform on which Mobility service is installed. <br/> **VMware** for VMware VMs/physical servers. <br/> **Azure** for Azure VMs.
@@ -180,9 +180,9 @@ Syntax | `./install -d \<Install Location> -r \<MS/MT> -v VmWare -q`
180180

181181
Setting | Details
182182
--- | ---
183-
Syntax | `cd /usr/local/ASR/Vx/bin<br/><br/> UnifiedAgentConfigurator.sh -i \<CSIP> -P \<PassphraseFilePath>`
183+
Syntax | `cd /usr/local/ASR/Vx/bin`</br> `UnifiedAgentConfigurator.sh -i \<CSIP> -P \<PassphraseFilePath>`
184184
`-i` | Mandatory parameter. `<CSIP>` specifies the configuration server's IP address. Use any valid IP address.
185-
`-P` | Mandatory. Full file path of the file in which the passphrase is saved. Use any valid folder.
185+
`-P` | Mandatory. Full file path of the file in which the passphrase is saved. [Learn more](/azure/site-recovery/vmware-azure-manage-configuration-server#generate-configuration-server-passphrase).
186186

187187
## Azure Virtual Machine agent
188188

@@ -413,8 +413,8 @@ Syntax | `"<InstallLocation>\UnifiedAgentConfigurator.exe" /SourceConfigFilePath
413413

414414
Setting | Details
415415
--- | ---
416-
Syntax | `cd <InstallLocation>/Vx/bin UnifiedAgentConfigurator.sh -c CSPrime -S -q`
417-
`-s` | Mandatory. Full file path of the Mobility Service configuration file. Use any valid folder.
416+
Syntax | `<InstallLocation>/Vx/bin/UnifiedAgentConfigurator.sh -c CSPrime -S config.json -q`
417+
`-S` | Mandatory. Full file path of the Mobility Service configuration file. Use any valid folder.
418418
`-c` | Mandatory. Used to define preview or legacy architecture. (CSPrime or CSLegacy).
419419
`-q` | Optional. Specifies whether to run the installer in silent mode.
420420

0 commit comments

Comments
 (0)