<div dir="ltr"><div>Thanks a lot once again, that was the issue (flags=seed), here is the output of the command now:</div><div><br></div><div># opensipsctl fifo clusterer_list_cap<br>Cluster:: 1<br>    Capability:: usrloc-contact-repl State=Ok</div><div><br></div><div><br></div><div>Dominic<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 9, 2018 at 5:13 AM, John Quick <span dir="ltr"><<a href="mailto:john.quick@smartvox.co.uk" target="_blank">john.quick@smartvox.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Dominic,<br>
<br>
I have a similar setup in a test rig. For comparison, here is the output I<br>
get for the same fifo commands:<br>
<span class="">opensipsctl fifo clusterer_list<br>
Cluster:: 1<br>
</span>        Node:: 1 DB_ID=1 URL=bin:<a href="http://192.168.0.118:5678" rel="noreferrer" target="_blank">192.168.0.118:5678</a> Enabled=1 Link_state=Up<br>
Next_hop=1 Description=vSvr2<br>
<span class=""><br>
opensipsctl fifo clusterer_list_topology<br>
Cluster:: 1<br>
</span>        Node:: 2 Neighbours=1<br>
        Node:: 1 Neighbours=2<br>
<span class=""><br>
opensipsctl fifo clusterer_list_cap<br>
Cluster:: 1<br>
</span>        Capability:: dialog-dlg-repl State=Ok<br>
        Capability:: usrloc-contact-repl State=Ok<br>
<br>
Your DB_ID value is very different, but perhaps you're using db_mode 0 -<br>
i.e. node data comes only from the script.<br>
<br>
I have a separate local database running on each node and use the following<br>
settings in my script:<br>
All node data are read from the clusterer DB table (db_mode 1, default)<br>
The flags field for node 1 in the clusterer table is set to "seed"<br>
modparam("usrloc", "working_mode_preset", "full-sharing-cluster")<br>
modparam("usrloc", "location_cluster", 1)<br>
modparam("dialog", "db_mode", 0)      // the db_mode for the dialog module<br>
modparam("dialog", "dialog_replication_cluster", 1)<br>
modparam("dialog", "dlg_sharing_tag", "vip1=active")   // on node 2, it is<br>
"vip1=backup"<br>
<br>
Also, try restarting the opensips service, always starting node 1 first<br>
(assuming that node has flags="seed").<br>
<br>
Hope this helps.<br>
<span class="HOEnZb"><font color="#888888"><br>
John Quick<br>
Smartvox Limited<br>
Web: <a href="http://www.smartvox.co.uk" rel="noreferrer" target="_blank">www.smartvox.co.uk</a><br>
<br>
<br>
</font></span></blockquote></div><br></div>