最近,我删除了旧的opscenter,并安装了新的opscenter Opscenter 5.1。当我试图将现有的集群添加到操作系统中心时,我一直收到错误“创建集群时出错:添加集群时超时。请查看日志以了解问题的详细信息。”
作业中心日志
2015-03-06 21:37:56+0000 [] WARN: Unable to find a matching cluster for node with IP [u'xx.xxx.x.177', u'fe80:0:0:0:8d1:ff:fe01:a40e%2', u'0:0:0:0:0:0:0:1%1', u'127.0.0.1'];
the message was [u'5.1.0', u'/1540438085/conf'].
This usually indicates that an OpsCenter agent is still running on an old node that was decommissioned or is part of a cluster that OpsCenter is no longer monitoring.这个消息一直在重复
datastax代理日志
ERROR [Initialization] 2015-03-06 21:41:42,414 Can't connect to Cassandra, retrying
com.datastax.driver.core.exceptions.NoHostAvailableException: All host(s) tried for query failed (tried: /127.0.0.1:9042 (com.datastax.driver.core.TransportException: [/127.0.0.1:9042] Cannot connect))
at com.datastax.driver.core.ControlConnection.reconnectInternal(ControlConnection.java:220虽然代理说它无法连接到cassandra,但我可以使用DevCenter连接到集群。节点工具状态看起来很好。
我试着重新启动代理商和操作中心,但没有成功。
以前的opscenter版本在升级到OpsCenter 5.1版本之前运行良好: 4.0.1
谢谢你,穆拉里
发布于 2015-03-25 17:42:08
我在一个新的aws实例上安装了一个新的opscenter 5.1,并且opscenter能够很好地连接到代理。然而,我们仍然看到代理日志中的错误,抱怨无法连接到cassandra。这似乎是我们所拥有的dse版本的问题所在,看起来它已经被后期版本修复了。
然后,我们尝试在opscenter 5.1中使用Dse版本4.0.4,并且能够成功地从opscenter收回ups。由于备份涉及代理和cassandra之间的通信,我认为在以后的dse版本中这个问题并不存在。
https://serverfault.com/questions/673607
复制相似问题