[rabbitmq-discuss] Clustering Q

Ben Hood 0x6e6562 at gmail.com
Mon Feb 2 23:51:13 GMT 2009


Jason,

On Mon, Feb 2, 2009 at 10:09 PM, Jason J. W. Williams
<jasonjwwilliams at gmail.com> wrote:
> When adding nodes to a cluster, is the only requirement that the host
> name after the @ be present in DNS? I've noticed using IP addresses
> doesn't work in testing.

This is what the documentation says about node naming for the erl command:

"-sname Name
Makes the Erlang runtime system into a distributed node, similar to
-name, but the host name portion of the node name Name at Host will be
the short name, not fully qualified.

This is sometimes the only way to run distributed Erlang if the DNS
(Domain Name System) is not running. There can be no communication
between nodes running with the -sname flag and those running with the
-name flag, as node names must be unique in distributed Erlang
systems."

HTH,

Ben




More information about the rabbitmq-discuss mailing list