Skip to content

Commit e49a5a1

Browse files
Update migrate-appliance.md
1 parent 3c3b57c commit e49a5a1

File tree

1 file changed

+26
-17
lines changed

1 file changed

+26
-17
lines changed

articles/migrate/migrate-appliance.md

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -310,31 +310,42 @@ The appliance is upgraded as the Azure Migrate agents running on the appliance a
310310

311311
### Turn on auto-update
312312

313-
If you want to turn auto-update back on after turning it off:
313+
You can turn on auto-update using either of these methods:
314+
315+
• By deleting the AutoUpdate registry key from HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AzureAppliance.
316+
• After discovery is complete, in the Appliance Configuration Manager in the appliance web application.
317+
318+
To delete the registry key:
319+
320+
1. On the machine running the appliance, open the registry editor.
321+
2. Navigate to **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AzureAppliance**.
322+
3. Delete the registry key **AutoUpdate** that was previously created to turn off auto-update.
323+
324+
To turn on from Appliance Configuration Manager:
314325

315326
1. On the appliance machine, open the Appliance Configuration Manager.
316327
2. In **Appliance services** > **Automatic update of Azure Migrate components is turned off**, click to turn on auto-update.
317328

318329
![Turn on auto updates](./media/migrate-appliance/turn-on.png)
319330

320-
### Check the appliance version
331+
### Check the appliance services version
321332

322-
You can check the appliance version using either of these methods:
333+
You can check the appliance services version using either of these methods:
323334

324-
- After discovery, in the Appliance Configuration Manager.
335+
- In Appliance Configuration Manager, after discovery is complete.
325336
- On the appliance machine, in the **Control Panel** > **Programs and Features**.
326337

327-
To check in the Appliance Configuration Manager, after discovery:
338+
To check in the Appliance Configuration Manager:
328339

329-
1. On the appliance machine, open the Appliance Configuration Manager.
330-
2. In **Appliance services** > verify the version.
340+
1. After discovery is complete, open Appliance Configuration Manager in the appliance web application.
341+
2. In **Appliance services** > verify Appliance services versions.
331342

332343
![Check version](./media/migrate-appliance/version.png)
333344

334345
To check in the Control Panel:
335346

336347
1. On the appliance, click **Start** > **Control Panel** > **Programs and Features**
337-
2. Check the appliance versions in the list.
348+
2. Check the appliance services versions in the list.
338349

339350
![Check version in Control Panel](./media/migrate-appliance/programs-features.png)
340351

@@ -344,22 +355,20 @@ If you are running an older version for any of the components, you must uninstal
344355

345356
1. To check for the latest versions, [download](https://aka.ms/latestapplianceservices) the LatestComponents.json file.
346357
2. After downloading, open the LatestComponents.json file in Notepad.
347-
3. Find the latest version in the file, and use the download link to download the MSI. For example:
358+
3. Find the latest version in the file, and the download link for each of the appliance services. For example:
348359

349-
"Name": "ASRMigrationWebApp",
350-
"DownloadLink": "https://download.microsoft.com/download/f/3/4/f34b2eb9-cc8d-4978-9ffb-17321ad9b7ed/MicrosoftAzureApplianceConfigurationManager.msi",
351-
"Version": "6.0.211.2",
352-
"Md5Hash": "e00a742acc35e78a64a6a81e75469b84"
360+
"Name": "ASRMigrationWebApp", "DownloadLink": "https://download.microsoft.com/download/f/3/4/f34b2eb9-cc8d-4978-9ffb-17321ad9b7ed/MicrosoftAzureApplianceConfigurationManager.msi", "Version": "6.0.211.2", "Md5Hash": "e00a742acc35e78a64a6a81e75469b84"
353361

354-
4. After downloading, in an administrator command window, run this command, to verify the integrity of the downloaded MSI.
362+
4. Download the latest version of an outdated service, with the download link in the file.
363+
5. After downloading,run the command in an administrator command window, to verify the integrity of the downloaded MSI.
355364

356365
``` C:\>Get-FileHash -Path <file_location> -Algorithm [Hashing Algorithm] ```
357366
For example:
358367
C:\>CertUtil -HashFile C:\Users\public\downloads\MicrosoftAzureApplianceConfigurationManager.MSI MD5
359368

360-
5. Check that the outcome of the command should matches with the entry (the MD5 hash value in our example) for the component in the json file.
361-
6. Now run the MSI to install the component. It's a silent install, and the installation window closes after it's done.
362-
7. After the installation is complete, check the version of the service in the **Control panel** > **Programs and Features**. The component version should be upgraded to the latest as shows in the json file. s
369+
5. Check that the outcome of the command matches the has value entry for the service in the file (for example, the MD5 hash value above).
370+
6. Now, run the MSI to install the service. It's a silent install, and the installation window closes after it's done.
371+
7. After installation is complete, check the version of the service in the **Control panel** > **Programs and Features**. The service version should be upgraded to the latest as shown in the json file.
363372

364373

365374

0 commit comments

Comments
 (0)