You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
299
299
300
300
```bash
301
-
echo<passphrase>>passphrase.txt
301
+
sudo echo<passphrase>>passphrase.txt
302
302
```
303
303
304
304
Example:
305
305
306
306
```bash
307
-
echo itUx70I47uxDuUVY >passphrase.txt`
307
+
sudo echo itUx70I47uxDuUVY >passphrase.txt`
308
308
```
309
309
310
310
3. Note down the configuration server's IP address. Run the following command to register the server with the configuration server.
311
311
312
312
```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
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
327
327
1. Run the following command to install the master target. For the agent role, choose **master target**.
328
328
329
329
```bash
330
-
./install
330
+
sudo ./install
331
331
```
332
332
333
333
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
341
341
2. Run the following command to register the server with the configuration server.
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
365
365
After the setup has been completed, check the version of the master target installed by using the following command:
366
366
367
367
```bash
368
-
sudo cat /usr/local/.vx_version`
368
+
sudo cat /usr/local/.vx_version
369
369
```
370
370
371
371
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
394
394
Restart the networking service using the following command: <br>
0 commit comments