Skip to content

Commit e857315

Browse files
[Doc-A-thon]Updating code block
1 parent 18e1b4a commit e857315

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,20 +151,20 @@ Agent configuration logs | `%ProgramData%\ASRSetupLogs\ASRUnifiedAgentConfigurat
151151

152152
1. From a terminal session, copy the installer to a local folder such as _/tmp_ on the server that you want to protect. Replace the installer's file name with your Linux distribution's actual file name, then run the commands.
153153

154-
```shell
154+
```bash
155155
cd /tmp ;
156156
tar -xvf Microsoft-ASR_UA_version_LinuxVersion_GA_date_release.tar.gz
157157
```
158158

159159
2. Install as follows (root account is not required, but root permissions are required):
160160

161-
```shell
161+
```bash
162162
sudo ./install -r MS -v VmWare -d <Install Location> -q
163163
```
164164

165165
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.
166166

167-
```shell
167+
```bash
168168
/usr/local/ASR/Vx/bin/UnifiedAgentConfigurator.sh -i <CSIP> -P /var/passphrase.txt
169169
```
170170

@@ -384,21 +384,21 @@ Syntax | `"<InstallLocation>\UnifiedAgentConfigurator.exe" /SourceConfigFilePath
384384

385385
1. From a terminal session, copy the installer to a local folder such as **/tmp** on the server that you want to protect. Then run the below command:
386386

387-
```shell
387+
```bash
388388
cd /tmp ;
389389
tar -xvf Microsoft-ASR_UA_version_LinuxVersion_GA_date_release.tar.gz
390390
```
391391

392392
2. To install, use the below command:
393-
```shell
394-
./install -q -r MS -v VmWare -c CSPrime
393+
```bash
394+
sudo ./install -q -r MS -v VmWare -c CSPrime
395395
```
396396

397397
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).
398398

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

401-
```shell
401+
```bash
402402
<InstallLocation>/Vx/bin/UnifiedAgentConfigurator.sh -c CSPrime -S config.json -q
403403
```
404404
#### Installation settings

0 commit comments

Comments
 (0)