mco ping 对一个节点没有响应

mco ping 对一个节点没有响应

我们已经为 12 台服务器配置了Puppet/MCollective。所有服务器都响应mco ping。但我们对操作系统进行了补丁更新,之后其中一个节点没有响应。

        $ sudo tail -f mcollective.log
           I, [2016-11-28T17:47:53.493341 #25669]  INFO -- : activemq.rb:129:in `on_connectfail' TCP Connection to stomp+ssl://mcollective@jw-node1-x1:61614 failed on attempt 4620
       I, [2016-11-28T17:48:23.495747 #25669]  INFO -- : activemq.rb:139:in `on_ssl_connecting' Establishing SSL session with stomp+ssl://mcollective@node1-x1:61614
       E, [2016-11-28T17:48:23.635431 #25669] ERROR -- : activemq.rb:149:in `on_ssl_connectfail' SSL session creation with stomp+ssl://mcollective@node1-x1:61614 failed: hostname "node1-x1" does not match the server certificate

Puppet版本如下:

    $ /opt/puppetlabs/bin/puppet --version
      4.5.2

我比较了节点之间交换的密钥和证书,但它们的权限、大小和密钥文件的内容是相同的。

请指出重启后出了什么问题。

相关内容