Skip to content

Commit 67cb05d

Browse files
committed
adding new content
1 parent 607e85d commit 67cb05d

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed
248 KB
Loading
638 KB
Loading

articles/migrate/tutorial-migrate-vmware.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,39 @@ Replication occurs as follows:
149149
- During initial replication, a VM snapshot is created. Disk data from the snapshot is replicated to replica managed disks in Azure.
150150
- After initial replication finishes, delta replication begins. Incremental changes to on-premises disks are periodically replicated to the replica disks in Azure.
151151

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:
165+
166+
```powershell
167+
168+
Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -ResourceGroupName "<your-resource-group>"
169+
```
170+
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+
152185
## Run a test migration
153186

154187
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

Comments
 (0)