Hi Vlad, thank you for the reply.

So I have to configure it in this way:

   # main node, which is active if everything's OK
   modparam("clusterer", 
"current_info","cluster_id=1,url=bin:10.45.144.77:5555,flags=seed")
   modparam("clusterer", 
"neighbor_info","cluster_id=1,node_id=2,url=bin:10.45.144.79:5555")

   # backup node, which is standby and will work in case of node1 failure
   modparam("clusterer", 
"current_info","cluster_id=1,url=bin:10.45.144.79:5555")
   modparam("clusterer", 
"neighbor_info","cluster_id=1,node_id=1,url=bin:10.45.144.77:5555")


Is it correct?
So, node with BIN IP 10.45.144.77 will be a seed, a source of ready cluster 
info/data.

-----------------------------------------------
BR, Alexey
http://alexeyka.zantsev.com/
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to