From 297d1025fc2a4437d9f93db123e2707e052cf7d0 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Sat, 20 Feb 2016 07:47:48 +0900 Subject: [PATCH] Add the command to start and enable RabbitMQ Change-Id: Ibffe37cd32ce07385e193eeacbc8e0ba0d83fa47 Closes-Bug: #1547449 --- doc/ha-guide/source/controller-ha-rabbitmq.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/ha-guide/source/controller-ha-rabbitmq.rst b/doc/ha-guide/source/controller-ha-rabbitmq.rst index 8cfbdecc..02909b56 100644 --- a/doc/ha-guide/source/controller-ha-rabbitmq.rst +++ b/doc/ha-guide/source/controller-ha-rabbitmq.rst @@ -176,7 +176,19 @@ that all nodes have the same Erlang cookie file. # chown rabbitmq:rabbitmq /var/lib/rabbitmq/.erlang.cookie # chmod 400 /var/lib/rabbitmq/.erlang.cookie -#. Start RabbitMQ on all nodes and verify that the nodes are running: +#. Start the message queue service on all nodes and configure it to start + when the system boots. + + On Ubuntu, it is configured by default. + + On CentOS, RHEL, openSUSE, and SLES: + + .. code-block:: console + + # systemctl enable rabbitmq-server.service + # systemctl start rabbitmq-server.service + +#. Verify that the nodes are running: .. code-block:: console