Install Guide: Fix rabbitmq-server for openSUSE/SLES
To start rabbitmq-server, epmd needs to listen on the controller IP. I'm discussing this in bugzilla now but want to document this behaviour so that others will not run into it. Change-Id: I9406ed002b68e8b5c9c60b7a07a10673096a527d
This commit is contained in:
parent
9a3470bca6
commit
73302edc61
@ -47,6 +47,22 @@
|
||||
</procedure>
|
||||
<procedure>
|
||||
<title>To configure the message queue service</title>
|
||||
<step os="sles;opensuse"><para>Configure access to epmd on the controller IP:</para>
|
||||
<screen><prompt>#</prompt> <userinput>cp /usr/lib/systemd/system/epmd.socket /etc/systemd/system/</userinput></screen>
|
||||
|
||||
<para>Edit <filename>/etc/systemd/system/epmd.socket</filename>
|
||||
and add a second <code>ListenStream</code> line:</para>
|
||||
<programlisting>ListenStream=10.0.0.11:4369</programlisting>
|
||||
<para>Reload systemd files:</para>
|
||||
<screen><prompt>#</prompt> <userinput>systemctl daemon-reload</userinput></screen>
|
||||
<note>
|
||||
<para>
|
||||
This is discussed in <link
|
||||
xlink:href="https://bugzilla.opensuse.org/show_bug.cgi?id=927301">openSUSE
|
||||
bug#927301</link>.
|
||||
</para>
|
||||
</note>
|
||||
</step>
|
||||
<step os="rhel;centos;fedora;sles;opensuse">
|
||||
<para>Start the message queue service and configure it to start when the
|
||||
system boots:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user