You may notice the following vCenter banner.Transition from vLCM Baselines to vLCM Images in a VCF environment should be performed via SDDC manager only. Please review https://knowledge.broadcom.com/external/article?articleNumber=385617.
Manually click "X" to close the banner, however when refresh vCenter UI, the notification appears again.
VCF 9.0.1
VCF 9.1.0
The issue is caused by the MessageAnnouncementService within the Lifecycle Manager (LCM) component, which is responsible for posting and maintaining the vLCM transition warning banner in vCenter.
In VCF 9.0.x, this banner is intentionally permanent as a safety mechanism to remind users that vLCM transitions must be performed through SDDC Manager rather than the vCenter UI.
In VCF 9.1 Greenfield deployments, the appearance of this banner is a result of a gap in the service identifying the current state. The service currently lacks a precondition check to determine if the environment actually contains clusters running in VUM/Baseline mode.
To disable the vCenter transition banner, you must modify the Lifecycle Manager (LCM) application configuration. This procedure requires an SSH session to the SDDC Manager appliance.
Prerequisites:
root or vcf user.Steps to disable notifications:
SSH into the SDDC Manager appliance using a terminal client.
root, proceed to step 2.vcf, run the following command to elevate your privileges:su rootOpen the LCM application properties file using a text editor:
vi /opt/vmware/vcf/lcm/lcm-app/conf/application-prod.propertiesLocate the following property and change its value to false:
lcm.announcement.message.enabled=falseSave the file and exit the editor (:wq!).
Restart the Lifecycle Manager service to apply the changes:
systemctl restart lcmNotes:
false, the banner will not be recreated after it expires or is dismissed.