|
2 | 2 | title: Azure Migrate appliance
|
3 | 3 | description: Provides an overview of the Azure Migrate appliance used in server assessment and migration.
|
4 | 4 | ms.topic: conceptual
|
5 |
| -ms.date: 03/23/2020 |
| 5 | +ms.date: 04/23/2020 |
6 | 6 | ---
|
7 | 7 |
|
8 | 8 |
|
@@ -299,10 +299,69 @@ Hyper-V Virtual Network Adapter | Bytes Sent/Second | Calculation for VM size
|
299 | 299 |
|
300 | 300 | The appliance is upgraded as the Azure Migrate agents running on the appliance are updated. This happens automatically because auto-update is enabled on the appliance by default. You can change this default setting to update the agents manually.
|
301 | 301 |
|
302 |
| -- **Turn off auto-update**: You turn off auto-update in the registry by setting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AzureAppliance "AutoUpdate" key to 0 (DWORD). If you decide to use manual updates, it's important to update all agents on the appliance at the same time, using the **Update** button for each outdated agent on the appliance. |
303 |
| -- **Update manually**: For manual updates, make sure that you update all the agents on the appliance, using the **Update** button for each outdated agent on the appliance. You can switch the update setting back to automatic updates at any time. |
| 302 | +### Turn off auto-update |
| 303 | + |
| 304 | +1. On the machine running the appliance, open the registry editor. |
| 305 | +2. Navigate to **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AzureAppliance**. |
| 306 | +3. To turn off auto-update, create a registry key **AutoUpdate** key with DWORD value of 0. |
| 307 | + |
| 308 | +  |
| 309 | + |
| 310 | + |
| 311 | +### Turn on auto-update |
| 312 | + |
| 313 | +If you want to turn auto-update back on after turning it off: |
| 314 | + |
| 315 | +1. On the appliance machine, open the Appliance Configuration Manager. |
| 316 | +2. In **Appliance services** > **Automatic update of Azure Migrate components is turned off**, click to turn on auto-update. |
| 317 | + |
| 318 | +  |
| 319 | + |
| 320 | +### Check the appliance version |
| 321 | + |
| 322 | +You can check the appliance version using either of these methods: |
| 323 | + |
| 324 | +- After discovery, in the Appliance Configuration Manager. |
| 325 | +- On the appliance machine, in the **Control Panel** > **Programs and Features**. |
| 326 | + |
| 327 | +To check in the Appliance Configuration Manager, after discovery: |
| 328 | + |
| 329 | +1. On the appliance machine, open the Appliance Configuration Manager. |
| 330 | +2. In **Appliance services** > verify the version. |
| 331 | + |
| 332 | +  |
| 333 | + |
| 334 | +To check in the Control Panel: |
| 335 | + |
| 336 | +1. On the appliance, click **Start** > **Control Panel** > **Programs and Features** |
| 337 | +2. Check the appliance versions in the list. |
| 338 | + |
| 339 | +  |
| 340 | + |
| 341 | +## Manually update an older version |
| 342 | + |
| 343 | +If you are running an older version for any of the components, you must uninstall the service, and manually update to the latest version. |
| 344 | + |
| 345 | +1. To check for the latest versions, [download](https://aka.ms/latestapplianceservices) the LatestComponents.json file. |
| 346 | +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: |
| 348 | + |
| 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" |
| 353 | + |
| 354 | +4. After downloading, in an administrator command window, run this command, to verify the integrity of the downloaded MSI. |
| 355 | + |
| 356 | + ``` C:\>Get-FileHash -Path <file_location> -Algorithm [Hashing Algorithm] ``` |
| 357 | + For example: |
| 358 | + C:\>CertUtil -HashFile C:\Users\public\downloads\MicrosoftAzureApplianceConfigurationManager.MSI MD5 |
| 359 | + |
| 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 |
| 363 | + |
304 | 364 |
|
305 |
| - |
306 | 365 |
|
307 | 366 | ## Next steps
|
308 | 367 |
|
|
0 commit comments