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
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.
153
153
154
-
```shell
154
+
```bash
155
155
cd /tmp ;
156
156
tar -xvf Microsoft-ASR_UA_version_LinuxVersion_GA_date_release.tar.gz
157
157
```
158
158
159
159
2. Install as follows (root account is not required, but root permissions are required):
160
160
161
-
```shell
161
+
```bash
162
162
sudo ./install -r MS -v VmWare -d <Install Location> -q
163
163
```
164
164
165
165
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.
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:
386
386
387
-
```shell
387
+
```bash
388
388
cd /tmp ;
389
389
tar -xvf Microsoft-ASR_UA_version_LinuxVersion_GA_date_release.tar.gz
390
390
```
391
391
392
392
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
395
395
```
396
396
397
397
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).
398
398
399
399
3. After successfully installing, register the source machine with the above appliance using the following command:
0 commit comments