This is a know issue currently affecting vCenter Server Appliance 6.7. Currently there is no resolution.
Workaround:
Please follow one of the following option to workaround the issue.
Option a:
Option b:
- Run the following command to get VCSA FQDN as registered in LookupService.
- /usr/lib/vmidentity/tools/scripts/lstool.py list --url https://localhost/lookupservice/sdk --no-check-cert --type vcenterserver | grep -i https://<FQDN of VCSA to be convrged>:443/sdk
- Open VC in *Firefox browser* and navigate to System Configuration-UI
- On the firefox browser application menu, launch "Web Developer Tools"
4. Right click on the convergence call in Network tab and click "Edit and resend".
5. Modify the FQDN of vcenter under "Query String" to match the case from output of 'step:1' and click Send.
6. This will trigger Convergence of vcenter but the progress of convergence wont be visible on UI. Instead, you will need to look at converge.log under /var/log/vmware/converge/ to monitor progress.
7. For a successful convergence you will see the following entries under converge.log
2021-06-30T09:30:58.583Z INFO converge Unsetting the converge running flag
2021-06-30T09:30:59.224Z INFO converge Cleanup successful with partial flag = False.
2021-06-30T09:30:59.225Z DEBUG converge Updating the DCUI console.
2021-06-30T09:30:59.234Z INFO converge Converged the external PSC to embedded PSC Successfully.
2021-06-30T09:30:59.234Z INFO converge Join AD domain if required.
2021-06-30T09:30:59.235Z INFO converge Skipping AD Domain joining.
2021-06-30T09:30:59.237Z INFO converge Collected end_time:1625045459.2373474 as a part of Telemetry
2021-06-30T09:30:59.237Z INFO converge Collected status:True as a part of Telemetry
2021-06-30T09:30:59.237Z INFO converge Collected @type:convergence_telemetry as a part of Telemetry
2021-06-30T09:30:59.241Z DEBUG converge Starting new HTTP connection (1): localhost
2021-06-30T09:30:59.363Z DEBUG converge http://localhost:15080 "POST /analytics/telemetry/ph/api/hyper/send?_c=vcebc.1_0 HTTP/1.1" 201 0
2021-06-30T09:30:59.364Z DEBUG converge Pushed the Collected Data to VMWare Analytics Service as a part of Telemetry.