Skip to content

Commit 3ed8010

Browse files
committed
Minor edits
1 parent 44536dc commit 3ed8010

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/migrate/troubleshoot-changed-block-tracking-replication.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ The possible causes include:
202202

203203
1. Select Snapshot Manager in namespace. Right-click on Snapshot Manager, select **Receive Messages** > **peek**, and select OK.
204204

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.
206206

207207
**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.
208208

@@ -241,7 +241,7 @@ Alternatively, you can reset VMware changed block tracking on a virtual machine
241241

242242
## An internal error occurred
243243

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.
245245

246246
_Error Message: An internal error occurred. [Error message]_
247247

@@ -334,14 +334,14 @@ This may happen if:
334334
**Recommendations:**
335335

336336
**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.
338338
- Perform an `nslookup` on the hostname and verify if the address is being resolved: `nslookup '%HostName;' `.
339339
- 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.
340340

341341
**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.
343343
- 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.
345345

346346

347347
## Next Steps

0 commit comments

Comments
 (0)