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
+5-5Lines changed: 5 additions & 5 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
@@ -334,14 +334,14 @@ This may happen if:
334
334
**Recommendations:**
335
335
336
336
**Ensure that the hostname of the vSphere host is resolvable from the Azure Migrate appliance.**
337
-
-Login to the Azure Migrate appliance and open PowerShell.
337
+
-Sign in to the Azure Migrate appliance and open PowerShell.
338
338
- Perform an `nslookup` on the hostname and verify if the address is being resolved: `nslookup '%HostName;' `.
339
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
340
341
341
**Ensure the vSphere host is accepting connections on port 902 and that the endpoint is reachable from the appliance.**
342
-
-Login to the Azure Migrate appliance and open PowerShell.
342
+
-Sign in to the Azure Migrate appliance and open PowerShell.
343
343
- Use the `Test-NetConnection` cmdlet to validate connectivity: `Test-NetConnection '%HostName;' -Port 902`.
344
-
- If the tcp test does not succeed, the connection is being blocked by a firewall or is not being accepted by the vSphere host. Resolve the network issues to allow replication to proceed.
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.
0 commit comments