Hi. I see that this is "old" conversation but I'm interesting to know if CB has a HA availability. In other case, I will try my best.
thanks. Regards. On Tuesday, January 22, 2013 at 5:15:17 PM UTC+1, Kai Janson wrote: > > Here is one more question: > > Which port(s) do I need to open on a firewall and which protocol do these > connections require? > I opened the port for epmd (4369) according to > http://www.erlang.org/doc/man/epmd.html > > No dice when I try to connect from the outside, anything else I might be > missing? > > --Kai > > > > On Tuesday, January 22, 2013 12:44:39 AM UTC-6, Kai Janson wrote: >> >> Hi y'all, >> >> Evan and I sat down and fixed CB's clustering. >> There are two different ways of setting up clustering now. >> >> a) Multiple nodes on one host >> b) Multiple hosts with one (maybe more than one?) CB node >> >> *For a:* >> For the master_node (that one that runs the shared services) configure >> boss.config like this: >> >> {vm_cookie, "mycoolapp"}, >> {*vm_sname*, "iamboss"}, >> >> and on the "client" side set >> >> {vm_cookie, "mycoolapp"}, >> {*vm_sname*, "iamclient"}, >> {master_node, "iamboss"}, >> >> *For b:* >> For the master_node (that one that runs the shared services) configure >> boss.config like this: >> {vm_cookie, "mycoolapp"}, >> {*vm_name*, "appmaster@<fullyqualifiedhostname>"}, >> >> and on the "client" side set >> >> {vm_cookie, "mycoolapp"}, >> {vm_name, "client@<fullyqualifiedhostname>"}, >> {master_node, "appmaster@<fullyqualifiedhostname>"}, >> >> Startup the master node first. >> Then start the client(s). >> >> Open cb_admin at one of the nodes and you should see connected nodes >> listed on the first page. >> >> --Kai >> >> P.S.> You might need to deal with the port numbers of the apps especially >> when they are on the same host. >> >> -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/1cb78058-9bbb-47ea-9191-a75175925be3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
