- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
Hi @tandoiluca ,
The behavior you're experiencing is usually the result of a misconfiguration in Cloud Director's UI/Administration/Public Address settings, where either the load balancer endpoint or certificate is incorrect. You can verify this by running the following command in each cell and observing the specific error.
grep ExecutionFuture /opt/vmware/vcloud-director/logs/vcloud-container-debug.log*
If this is the case, after correcting the public address, you can trigger the reinstallation of the Solution Add-On Management by executing the following two commands from any of the cells.
cell-management-tool manage-config -n "vmware.solutions.add.on.bootstrap.completed" -v "no" cell-management-tool manage-config -n "vmware.solutions.add.on.initialize.generation" -v "0"
If not, please share the error reported by the ExecutionFuture above.
Best Regards,
Teodor Simchev