Skip to content

Commit 4b59e0f

Browse files
committed
Switch off auto update for appliance
1 parent e23269d commit 4b59e0f

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
264 KB
Loading

articles/site-recovery/upgrade-mobility-service-preview.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,25 @@ If any of these need to be updated, then the **Status** reflects the same. Click
114114

115115
![replication appliance components](./media/upgrade-mobility-service-preview/appliance-components.png)
116116

117+
### Turn off auto-update
118+
119+
1. On the server running the appliance, open the Registry Editor.
120+
2. Navigate to **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AzureAppliance**.
121+
3. To turn off auto-update, create a registry key **AutoUpdate** key with DWORD value of 0.
122+
123+
![Set registry key](./media/upgrade-mobility-service-preview/registry-key.png)
124+
125+
126+
### Turn on auto-update
127+
128+
You can turn on auto-update by deleting the AutoUpdate registry key from HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AzureAppliance.
129+
130+
To delete the registry key:
131+
132+
1. On the server running the appliance, open the Registry Editor.
133+
2. Navigate to **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AzureAppliance**.
134+
3. Delete the registry key **AutoUpdate**, that was previously created to turn off auto-update.
135+
117136
### Resolve issues with component upgrade
118137

119138
If prerequisites to upgrade any of the components are not met, then it cannot be updated. The reasons/prerequisites include, but not limited to,

0 commit comments

Comments
 (0)