Symptoms:
vCenter is otherwise functioning as expected.
When looking in /var/log/vmware/applmgmt/vami.log you may find the following entries:
VMware vCenter 6.7.x
VMware vCenter 7.x
This issue can occur when there are stale reconciliation files present in /storage/applmgmt/backup_restore/ and /etc/vmware/, such as:
Can also occur when the following contents are observed in /dev/shm/backupRestore.json:
{ "failingServiceState": [], "Pid": 50196, "serviceStartMonoSec": null, "backupSize": 0, "startTS": "###########", "version": "###########", "duration": 0, "dirCreated": false, "initialZestimatedTime": 0, "replicationPartners": [], "jobType": "MANUAL", "progress": 30, "estimatedSize": 0, "build": "###########", "message": [ { "id": "com.vmware.applmgmt.reconciliation.general_error", "args": [ "<vCenter hostname here>" ], "defaultMessage": "An error occurred during reconciliation operation. See logs for details. https://<vCenter hostname here>/appliance/support-bundle" } ], "state": "FAILED", "request": {}, "startMonoSec": 3710, "endTS": "###########", "Id": "###########", "product": "###########", "operation": "RECONCILIATION"}
# service-control --stop applmgmt
# mv /storage/applmgmt/backup_restore/restoreReconciliation-history.json /tmp
# mv /storage/applmgmt/backup_restore/backup-history.json /tmp
# mv /etc/vmware/backupMarker.txt /tmp
Old contents:
{ "failingServiceState": [], "Pid": 50196, "serviceStartMonoSec": null, "backupSize": 0, "startTS": "###########", "version": "###########", "duration": 0, "dirCreated": false, "initialZestimatedTime": 0, "replicationPartners": [], "jobType": "MANUAL", "progress": 30, "estimatedSize": 0, "build": "###########", "message": [ { "id": "com.vmware.applmgmt.reconciliation.general_error", "args": [ "<vCenter hostname here>" ], "defaultMessage": "An error occurred during reconciliation operation. See logs for details. https://<vCenter hostname here>/appliance/support-bundle" } ], "state": "FAILED", "request": {}, "startMonoSec": 3710, "endTS": "###########", "Id": "###########", "product": "###########", "operation": "RECONCILIATION"}
New contents:
{
"failingServiceState": [],
"Pid": 50196,
"serviceStartMonoSec": null,
"backupSize": 0,
"startTS": "###########",
"version": "###########",
"duration": 0,
"dirCreated": false,
"initialZestimatedTime": 0,
"replicationPartners": [],
"jobType": "MANUAL",
"progress": 30,
"estimatedSize": 0,
"build": "###########",
"message": [],
"state": "SUCCEEDED",
"request": {},
"startMonoSec": 3710,
"endTS": "###########",
"Id": "###########",
"product": "###########",
"operation": "RECONCILIATION"
}
#service-control --start applmgmt
Note: In some situations, the VAMI UI might still be showing an error message, such as in the screenshot below. Should you experience this issue, please reboot the vCenter Server Appliance: