If one or more nodes have the same hostname in admin page ->you will see status for one or more nodes showing circle constantly, never showing actual data
Aria Operations 8.x
This can occur when there is problem with DNS or node hostname configuration. In this case it was seen when both nodes were configured with different IP but the same hostname.
As per our documentation this is unsupported configuration, see VMware Aria Operations Cluster Node Networking Requirements:
Analytics cluster nodes must not have the same hostname.
If the cluster has previously been configured where nodes are configured with different IP but the same hostname, the best course of action is remove replica and create the new one using the steps below:
/etc/hosts to contain IP, FQDN, and short name, for all nodes in the cluster with the following example format: 192.168.0.0 hostname.domain.com hostname systemctl stop casa.service casa.db.script on all nodes starting with the Primary node to accommodate new hostname for the second node -> find the wrong hostname and change it to the new one by editing the file in "vi" systemctl start casa.service