<div dir="ltr">Ok  . Thats great . I got it . <div><br></div><div>In this case something strange happening with me . The node1 in the cluster, in which I am running mongodb also (which is accessible for all 3 nodes in the cluster  ) never write any data in the local mysql . </div><div>Configuration for all the nodes are same . Other 2 nodes are writing but node 1 is not writing . </div><div><br></div><div>modparam("usrloc", "db_url",<br>        "mysql://root:cccl0g1c@localhost/opensips")<br>modparam("usrloc", "use_domain", 1)<br>modparam("usrloc", "location_cluster", 1)<br>modparam("usrloc", "cluster_mode", "federation-cachedb")<br>modparam("usrloc", "restart_persistency", "load_from_sql")<br>modparam("usrloc", "sql_write_mode", "write-back")<br></div><div><br></div><div>This is the common configuration for every node . But why its deviating for node 1 to save the data in local mysql location DB . </div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><b><i>Thanks & Regards</i></b><div><i>Sasmita Panda</i></div><div><i>Senior Network Testing and Software Engineer</i></div><div><i>3CLogic , ph:07827611765</i></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 30, 2019 at 1:37 PM Liviu Chircu <<a href="mailto:liviu@opensips.org">liviu@opensips.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The federated clustering actually scales very well horizontally:  as <br>
your subscriber<br>
base grows, you add more active/backup pairs into the mix, further <br>
partitioning them.<br>
<br>
The tutorial teaches you how to add HA for a platform with 2 locations<br>
and 4 nodes.  If you need to add MySQL persistency, change:<br>
<br>
modparam("usrloc", "working_mode_preset", "federation-cachedb-cluster")<br>
<br>
... into:<br>
<br>
modparam("usrloc", "cluster_mode", "federation-cachedb")<br>
modparam("usrloc", "restart_persistency", "load-from-sql")<br>
modparam("usrloc", "sql_write_mode", "write-back")<br>
<br>
PS: please forget about "db_mode".  It is deprecated, 100% replaced by <br>
"working_mode_preset"<br>
in 2.4+, and cannot possibly add any further value, regardless of your <br>
usrloc needs.<br>
<br>
Best regards,<br>
<br>
Liviu Chircu<br>
OpenSIPS Developer<br>
<a href="http://www.opensips-solutions.com" rel="noreferrer" target="_blank">http://www.opensips-solutions.com</a><br>
<br>
On 30.07.2019 10:15, Sasmita Panda wrote:<br>
> When the db_mode is set , then I cant set working_mode_preset . So <br>
> there is no clustering and horizontal scaling . Right ?<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div>