VMware Cloud Director
This issue occurs if the Cloud Director Cells at each site cannot reach the public address of other site
To resolve this issue, ensure all VCD cells at Site A can reach public address endpoint of Site B and vice-versa.
This can be tested on VCD cells using the curl command provided below:
curl -k https://vcloud.example.com/api/versions
Note: Replace 'vcloud.example.com' VCD URL of respective site. The curl command mentioned above must return output similar to the following:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<SupportedVersions xmlns="http://www.vmware.com/vcloud/versions" xmlns:ns2="http://www.vmware.com/vcloud/v1.5" xmlns:vmext="http://www.vmware.com/vcloud/extension/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:common="http://schemas.dmtf.org/wbem/wscim/1/common" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1">
<VersionInfo deprecated="true">
<Version>37.0</Version>
<LoginUrl>https://vcloud.example.com/api/sessions</LoginUrl>
</VersionInfo>
<VersionInfo deprecated="true">
<Version>37.1</Version>
<LoginUrl>https://vcloud.example.com/api/sessions</LoginUrl>
</VersionInfo>
<VersionInfo deprecated="false">
<Version>37.2</Version>
<LoginUrl>https://vcloud.example.com/api/sessions</LoginUrl>
</VersionInfo>
<VersionInfo deprecated="false">
<Version>37.3</Version>
<LoginUrl>https://vcloud.example.com/api/sessions</LoginUrl>
</VersionInfo>
<VersionInfo deprecated="false">
<Version>38.0</Version>
<LoginUrl>https://vcloud.example.com/api/sessions</LoginUrl>
If the test fails, network connectivity must be established between the VCD sites in the environment
For similar multisite issues, please refer:
"Internal server error" is shown and Cloud Resources fail to load in the HTML5 UI in a Multisite environment
Error: "Partially Connected" observed when viewing the Multisite Association Status in VMware Cloud Director
Multisite configuration stuck in "Partially Connected" State after renewing the VCD with wildcard certificate