ControllerInterface.getCollectorsHeartbeats failed...date command on the Aria Operations nodes you observe there is a time difference compared to the current time.
kernel reports TIME_ERROR: 0x41: Clock Unsynchronizedntpd[9764]: no reply; clock not setntpd[9798]: ntpd exiting on signal 15Aria Operations 8.x
vRealize Operations 8.x
The Aria Operations nodes are experiencing a time drift from the configured NTP server. If the time drift exceeds 3000 milliseconds (3 seconds) the UI and adapter connections will start to time out.
/etc/ntp.conf
# CaSA Section Start # Added by CaSAsystemctl stop ntpd
ntpdate -u <NTP_Server-IPorFQDN>
systemctl start ntpd
date
For more information, consult Configure NTP on Aria Operations Appliances.