Skip to content

Commit 1e08a7f

Browse files
authored
Merge pull request #190432 from Sharmistha-Rai/main
Fixed typo
2 parents ee81b9a + 960a69f commit 1e08a7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ During a push installation of the Mobility service, the following steps are perf
130130

131131
Setting | Details
132132
--- | ---
133-
Syntax | `UnifiedAgent.exe /Role \<Agent/MasterTarget> /InstallLocation \<Install Location> /Platform "VmWare" /Silent`
133+
Syntax | `UnifiedAgent.exe /Role \<MS/MT> /InstallLocation \<Install Location> /Platform "VmWare" /Silent`
134134
Setup logs | `%ProgramData%\ASRSetupLogs\ASRUnifiedAgentInstaller.log`
135-
`/Role` | Mandatory installation parameter. Specifies whether the Mobility service (Agent) or master target (MasterTarget) should be installed. Note: in prior versions, the correct switches were Mobility Service (MS) or master target (MT)
135+
`/Role` | Mandatory installation parameter. Specifies whether the mobility service (MS) or master target (MT) should be installed.
136136
`/InstallLocation`| Optional parameter. Specifies the Mobility service installation location (any folder).
137137
`/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**.
138138
`/Silent`| Optional. Specifies whether to run the installer in silent mode.
@@ -170,8 +170,8 @@ Agent configuration logs | `%ProgramData%\ASRSetupLogs\ASRUnifiedAgentConfigurat
170170

171171
Setting | Details
172172
--- | ---
173-
Syntax | `./install -d \<Install Location> -r \<Agent/MasterTarget> -v VmWare -q`
174-
`-r` | Mandatory installation parameter. Specifies whether the Mobility service (Agent) or master target (MasterTarget) should be installed.
173+
Syntax | `./install -d \<Install Location> -r \<MS/MT> -v VmWare -q`
174+
`-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.
177177
`-q` | Optional. Specifies whether to run the installer in silent mode.

0 commit comments

Comments
 (0)