Hi Folks
Im looking to perfom multi-master clustering among my two ejjard nodes. Im not finding any detailed guidelines for this, can someone redirect it me to correct link/guid?
Regards
Aun
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Hi Folks
Im looking to perfom multi-master clustering among my two ejjard nodes. Im not finding any detailed guidelines for this, can someone redirect it me to correct link/guid?
Regards
Aun
which ejabbed do you use? you
which ejabbed do you use?
https://raymii.org/s/tutorials/Set_up_a_federated_XMPP_Chat_Network_with...
you can try with follow links
https://docs.ejabberd.im/admin/guide/clustering/
Hi I install
Hi
I install ejabberd-15.09-linux-x86_64-installer.run on debian(jessie). I try to cluster them and I cant.
who did clustering with ejabberd 15.09 ?
I do follow steps:
- I Install erlang(18) and ejabberd
- Create ejabberd.cfg file
- In ejabberdctl.cfg: set(local) INET_DIST_INTERFACE={10,0,0,1} and ERLANG NODE NAME
- same .erlang cookie(/root/.erlangcookie)
I use join_cluster and joincluster commands
/opt/ejabberd-15.09/bin/ejabberdctl join_cluster 'ejabberd@server1'
/opt/ejabberd-15.09/bin/joincluster 'ejabberd@server1'
it return:
--------------------------------------------------------------------
ejabberd cluster configuration
This ejabberd node will be configured for use in an ejabberd cluster.
IMPORTANT: all local data from the database will be lost, and
cluster database will be initialized. All data from the master
node will be replicated to this one.
--------------------------------------------------------------------
Press any key to continue, or Ctrl+C to stop now
Using passed parameter for remote master node name: ejabberd@70_slave
Using commands:
/opt/ejabberd-15.09/bin/ejabberdctl
.
and try with easy_cluster.erl(https://raymii.org/s/tutorials/Set_up_a_federated_XMPP_Chat_Network_with... ) , but it not working,too
please some body help me.plz