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: articles/migrate/tutorial-migrate-vmware.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,39 @@ Replication occurs as follows:
149
149
- During initial replication, a VM snapshot is created. Disk data from the snapshot is replicated to replica managed disks in Azure.
150
150
- After initial replication finishes, delta replication begins. Incremental changes to on-premises disks are periodically replicated to the replica disks in Azure.
151
151
152
+
1. Use PowerShell to view **Time Remaining** across **all stages of server migration** in Azure Migrate. This helps you monitor replication progress and plan cutover accurately.
153
+
1. Open the **Azure portal**, then select the **Cloud Shell** at the top. Select **PowerShell** when prompted.
154
+
1. Run this command in Azure Cloud Shell to monitor the migration status of the server you need.
155
+
156
+
```powershell
157
+
Run this command in Azure Cloud Shell to monitor the migration status of the server you need.
158
+
```
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
+
1. You run this command and get the following output:
161
+
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
+
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:
1. Replace <your-project-name> and <your-resource-group> with the actual Azure Migrate project and resource group names.
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
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
152
185
## Run a test migration
153
186
154
187
When delta replication begins, you can run a test migration for the VMs, before running a full migration to Azure. We highly recommend that you do this at least once for each machine, before you migrate it.
0 commit comments