Hi everyone,

could anyone please share a working hazelcast.xml for a non-multicast cellar 
cluster?
I cannot use multicast and tried to configure tcp. I tried (almost) every 
permutation...

I use cellar 2.3.2. The nodes appear in cluster:node-list.
However my cluster:node-ping(s) time out. Networking is fine (I can telnet to 
other_node 5701 on each node).

My configuration:

NodeA

<tcp-ip enabled=„true“>
        <member>HostnameNodeA</member>
        <member>HostnameNodeB</member>
        <interface>IPofNodeA<interface>
</tcp-ip>
-----
NodeB

<tcp-ip enabled=„true“>
        <member>HostnameNodeA</member>
        <member>HostnameNodeB</member>
        <interface>IPofNodeB<interface>
</tcp-ip>

multicast is disabled on both nodes, rest is default-config.

I asked here (and not on hazelcast mailinglist) because I assume someone here 
did it already (asookazian2?).

Thanks, Thomas.

Reply via email to