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
@@ -153,34 +153,44 @@ Replication occurs as follows:
153
153
1. Open the **Azure portal**, then select the **Cloud Shell** at the top. Select **PowerShell** when prompted.
154
154
1. Run this command in Azure Cloud Shell to monitor the migration status of the server you need.
155
155
156
-
```powershell
157
-
Run this command in Azure Cloud Shell to monitor the migration status of the server you need.
158
-
```
156
+
```powershell
157
+
Run this command in Azure Cloud Shell to monitor the migration status of the server you need.
158
+
```
159
159
1. Replace `your-project-name`, `your-resource-group`, and `your-server-nam` with the actual Azure Migrate project, resource group, and server name.
160
160
1. You run this command and get the following output:
161
161
162
162
:::image type="content" source="./media/tutorial-migrate-vmware/run-command.png" alt-text="Screenshot shows the output when you run the command." lightbox="./media/tutorial-migrate-vmware/run-command.png":::
163
163
1. The output shows the server replication status, disk progress, time left, upload speed, and datastore details.
164
-
1. You can run the command without -MachineName to view migration status and time remaining for all servers in the project. For example:
164
+
1. You can run the command without `-MachineName` to view migration status and time remaining for all servers in the project. For example:
1. Replace `your-project-name` and `your-resource-group` with the actual Azure Migrate project and resource group names.
171
171
1. You run this command and get the following output:
172
-
:::image type="content" source="./media/tutorial-migrate-vmware/replication-status.png" alt-text="Screenshot shows the overall reolication status." lightbox="./media/tutorial-migrate-vmware/replication-status.png":::
173
-
174
-
175
-
176
-
177
172
173
+
:::image type="content" source="./media/tutorial-migrate-vmware/replication-status.png" alt-text="Screenshot shows the overall replication status." lightbox="./media/tutorial-migrate-vmware/replication-status.png":::
178
174
175
+
1. If there is a problem with replication or cutover, the `-Health` flag shows **errors, possible causes, and recommended actions** to troubleshoot the migration.
1. You run this command and get the following output:
180
182
183
+
::image type="content" source="./media/tutorial-migrate-vmware/replication-complete.png" alt-text="Screenshot shows the replicaiton complete status." lightbox="./media/tutorial-migrate-vmware/replication-complete.png":::
181
184
185
+
1. You can also run the command with only `-ApplianceName` to view the migration status, time remaining, and health details for **all servers connected to that appliance**.
0 commit comments