To resolve the issue, reconfigure the routes on the vCenter Server to ensure traffic can reach the Cloud Director Cell.
To view the routes on the vCenter Server SSH to it as root, enable the shell and run the
ip route command.
Once the routing on the vCenter Server is set correctly we can test that the communication is successful:
- Confirm that the vCenter Server can reach the Cloud Director Cells using curl:
- SSH to the vCenter Server, log in as root, and enable the Shell.
- Use curl to connect to the Cloud Director Cell and confirm this is successful, for example:
curl -k https://vcd-cell.ip/api/server_status
Service is up.
- Confirm that the Cloud Director Cells can reach vCenter Server using curl:
- SSH to the Cloud Director Cell and log in as root.
- Use curl to connect to the vCenter Server and confirm this is successful, for example:
curl -k https://vcenter.ip/
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
...