You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-stack/hci/migrate/migrate-enable-guest-management.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ All Hyper-V generation 1 VMs must be powered off before proceeding with the foll
69
69
70
70
**Using Azure portal (recommended)**
71
71
72
-
1. To stop migrated VM from Azure Portal, select **Stop** on the VM details page:
72
+
1. To stop migrated VM from Azure portal, select **Stop** on the VM details page:
73
73
74
74
:::image type="content" source="./media/migrate-enable-guest-management/vm-stop.png" alt-text="Screenshot of Azure portal showing how to stop a VM." lightbox="./media/migrate-enable-guest-management/vm-stop.png":::
75
75
@@ -143,7 +143,7 @@ Sample state of the VM with the ISO attached, viewed from the Azure Stack HCI sy
143
143
144
144
:::image type="content" source="./media/migrate-enable-guest-management/vm-settings.png" alt-text="Screenshot showing ISO attachment." lightbox="./media/migrate-enable-guest-management/vm-settings.png":::
145
145
146
-
**Step 3**: Turn on the migrated VM, if needed, in Azure Portal and ensure it has public network connectivity as follows:
146
+
**Step 3**: Turn on the migrated VM, if needed, in Azure portal and ensure it has public network connectivity as follows:
147
147
148
148
1. Check that the VM **Status** on Azure portal is **Running**:
149
149
@@ -266,7 +266,7 @@ Code: Failed
266
266
Message: moc-operator virtualmachine serviceclient returned an error while reconciling: rpc error: code = Unknown desc = AddlSODisk for IsoFile mocguestagentprov.iso failed. Error: ErrorCode[32768] ErrorDescription['<VM name>' failed to add device 'Synthetic DVD Drive'. (Virtual machine ID <VM ID>)] ErrorSummaryDescription [Failed to add device 'Synthetic DVD Drive'.]: WMI Error 0x00008000: Failed
267
267
```
268
268
269
-
To resolve this, stop the VM in Azure portal by selecting **Stop**. If this doen't work, run the following command from Azure CLI:
269
+
To resolve this, stop the VM in Azure portal by selecting **Stop**. If this doesn't work, run the following command from Azure CLI:
270
270
271
271
```azurecli
272
272
az stack-hci-vm stop --name $vmName --resource-group $rgName
0 commit comments