ejabberd - Comments for "Clustering - Replicating User Accounts" https://www.ejabberd.im/node/3039 en Now un-confused https://www.ejabberd.im/node/3039#comment-52402 <p>OK, I think I have it now, with some help from badlop in this post: <a href="http://www.ejabberd.im/node/1592" title="http://www.ejabberd.im/node/1592">http://www.ejabberd.im/node/1592</a></p> <blockquote><p>"If you have two nodes on the cluster, both of them should serve the same Jabber domain. If you want a Jabber server called "jabber.example.org", then both nodes should have this as hosts on their ejabberd.cfg." </p></blockquote> <p>So apparently the "problem" was that I was treating the two servers as separate ejabberd domains. In each of my ejabberd.cfg files, I had each server listed as a separate host. So, what I did was change each ejabberd.cfg file to read:</p> <blockquote><p>{hosts, ["my.ejabberd.domain.com"]}.</p></blockquote> <p>After doing this, I can now see two Nodes (each one of the physical instances) and one Virtual Server (my ejabberd domain). Seems kind of obvious now, but I figured I'd post this just in case someone else makes the same mistake.</p> <p>-TF</p> <p>*******************************<br /> ejabberd 2.0.0 on OpenSuSE 10.2</p> Thu, 15 May 2008 19:17:24 +0000 TFerguson comment 52402 at https://www.ejabberd.im