Blog Series
- Deploy vCloud Director 10.X
- Adding HA to vCD 10.X Configuration
- Switch Standby vCD Node to Primary
- Generate CA-Signed SSL Certificates on vCD 10.X
- Unregister a Failed or Unreachable Standby Node
- vCloud Director User Interface not Accessible
- Reset Lost or forgotten vCD 10.x Root Password
- Upgrade vcD from 10.0 to 10.2
- One Page View of all vCD 10.X commands
Post an upgrade of the VCD, we may get into this scenario that VCD won’t be accessible via the FQDN
As we check the access via IP, we can get log on successfully
1- Log in or SSH as root to one of the cells
2- To list the valid URLs that you can use to access the vCloud Director cells in your environment, run the following command line and this will display the current URL’s allowed including the Public IP URL, http and https enteries as shown
root@vcd-cell-01 [ /opt/vmware/vcloud-director/bin ]# ./cell-management-tool manage-config -n webapp.allowed.origins -l
3- If an entry is missing in the configuration setting, run the following command line.
root@vcd-cell-01 [ /opt/vmware/vcloud-director/bin ]# ./cell-management-tool manage-config -n webapp.allowed.origins -v “comma_separated_list_of_URLs_without_spaces“
4 – Restart the vcd service and check if URL Is accessible.