Skip to content

Instantly share code, notes, and snippets.

View nixawk's full-sized avatar
💭
http://www.catb.org/~esr/faqs/smart-questions.html

nixawk

💭
http://www.catb.org/~esr/faqs/smart-questions.html
View GitHub Profile
@nixawk
nixawk / rabbitmq-cluster.md
Created May 29, 2019 12:08 — forked from pobsuwan/rabbitmq-cluster.md
How to config rabbitmq server cluster [3 nodes]

How to config rabbitmq server cluster [3 nodes]

Do after install SLGInstallers

Edit /etc/hosts

vi /etc/hosts
192.168.10.157  rabbitmq-1
192.168.10.159  rabbitmq-2
192.168.10.161  rabbitmq-3