cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to group nodes into a cluster?

Former Member
0 Kudos
830

Hi, we have 2 production nodes. And we want to cluster both. So the end result looks like this:

  1. Prod1 & Prod1_cluster

  2. Prod2 & Prod2_cluster

For Prod1 we already have the following configuration active & it is working:

 ###############################################
 # Cluster Config
 ###############################################
 cluster.ping.load.on.startup=true
 cluster.broadcast.senderthreads.disable=false
 # Cluster Settings & Cache
 clustermode=true
 cluster.maxid=1
 cluster.broadcast.methods=jgroups
 cluster.broadcast.method.jgroups=de.hybris.platform.cluster.jgroups.JGroupsBroadcastMethod
 cluster.broadcast.method.jgroups.tcp.bind_port=7800
 cluster.broadcast.method.jgroups.channel.name=hybris-broadcast
 cluster.broadcast.method.jgroups.configuration=jgroups-tcp.xml
 # cluster config
 cluster.id=0
 cluster.broadcast.method.jgroups.tcp.bind_addr=10.XXXX (IP of the node)
 ###############################################
 # End Cluster Config
 ###############################################
 

So now we want to activate Prod2 & Prod2_cluster. My question is: How does Hybris know it part of the prod2 cluster? It sound like it is with that discovery here: https://help.hybris.com/6.2.0/hcd/8c3623a786691014bca7f86f86c6fcf8.html.

What is your recommendation to group the new nodes in a new cluster and making sure it does not join Prod1 cluster?!

Thanks!

Accepted Solutions (0)

Answers (0)