RestoreManager encountered an exception. See logs for details:https://<vcenter_fqdn>:5480/vami/backend/vc-support.cgi/var/log/vmware/applmgmt/restore.log:
[YYYY-MM-DDTHH:MM:SS] [YYYYMMDD-HHMMSS-########] [MainProcess: PID-#####] [RestoreManager::PostRestore:RestoreManager.py:467] ERROR: Reconciliation job failed to start. Error: error code: 1
/var/log/vmware/applmgmt/reconciliation.log:[YYYY-MM-DDTHH:MM:SS] [YYYYMMDD-HHMMSS-########] [MainProcess: PID-#####] [ReconciliationManager::main:ReconciliationManager.py:301] ERROR: Failed to complete reconciliation. Error Failed to synchronize SSO data with partners.[YYYY-MM-DDTHH:MM:SS] [YYYYMMDD-HHMMSS-########] [vpxdevent_lib::dispatch_events:vpxdevent_lib.py:253] ERROR: Failed to get vCenter server endpoint urls. Err [Errno 111] Connection refusedVMware vCenter Server 8.x
The failure occurs because the VMware Directory Service (vmdird) is in a Read only state.
During stage 2 of the restore workflow, vCenter performs a reconciliation process to synchronize SSO data. If vmdird is not in the Normal state, reconciliation cannot complete, which prevents vCenter services from starting.
Verify the state of the VMware Directory Service and set it to Normal if it is in Read only mode.
/usr/lib/vmware-vmdir/bin/vdcadmintoolRead only, select option 5 to set the vmdir state to Normal.service-control --stop --all && service-control --start --all