vRealize Business cost calculation is in red due to a snapshot creation failure
book
Article ID: 342204
calendar_today
Updated On:
Products
VMware Aria Suite
Show More
Show Less
Issue/Introduction
Symptoms:
When vRealize Business for Cloud Standard (vRB) 7.0.1 setup is registered with vRealize Automation (vRA) 7.x, vRA data collection happens in vRB. Next cost calculation after vRA data collection fails. Cost calculation goes to red. In the itfm_sever.log file entries, you see that snapshot creation has failed.
Environment
VMware vRealize Business for Cloud Advanced 7.x VMware vRealize Business for Cloud Standard 7.x
Cause
This issue ocurs because vRA data collector add rogue updates for certain entities in the facts_repo journal, where the entityId field is null.
Resolution
To resolve this issue:
Log in to the vRB VA. Stop all the services by running this command: monit stop all Take a backup of the journal and markers by running these commands: cd / mv journal journal_old mv VCENTER_TAGGING_MARKER VCENTER_TAGGING_MARKER_OLD mv VC_STATS_MARKERS VC_STATS_MARKERS_OLD Start the services by running this command: monit start all VC and vRA collection happens again and the subsequent cost calculation succeeds. Note : On certain vRA setups it is observed that the rogue updates are sent everytime the vRA collection happens resulting in cost calculation failing everytime.
To delete the journal:
Run the monit stop all command to stop all the services. Run these commands to rename the journal folders and markers folders: cd / mv journal journal_old mv VCENTER_TAGGING_MARKER VCENTER_TAGGING_MARKER_OLD mv VC_STATS_MARKERS VC_STATS_MARKERS_OLD Run the monit start all command to start all the services.
Feedback
thumb_up
Yes
thumb_down
No