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/troubleshoot-changed-block-tracking-replication.md
+27-2Lines changed: 27 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ The possible causes include:
202
202
203
203
1. Select Snapshot Manager in namespace. Right-click on Snapshot Manager, select **Receive Messages** > **peek**, and select OK.
204
204
205
-
If the connection is successful, you will see "[x] messages received" on the console output. If the connection is not successful, you'll see a message stating that the connection failed.
205
+
If the connection is successful, you'll see "[x] messages received" on the console output. If the connection isn't successful, you'll see a message stating that the connection failed.
206
206
207
207
**Resolution:** If this test fails, there's a connectivity issue between the Azure Migrate appliance and Service Bus. Engage your local networking team to check these connectivity issues. Typically, there can be some firewall settings that are causing the failures.
208
208
@@ -241,7 +241,7 @@ Alternatively, you can reset VMware changed block tracking on a virtual machine
241
241
242
242
## An internal error occurred
243
243
244
-
Sometimes you may hit an error that occurs due to issues in the VMware environment/API. We have identified the following set of errors as VMware environment-related errors. These errors have a fixed format.
244
+
Sometimes you may hit an error that occurs due to issues in the VMware environment/API. We've identified the following set of errors as VMware environment-related errors. These errors have a fixed format.
245
245
246
246
_Error Message: An internal error occurred. [Error message]_
247
247
@@ -319,6 +319,31 @@ This error occurs when the size of the snapshot file created is larger than the
319
319
320
320
- Restore the included disks to the original path using storage vMotion and try replication again.
321
321
322
+
## Host Connection Refused
323
+
324
+
**Error ID:** 1022
325
+
326
+
**Error Message:** The Azure Migrate appliance is unable to connect to the vSphere host '%HostName;'
327
+
328
+
**Possible Causes:**
329
+
330
+
This may happen if:
331
+
1. The Azure Migrate appliance is unable to resolve the hostname of the vSphere host.
332
+
2. The Azure Migrate appliance is unable to connect to the vSphere host on port 902 (default port used by VMware vSphere Virtual Disk Development Kit), because TCP port 902 is being blocked on the vSphere host or by a network firewall.
333
+
334
+
**Recommendations:**
335
+
336
+
**Ensure that the hostname of the vSphere host is resolvable from the Azure Migrate appliance.**
337
+
- Sign in to the Azure Migrate appliance and open PowerShell.
338
+
- Perform an `nslookup` on the hostname and verify if the address is being resolved: `nslookup '%HostName;' `.
339
+
- If the host name isn't getting resolved, ensure that the DNS resolution of the vSphere hostnames can be performed from the Azure Migrate appliance. Alternatively, add a static host entry for each vSphere host to the hosts file(C:\Windows\System32\drivers\etc\hosts) on the appliance.
340
+
341
+
**Ensure the vSphere host is accepting connections on port 902 and that the endpoint is reachable from the appliance.**
342
+
- Sign in to the Azure Migrate appliance and open PowerShell.
343
+
- Use the `Test-NetConnection` cmdlet to validate connectivity: `Test-NetConnection '%HostName;' -Port 902`.
344
+
- If the tcp test doesn't succeed, the connection is being blocked by a firewall or isn't being accepted by the vSphere host. Resolve the network issues to allow replication to proceed.
345
+
346
+
322
347
## Next Steps
323
348
324
349
Continue VM replication, and perform [test migration](./tutorial-migrate-vmware.md#run-a-test-migration).
0 commit comments