@@ -310,31 +310,42 @@ The appliance is upgraded as the Azure Migrate agents running on the appliance a
310
310
311
311
### Turn on auto-update
312
312
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:
314
325
315
326
1 . On the appliance machine, open the Appliance Configuration Manager.
316
327
2 . In ** Appliance services** > ** Automatic update of Azure Migrate components is turned off** , click to turn on auto-update.
317
328
318
329
![ Turn on auto updates] ( ./media/migrate-appliance/turn-on.png )
319
330
320
- ### Check the appliance version
331
+ ### Check the appliance services version
321
332
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:
323
334
324
- - After discovery, in the Appliance Configuration Manager.
335
+ - In Appliance Configuration Manager, after discovery is complete .
325
336
- On the appliance machine, in the ** Control Panel** > ** Programs and Features** .
326
337
327
- To check in the Appliance Configuration Manager, after discovery :
338
+ To check in the Appliance Configuration Manager:
328
339
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 .
331
342
332
343
![ Check version] ( ./media/migrate-appliance/version.png )
333
344
334
345
To check in the Control Panel:
335
346
336
347
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.
338
349
339
350
![ Check version in Control Panel] ( ./media/migrate-appliance/programs-features.png )
340
351
@@ -344,22 +355,20 @@ If you are running an older version for any of the components, you must uninstal
344
355
345
356
1 . To check for the latest versions, [ download] ( https://aka.ms/latestapplianceservices ) the LatestComponents.json file.
346
357
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:
348
359
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"
353
361
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.
355
364
356
365
``` C:\>Get-FileHash -Path <file_location> -Algorithm [Hashing Algorithm] ```
357
366
For example:
358
367
C:\> CertUtil -HashFile C:\Users\public\downloads\MicrosoftAzureApplianceConfigurationManager.MSI MD5
359
368
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.
363
372
364
373
365
374
0 commit comments