Skip to content

Commit daf0206

Browse files
Merge pull request #266927 from MaryMichael-MS/22FebScriptUpdate
Added scripts.
2 parents 038b242 + 2848bcf commit daf0206

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

articles/migrate/tutorial-migrate-aws-virtual-machines.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,26 @@ A Mobility service agent must be preinstalled on the source AWS VMs to be migrat
181181
- [Install Mobility agent for Windows](../site-recovery/vmware-physical-mobility-service-overview.md#install-the-mobility-service-using-command-prompt-classic)
182182
- [Install Mobility agent for Linux](../site-recovery/vmware-physical-mobility-service-overview.md#linux-machine-1)
183183

184+
1. Extract the contents of the installer tarball to a local folder (for example, /tmp/MobSvcInstaller) on the AWS VM, as follows:
185+
186+
```
187+
mkdir /tmp/MobSvcInstaller
188+
tar -C /tmp/MobSvcInstaller -xvf <Installer tarball>
189+
cd /tmp/MobSvcInstaller
190+
```
191+
192+
1. Run the installer script:
193+
194+
```
195+
sudo ./install -r MS -v VmWare -q -c CSLegacy
196+
```
197+
198+
1. Register the agent with the replication appliance:
199+
200+
```
201+
/usr/local/ASR/Vx/bin/UnifiedAgentConfigurator.sh -i <replication appliance IP address> -P <Passphrase File Path>
202+
```
203+
184204
## Enable replication for AWS VMs
185205
186206
> [!NOTE]

0 commit comments

Comments
 (0)