When running a report on a cluster, if the report generation is not initiated, it could be due to the Redis service not being active.
To verify the status of the service, run:
systemctl status redis@umc.service
If the service is inactive, restart it:
systemctl restart redis@umc.service
After restarting the service, run the report again and verify the status of the report in the Reports page.