Skip to content

Commit fb0f14d

Browse files
Update vmware-physical-manage-mobility-service.md
1 parent d6800d3 commit fb0f14d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,25 @@ You set up mobility agent on your server when you use Azure Site Recovery for di
3232

3333
## Update Mobility service through powershell script on Windows server
3434

35+
Before you start ensure that the configuration server, scale-out process servers, and any master target servers that are a part of your deployment are updated before you update the Mobility Service on protected machines.
36+
3537
Use following script to upgrade mobility service on a server through power shell cmdlet
3638

3739
```azurepowershell
3840
Update-AzRecoveryServicesAsrMobilityService -ReplicationProtectedItem $rpi -Account $fabric.fabricSpecificDetails.RunAsAccounts[0]
3941
```
4042

43+
## Update mobility service manually on each protected server
44+
45+
1. Before you start ensure that the configuration server, scale-out process servers, and any master target servers that are a part of your deployment are updated before you update the Mobility Service on protected machines.
46+
47+
2. [Locate the agent installer](vmware-physical-mobility-service-overview.md#locate-installer-files) based on the operating system of the server.
48+
49+
>[!IMPORTANT]
50+
> If you are replicating Azure IaaS VM from one Azure region to another, don't use this method. Refer to [our guidance](azure-to-azure-autoupdate.md) for information on all available options.
51+
52+
3. Copy the installation file on to the protected machine, and run it to update the mobility agent.
53+
4154
## Update account used for push installation of Mobility service
4255

4356
When you deployed Site Recovery, to enable push installation of the Mobility service, you specified an account that the Site Recovery process server uses to access the machines and install the service when replication is enabled for the machine. If you want to update the credentials for this account, follow [these instructions](vmware-azure-manage-configuration-server.md#modify-credentials-for-mobility-service-installation).

0 commit comments

Comments
 (0)