Skip to content

Commit 36f9d02

Browse files
authored
Update troubleshoot-resource-bridge.md
1 parent 086d71d commit 36f9d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/resource-bridge/troubleshoot-resource-bridge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ To install Azure Arc resource bridge on an Azure Stack HCI cluster, `az arcappli
220220

221221
### errorCode: CreateConfigKvaCustomerError, errorResponse: error getting the vsphere sdk
222222

223-
For errors with errorCode, CreateConfigKvaCustomerError, and an errorResponse of `error getting the vsphere sdk`, these errors occur when your deployment machine is trying to establish a TCP connection to your vCenter address but encounters a problem. You will receive this errorCode and errorResponse if your vCenter address is incorrect (403 or 404 error) or there is a network/proxy/firewall configuration blocking it (connection attempt failed). If you entered your vCenter address as a hostname and receive the error `no such host`, this means that your deployment machine is not able to resolve the vCenter hostname via the client DNS. You may receive an error if the deployment machine is able to resolve the vCenter hostname but the deployment machine can't reach the IP address it was provided back from DNS. Continuing along this flow, you may receive an error if the endpoint returned by DNS is not your vCenter address or the traffic was intercepted by proxy. Finally, you will get an error if your deployment machine is able to communicate with your vCenter address but you entered an incorrect username or password.
223+
For errors with errorCode `CreateConfigKvaCustomerError` and errorResponse `error getting the vsphere sdk`, these errors occur when your deployment machine is trying to establish a TCP connection to your vCenter address but encounters a problem. You receive this errorCode and errorResponse if your vCenter address is incorrect (403 or 404 error) or there is a network/proxy/firewall configuration blocking it (connection attempt failed). If you enter your vCenter address as a hostname and receive the error `no such host`, then your deployment machine is not able to resolve the vCenter hostname via the client DNS. You may receive an error if the deployment machine is able to resolve the vCenter hostname but the deployment machine can't reach the IP address it received from DNS. Continuing along this flow, you may receive an error if the endpoint returned by DNS is not your vCenter address or the traffic was intercepted by proxy. Finally, you may get an error if your deployment machine is able to communicate with your vCenter address but the username or password is incorrect.
224224

225225
### vSphere SDK client - Connection attempt failed
226226

0 commit comments

Comments
 (0)