rabbitmq因為主機名更改導致連接不上


    今天創建rabbitmq用戶的時候報錯,說nodedown,定睛一看,發現主機名是localhost,而此時我們的主機名是controller01,所以猜測是主機名導致的,重啟服務器,就成功添加了.

[root@localhost oppkgs]# rabbitmqctl add_user openstack che001
Error: unable to connect to node rabbit@localhost: nodedown

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

attempted to contact: [rabbit@localhost]

rabbit@localhost:
  * connected to epmd (port 4369) on localhost
  * epmd reports node 'rabbit' running on port 25672
  * TCP connection succeeded but Erlang distribution failed
  * suggestion: hostname mismatch?
  * suggestion: is the cookie set correctly?
  * suggestion: is the Erlang distribution using TLS?

current node details:
- node name: 'rabbitmq-cli-49@controller01'
- home dir: /var/lib/rabbitmq
- cookie hash: NmWyY0gy3e5MsesZ1cD3tQ==


[root@controller01 ~]# hostname
controller01

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM