VMware vCenter Server 7.0.x
Use the following steps as a workaround to resolve the message:
1. Delete/move the file /etc/vmware/cap/cap-firstboot.sh (removing this file will prevent the issue from occurring in the future)
- mv /etc/vmware/cap/cap-firstboot.sh /tmp
2. Delete/move the file /var/log/firstboot/failed
- mv /var/log/firstboot/failed /tmp
3. Create a new file "succeeded" under the directory /var/log/firstboot
- touch /var/log/firstboot/succeeded
4. Take a backup of rpmInstall.json file
- cp /var/log/firstboot/rpmInstall.json /var/log/firstboot/rpmInstall.json.BAK
5. Replace contents of /var/log/firstboot/rpmInstall.json with below:
{
"progress": 100,
"question": null,
"status": "success",
"progress_message": {
"localized": "",
"translatable": ""
},
"error": null,
"warning": [],
"start_time": "2021-06-13T14:28:50.278Z",
"info": [],
"end_time": "2021-06-13T14:47:07.972Z"
}
Start and End times may be set to estimated date the upgrade occurred.
If the message still shows on the console, execute the /usr/lib/applmgmt/dcui/notify script to immediately remove the message from DCUI.