cancel
Showing results for 
Search instead for 
Did you mean: 

Hybris clustering in Azure

Former Member
0 Kudos

Hi Experts,

Recently, we have moved the Hybris servers to Azure cloud from on-premise one. After this we are facing issue with Hybris clustering.

In cluster, we have 2 nodes.

Previously in on-premise, we used UDP protocol and multicast address for setting Hybris cluster. Please find below conf.

cluster.broadcast.methods=udp

cluster.broadcast.method.udp.multicastaddress= IP ADDRESS

cluster.broadcast.method.udp.port=9997

cluster.broadcast.method.udp.networkinterface= Logical network name

As per Azure documentation, VNet in Azure do not support multicast or broadcast.

Could anyone please tell me how to setup clustering in Azure?

Thanks, Manish

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member602476
Active Participant
0 Kudos

This is pretty basic, switch to jgroups TCP instead. Some examples are presented here: https://wiki.hybris.com/display/sawt/Install+and+configure+the+SAP+Hybris+environment . If you need more clarification I suggest you enroll for the next HY300 class. That would provide you with all the sys admin basics and more: https://training.sap.com/search?q=HY300&filters%5Bcountry%5D%5BUnited+States+of+America%5D=on&filter...

Former Member
0 Kudos

Hi Cristian

Thanks for the reply. Could you please tell me what should be the binding address. In Hybris wiki below is given:

cluster.broadcast.method.jgroups.tcp.bind_addr=12.34.56.78

How should I select it?

Thanks

former_member602476
Active Participant
0 Kudos

Pay attention to the example of the local.properties entry for cluster.broadcast.method.jgroups.tcp.bind_addr in the https://wiki.hybris.com/display/sawt/Install+and+configure+the+SAP+Hybris+environment That would tell you everything. Also look at the comments

Former Member
0 Kudos

Hi Cristian,

Thanks for the input.

Manish