vSphere vCenter Server 8.x
In case if the staging task is interrupted, there may be historical/inconsistent data updated impacting the current state on VAMI
Validating the state via ssh session on VCSA
# cat /etc/applmgmt/appliance/software_update_state.conf
{ "state": "STAGE_IN_PROGRESS", "version": "8.0.3.00400", "latest_query_time": "YYYY-MM-DDTHH:MM:SSZ",, "operation_id": "/storage/core/software-update/stage_operation" }
In order to resolve the issue, proceed with the below steps.
service-control --stop applmgmt
cd /etc/applmgmt/appliance/software_update_state.conf and make a copy of the file.cp software_update_state.conf /root/software_update_state.conf
software_update_state.conf file.rm software_update_state.conf
service-control --start applmgmt