Please try the following steps:
-
Check if the host name is resolvable from the appliance? (Remote desktop into the Azure Migrate appliance, open PowerShell, and do an nslookup on HostName)
-
Check if the ping from the appliance to the host is working? (Remote desktop into to the Azure Migrate appliance, open PowerShell, and use “ping -4 HostName”)
-
Check if the port 902 on the host is open? (Remote desktop into the Azure Migrate appliance, open PowerShell, use
Test-NetConnection HostName -port 902, and see if the TCP test succeeds)
You can add the ESXi host entry into the hosts file of Azure Migrate Appliance, and check if replication starts working.
Note: In the above steps, replace
HostName with the ESXi host name to which the virtual machines belong.
If the issue still persists, let us know.