Hi guys,
I am now able to cluster the two nodes using the following link
All working fine. I am able to see the second node in my first cluster.when i run the following command in second node
********************************
erl -name
******************************
that time only i am able to see second node under running nodes in my first host.
When exit from the command(Close the command line)i am not able to see the second node under running nodes.
pls any one help me
thanks for Badlop for help me.pls guide me
thanks in advance
regards
alagar
alagar.2010 wrote: All
All working fine. I am able to see the second node in my first cluster.when i run the following command in second nodeejabberd@second.example.com -mnesia extra_db_nodes "['ejabberd@first.example.com']" -s mnesia
********************************
erl -name
Now that you have configured Mnesia for clustering, you can start both ejabberd nodes normally. No need to start with extra_db_nodes option.