Hello,
I am trying to set active-active HA for my RM. I have searched through the forum and found out that the optimal solution is through SIP server load balancing the RMs. I cannot get it to work. I have created a resource group by selecting both RMs(i do not know if this is correct, i did not find info on it) to serve it and associate an MCP with it. My conf is the following:
Cluster VIP: 192.168.1.10
NLB RM_A : 192.168.1.50
NLB RM_B : 192.168.1.51
RM_A: 192.168.1.199 (5160)
RM_B: 192.168.1.200 (5260)
RM_A
====
ha mode = active-active
hotstandby = true
member1 = 192.168.1.199:9801
member2 = 192.168.1.200:9801
members= 1 2
mymemberid = 1 (2 in RM_B)
virtual-ip = 192.168.1.10
virtual-ip-in-via = true
nic.eth0 = <some value>
nic.eth1 = <some value>(same with RM_B)
nics = 0 1
MCP
===
transport.staticroutelist = 192.168.1.199,192.168.1.200
MSML VOIPservice
=============
contact = 192.168.1.10
contact-list = 192.168.1.199:5160,192.168.1.200:5260
Can you please point out the misconfiguration or any other suggestion?
Thanks in advance