Skip to content

Commit 0b7f1a7

Browse files
committed
fixing blocking issues
1 parent 8c75d35 commit 0b7f1a7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/migrate/hydration-process.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,20 @@ The preparation script executes the following changes based on the OS type of th
6969

7070
- On the on-premises server, open the command prompt with elevated privileges and enter **diskpart**.
7171

72-
:::image type="content" source="./media/concepts-prepare-vmware-agentless-migration/command-prompt-diskpart.png" alt-text="Image of command prompt diskpart." lightbox="./media/concepts-prepare-vmware-agentless-migration/command-prompt-diskpart.png":::
72+
:::image type="content" source="./media/concepts-prepare-vmware-agentless-migration/command-prompt-diskpart.png" alt-text="Image of command prompt diskpart." lightbox="./media/concepts-prepare-vmware-agentless-migration/command-prompt-diskpart.png":::
7373

7474
- Enter SAN. If the drive letter of the guest operating system isn't maintained, Offline All or Offline Shared is returned.
7575

7676
- At the DISKPART prompt, enter SAN Policy=OnlineAll. This setting ensures that disks are brought online, and that you can read and write to both disks.
7777

78-
![Administrator Command Prompt diskpart online policy](./media/concepts-prepare-vmware-agentless-migration/diskpart-online-policy.png)
78+
:::image type="content" source="./media/concepts-prepare-vmware-agentless-migration/diskpart-online-policy.png" alt-text="Screenshot shows administrator command prompt diskpart online policy." lightbox="./media/concepts-prepare-vmware-agentless-migration/diskpart-online-policy.png":::
7979

8080
1. **Set the DHCP start type**
8181

8282
The preparation script will also set the DHCP service start type as Automatic. This will enable the migrated VM to obtain an IP address and establish connectivity post-migration. Make sure the DHCP service is configured, and the status is running.
8383

84-
![Set DHCP Start Type](./media/concepts-prepare-vmware-agentless-migration/get-service-dhcp.png)
84+
:::image type="content" source="./media/concepts-prepare-vmware-agentless-migration/get-service-dhcp.png" alt-text="Screenshot shows set dhcp start type." lightbox="./media/concepts-prepare-vmware-agentless-migration/get-service-dhcp.png":::
85+
8586

8687
To edit the DHCP startup settings manually, run the following example in Windows PowerShell:
8788

@@ -106,7 +107,7 @@ The preparation script executes the following changes based on the OS type of th
106107

107108
To check if the Azure VM Agent was successfully installed, open Task Manager, select the **Details** tab, and look for the process name *WindowsAzureGuestAgent.exe*. The presence of this process indicates that the VM agent is installed. You can also use [PowerShell to detect the VM agent.](/azure/virtual-machines/extensions/agent-windows#powershell)
108109

109-
![Successful Installation of Azure VM Agent](./media/concepts-prepare-vmware-agentless-migration/installation-azure-vm-agent.png)
110+
:::image type="content" source="./media/concepts-prepare-vmware-agentless-migration/installation-azure-vm-agent.png" alt-text="Screenshot shows successful installation of Azure VM agent." lightbox="./media/concepts-prepare-vmware-agentless-migration/installation-azure-vm-agent.png":::
110111

111112
After the aforementioned changes are performed, the system partition will be unloaded. The VM is now ready for migration.
112113
[Learn more about the changes for Windows servers.](/azure/virtual-machines/windows/prepare-for-upload-vhd-image)

0 commit comments

Comments
 (0)