Here is how I resolved the issue
- Login VCSA ssh console
- Check which service did not start
# service-control –status
Found the most important one: applmgmt
3. Manual start the services which are missing
# service-control –start applmgmt
4. Login VCSA Web console: successfully
Quick fix
Questa patch sistema il problema del timeout in maniera definitiva.
NOTA: Dopo va riavviato il servizio applmgmt
sed -i '/StartTimeout/d' /etc/vmware/vmware-vmon/svcCfgfiles/statsmonitor.json
sed -i '/ApiHealthFile/a "StartTimeout": 600,' /etc/vmware/vmware-vmon/svcCfgfiles/statsmonitor.json