The Info symptom Management Lifecycle - Product upgrade is available has been observed on Management Lifecycle
managementLifecycle-ProductUpgradeNotification : Operations-logs 9.0.1.0 is available for environment ########-####-####-####-############VCF Operations 9.x
VCF Automation 9.x
Fleet Management 9.x
VCF Operations for Network 9.x
VCF Operations for Logs 9.x
This issue can occur due to residual notification schedules associated with previously deleted environments in Fleet Manager. Although these legacy entries are not visible in the user interface, they may still persist in the system and impact its behaviour.
| Note: Prior to applying the steps below please take snapshot of Fleet Management as per KB How to create a snapshot for VCF Operations Fleet Manager appliance |
Access the Postgres database: su - postgres and change directory to:
cd /opt/vmware/vpostgres/current/bin/./psql -d vrlcmselect environmentname from vm_lcops_environments;########-####-####-####-############,vrli,9.0.1.0,productUpgradeNotificationor
########-####-####-####-############,vrops,9.0.0.0,productUpgradeNotificationdelete from vm_engine_scheduledrequest where vmid='########-####-####-####-############,vrli,9.0.1.0,productUpgradeNotification';Note: Replace ########-####-####-####-############,vrli,9.0.1.0,productUpgradeNotification with the vmid(s) you get in step 6 above.
Find out the name of the ID along with the product by running the below command on the Fleet Management appliance:
select vmid from vm_engine_scheduledrequest;