irpas技术客

RabbitMQ报错Error: unable to perform an operation on node ‘rabbit@bogon‘. Please s

大大的周 6900

今天使用rabbitmqctl指令报错:

Error: unable to perform an operation on node 'rabbit@bogon'. Please see diagnostics information and suggestions below.

Most common reasons for this are:

?* Target node is unreachable (e.g. due to hostname resolution, TCP connection or firewall issues) ?* CLI tool fails to authenticate with the server (e.g. due to CLI tool's Erlang cookie not matching that of the server) ?* Target node is not running

In addition to the diagnostics info below:

?* See the CLI, clustering and networking guides on https://rabbitmq.com/documentation.html to learn more ?* Consult server logs on node rabbit@bogon ?* If target node is configured to use long node names, don't forget to use --longnames with CLI tools

DIAGNOSTICS ===========

attempted to contact: [rabbit@bogon]

rabbit@bogon: ? * connected to epmd (port 4369) on bogon ? * epmd reports node 'rabbit' uses port 25672 for inter-node and CLI tool traffic? ? * can't establish TCP connection to the target node, reason: timeout (timed out) ? * suggestion: check if host 'bogon' resolves, is reachable and ports 25672, 4369 are not blocked by firewall

Current node details: ?* node name: 'rabbitmqcli-3194-rabbit@bogon' ?* effective user's home directory: /var/lib/rabbitmq ?* Erlang cookie hash: 82cXRwkd79O7kK6IhnxJsA==

解决方案

1.查找自己的主机名

2.vim /etc/hosts

3.加入自己的ip 和主机名?

4.执行rabbitmqctl指令,可以执行了

?


1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,会注明原创字样,如未注明都非原创,如有侵权请联系删除!;3.作者投稿可能会经我们编辑修改或补充;4.本站不提供任何储存功能只提供收集或者投稿人的网盘链接。

标签: #RabbitMQ报错Error #Unable #To #perform #an #operation #on #node