<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi Team,<br><div><br></div><div>I am trying to build a cluster with two opensips instances. The two opensips instances run on two servers, but they share the same database. With such a configuration, can I use the sql-only cluster_mode?</div><div><br></div><div>In the scripts, I added some extra configurations compared with single instance,</div><div><br></div><div><span style="font-family:Consolas,"Courier New",monospace;font-size:14px;white-space:pre;color:rgb(0,0,255)">socket</span><span style="color:rgb(0,0,0);font-family:Consolas,"Courier New",monospace;font-size:14px;white-space:pre">=bin:<a href="http://1.2.3.4:5555">1.2.3.4:5555</a></span> </div><div><br></div><div><div style="color:rgb(0,0,0);font-size:14px;line-height:19px;white-space:pre"><div style="font-family:Consolas,"Courier New",monospace"><span style="color:rgb(0,128,0)">#### Binary Interface protocol module</span></div><div style="font-family:Consolas,"Courier New",monospace">loadmodule <span style="color:rgb(163,21,21)">"proto_bin.so"</span></div><div style="font-family:Consolas,"Courier New",monospace">modparam(<span style="color:rgb(163,21,21)">"proto_bin"</span>, <span style="color:rgb(163,21,21)">"bin_port"</span>, 5555)   </div><div style="font-family:Consolas,"Courier New",monospace"><br></div><div style=""><div style="line-height:19px"><div style="font-family:Consolas,"Courier New",monospace"><span style="color:rgb(0,128,0)">#### OpenSIPS cluster module </span></div><div style="font-family:Consolas,"Courier New",monospace">loadmodule <span style="color:rgb(163,21,21)">"clusterer.so"</span></div><div style="font-family:Consolas,"Courier New",monospace">modparam(<span style="color:rgb(163,21,21)">"clusterer"</span>, <span style="color:rgb(163,21,21)">"my_node_id"</span>, 1) </div><div style="font-family:Consolas,"Courier New",monospace">modparam(<span style="color:rgb(163,21,21)">"clusterer"</span>, <span style="color:rgb(163,21,21)">"my_node_info"</span>, <span style="color:rgb(163,21,21)">"cluster_id=1, url=bin:<a href="http://1.2.3.4:5555">1.2.3.4:5555</a>"</span>)    </div><div style="font-family:Consolas,"Courier New",monospace">modparam(<span style="color:rgb(163,21,21)">"clusterer"</span>, <span style="color:rgb(163,21,21)">"db_url"</span>, <span style="color:rgb(163,21,21)">"database_url"</span>) </div><div style="font-family:Consolas,"Courier New",monospace"><br></div><div style="font-family:Consolas,"Courier New",monospace"><div style="line-height:19px">modparam(<span style="color:rgb(163,21,21)">"usrloc"</span>, <span style="color:rgb(163,21,21)">"cluster_mode"</span>, <span style="color:rgb(163,21,21)">"sql-only"</span>)</div></div><div style="font-family:Consolas,"Courier New",monospace;line-height:19px"><br></div><div style="font-family:Consolas,"Courier New",monospace;line-height:19px"><br></div><div style="line-height:19px"><font face="arial, sans-serif">I also add the two instances to the clusterer table. However, I couldn't make it work. Do I need to add additional routing scripts? Since these two instances share the same database, I guess the proto-bin would coordinate the two instances automatically.</font></div><div style="line-height:19px"><font face="arial, sans-serif"><br></font></div><div style="line-height:19px"><font face="arial, sans-serif">Thanks</font></div><div style="line-height:19px"><font face="arial, sans-serif"><br></font></div><div style="line-height:19px"><font face="arial, sans-serif">Jacky  </font></div></div></div></div></div></div></div></div></div></div></div>