Skip to content

Commit 8e1e09d

Browse files
Update vmware-azure-install-linux-master-target.md
1 parent e5023aa commit 8e1e09d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

articles/site-recovery/vmware-azure-install-linux-master-target.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -227,16 +227,16 @@ To apply custom configuration changes, use the following steps as a ROOT user:
227227

228228
1. Run the following command to untar the binary.
229229

230-
```bash
231-
sudo tar -xvf latestlinuxmobsvc.tar.gz
232-
```
230+
```bash
231+
sudo tar -xvf latestlinuxmobsvc.tar.gz
232+
```
233233
![Screenshot of the command to run](./media/vmware-azure-install-linux-master-target/image16.png)
234234

235235
2. Run the following command to give permission.
236236

237-
```bash
238-
sudo chmod 755 ./ApplyCustomChanges.sh
239-
```
237+
```bash
238+
sudo chmod 755 ./ApplyCustomChanges.sh
239+
```
240240

241241
3. Run the following command to run the script.
242242

@@ -292,31 +292,31 @@ Use the following steps to create a retention disk:
292292
1. Run the following command to install the master target.
293293

294294
```bash
295-
./install -q -d /usr/local/ASR -r MT -v VmWare
295+
sudo ./install -q -d /usr/local/ASR -r MT -v VmWare
296296
```
297297

298298
2. Copy the passphrase from **C:\ProgramData\Microsoft Azure Site Recovery\private\connection.passphrase** on the configuration server. Then save it as **passphrase.txt** in the same local directory by running the following command:
299299

300300
```bash
301-
echo <passphrase> >passphrase.txt
301+
sudo echo <passphrase> >passphrase.txt
302302
```
303303

304304
Example:
305305

306306
```bash
307-
echo itUx70I47uxDuUVY >passphrase.txt`
307+
sudo echo itUx70I47uxDuUVY >passphrase.txt`
308308
```
309309

310310
3. Note down the configuration server's IP address. Run the following command to register the server with the configuration server.
311311
312312
```bash
313-
/usr/local/ASR/Vx/bin/UnifiedAgentConfigurator.sh -i <ConfigurationServer IP Address> -P passphrase.txt
313+
sudo /usr/local/ASR/Vx/bin/UnifiedAgentConfigurator.sh -i <ConfigurationServer IP Address> -P passphrase.txt
314314
```
315315
316316
Example:
317317
318318
```bash
319-
/usr/local/ASR/Vx/bin/UnifiedAgentConfigurator.sh -i 104.40.75.37 -P passphrase.txt
319+
sudo /usr/local/ASR/Vx/bin/UnifiedAgentConfigurator.sh -i 104.40.75.37 -P passphrase.txt
320320
```
321321
322322
Wait until the script finishes. If the master target registers successfully, the master target is listed on the **Site Recovery Infrastructure** page of the portal.
@@ -327,7 +327,7 @@ Wait until the script finishes. If the master target registers successfully, the
327327
1. Run the following command to install the master target. For the agent role, choose **master target**.
328328
329329
```bash
330-
./install
330+
sudo ./install
331331
```
332332
333333
2. Choose the default location for installation, and then select **Enter** to continue.
@@ -341,7 +341,7 @@ After the installation has finished, register the configuration server by using
341341
2. Run the following command to register the server with the configuration server.
342342
343343
```bash
344-
/usr/local/ASR/Vx/bin/UnifiedAgentConfigurator.sh
344+
sudo /usr/local/ASR/Vx/bin/UnifiedAgentConfigurator.sh
345345
```
346346
347347
Wait until the script finishes. If the master target is registered successfully, the master target is listed on the **Site Recovery Infrastructure** page of the portal.
@@ -365,7 +365,7 @@ Running the installer will automatically detect that the agent is installed on t
365365
After the setup has been completed, check the version of the master target installed by using the following command:
366366

367367
```bash
368-
sudo cat /usr/local/.vx_version`
368+
sudo cat /usr/local/.vx_version
369369
```
370370

371371
You will see that the **Version** field gives the version number of the master target.
@@ -394,7 +394,7 @@ From 9.42 version, ASR supports Linux master target server on Ubuntu 20.04. To u
394394
Restart the networking service using the following command: <br>
395395
396396
```bash
397-
sudo systemctl restart networking`
397+
sudo systemctl restart networking
398398
```
399399
400400
## Next steps

0 commit comments

Comments
 (0)