VCF 5.x
This issue occurs because manual changes to DNS or NTP settings outside of the SDDC Manager orchestrator can lead to a loss of connectivity or failed name resolution for management components.
The subsequent failure to update these settings globally via SDDC Manager is often due to an inconsistent entity state. If an NSX Edge Cluster is perceived by the SDDC Manager database to be in an intermediate state (e.g., EXPANDING), the global validation logic for the DNS/NTP update workflow will fail, as it requires all entities to be in an ACTIVE state.
Step 1: Delete the Failed expansion task from domain manager db.
Delete the failed task workflow with task name Expansion workflow.
DELETE FROM execution WHERE id='<INSERT_TASK_ID>';
Step 2: Change the nsx cluster state to 'ACTIVE'
Restart the domain manager service and operation manager service and retry the workflow.