Hi, On Tue, Oct 4, 2011 at 6:12 PM, Lorenzo Milesi <[email protected]> wrote: > Hi. > > Simple question: can two separate CoroSync installation coexsist on the same > network?
Yes, they can coexist as long as they use unique network sockets. You control this by pairing up servers that are supposed to be part of the same cluster by specifying the mcastaddr and mcastport. Usually you just alter mcastaddr. e.g. 4 nodes, 2 clusters, same network would require: - node 1 and 2 using mcastaddr: 239.255.1.1, mcastport: 5405, bindnetaddr: 192.168.0.0 - node 3 and 4 using mcastaddr: 239.255.1.2, mcastport: 5405, bindnetaddr: 192.168.0.0 HTH, Dan > > Given that the corosync keys are different for the two, I suppose it is, but > I'd like to know it for sure. > > Thanks > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > -- Dan Frincu CCNA, RHCE _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
