Skip to content

Commit 3b3673f

Browse files
committed
adding the content
1 parent 67cb05d commit 3b3673f

File tree

3 files changed

+24
-14
lines changed

3 files changed

+24
-14
lines changed
531 KB
Loading
608 KB
Loading

articles/migrate/tutorial-migrate-vmware.md

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Enable replication as follows:
140140
## Track and monitor
141141

142142
1. Track job status in the portal notifications.
143-
2. Monitor replication status by selecting on the numerical value next to **Azure VM** in **Migration and modernization**.
143+
1. Monitor replication status by selecting on the numerical value next to **Azure VM** in **Migration and modernization**.
144144

145145
![Monitor replication](./media/tutorial-migrate-vmware/replicating-servers.png)
146146

@@ -153,34 +153,44 @@ Replication occurs as follows:
153153
1. Open the **Azure portal**, then select the **Cloud Shell** at the top. Select **PowerShell** when prompted.
154154
1. Run this command in Azure Cloud Shell to monitor the migration status of the server you need.
155155

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+
```
159159
1. Replace `your-project-name`, `your-resource-group`, and `your-server-nam` with the actual Azure Migrate project, resource group, and server name.
160160
1. You run this command and get the following output:
161161
162162
:::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":::
163163
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:
165165
166-
```powershell
166+
```powershell
167167
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.
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.
171171
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-
177172
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":::
178174
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.
179176
177+
```powershell
178+
179+
Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -ResourceGroupName "<your-resource-group>" -MachineName "<your-server-name>" -Health
180+
```
181+
1. You run this command and get the following output:
180182
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":::
181184
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**.
182186
187+
```powershell
188+
Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -ResourceGroupName "<your-resource-group>" -ApplianceName "<your-appliance-
189+
```
190+
1. Replace `your-project-name`, `your-resource-group`, and `your-appliance-name` with the actual values from your Azure Migrate setup.
191+
1. You run this command to get the follwoing output:
183192
193+
::image type="content" source="./media/tutorial-migrate-vmware/appliance-machine.png" alt-text="Screenshot shows azure migrate server migratoin status." lightbox="./media/tutorial-migrate-vmware/appliance-machine.png":::
184194
185195
## Run a test migration
186196

0 commit comments

Comments
 (0)