Opscenter can not connect to the nodes

cassandraopscenter

Our opscenter can not connect to the nodes, in the logs the next error appears:

2015-08-17 08:56:37+0200 [SNPaware_Cluster] INFO: Nodes with agents that appear to be no longer running: 172.31.7.245, 172.31.7.244, 172.31.7.247, 172.31.7.246, 172.31.7.243
2015-08-17 08:56:37+0200 [SNPaware_Cluster] INFO: Nodes with agents that appear to be no longer running: 172.31.7.245, 172.31.7.244, 172.31.7.247, 172.31.7.246, 172.31.7.243
2015-08-17 08:56:38+0200 [] INFO: Stopping factory

We have disabled the firewall in all our nodes and opscenter (in fact we have another cluster configured which is actually working). The datastasx agents (version 2.0.5) are running in all the nodes but opscenter gets a timeout, the Cassandra version we are using is 2.0.16

Have anyone a hint on this?

Best Answer

At the end this is what it works for me.

  • Remove all the datastax agents in each node.
  • Delete the opscenter keyspace from the cluster.
  • Reinstall the datastax agents in each node.
  • Add the cluster to the opscenter througth the webinterface.
  • Run a repair on each node on the opscenter keyspace.
Related Topic