[OpenSIPS-Users] need some help using opensips 3.0 cluster module .
Sasmita Panda
spanda at 3clogic.com
Tue Jul 30 07:49:51 EDT 2019
Ok . Thats great . I got it .
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 .
Configuration for all the nodes are same . Other 2 nodes are writing but
node 1 is not writing .
modparam("usrloc", "db_url",
"mysql://root:cccl0g1c@localhost/opensips")
modparam("usrloc", "use_domain", 1)
modparam("usrloc", "location_cluster", 1)
modparam("usrloc", "cluster_mode", "federation-cachedb")
modparam("usrloc", "restart_persistency", "load_from_sql")
modparam("usrloc", "sql_write_mode", "write-back")
This is the common configuration for every node . But why its deviating for
node 1 to save the data in local mysql location DB .
*Thanks & Regards*
*Sasmita Panda*
*Senior Network Testing and Software Engineer*
*3CLogic , ph:07827611765*
On Tue, Jul 30, 2019 at 1:37 PM Liviu Chircu <liviu at opensips.org> wrote:
> The federated clustering actually scales very well horizontally: as
> your subscriber
> base grows, you add more active/backup pairs into the mix, further
> partitioning them.
>
> The tutorial teaches you how to add HA for a platform with 2 locations
> and 4 nodes. If you need to add MySQL persistency, change:
>
> modparam("usrloc", "working_mode_preset", "federation-cachedb-cluster")
>
> ... into:
>
> modparam("usrloc", "cluster_mode", "federation-cachedb")
> modparam("usrloc", "restart_persistency", "load-from-sql")
> modparam("usrloc", "sql_write_mode", "write-back")
>
> PS: please forget about "db_mode". It is deprecated, 100% replaced by
> "working_mode_preset"
> in 2.4+, and cannot possibly add any further value, regardless of your
> usrloc needs.
>
> Best regards,
>
> Liviu Chircu
> OpenSIPS Developer
> http://www.opensips-solutions.com
>
> On 30.07.2019 10:15, Sasmita Panda wrote:
> > When the db_mode is set , then I cant set working_mode_preset . So
> > there is no clustering and horizontal scaling . Right ?
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20190730/b8130696/attachment.html>
More information about the Users
mailing list