[quote author=Elvis link=topic=12169.msg54473#msg54473 date=1636045101]
Hi gen_rtfm, cavagnaro,
Thanks for your response. I understand it's a bit weird deployment. Our intention is each sip backup server can take over when primary down without affecting other sip servers.
Tenant A : SIPServerA (primary) on Host1 SIPServerA1 (backup) on Host2 port 5060
Tenant B : SIPServerB (primary) on Host1 SIPServerB1 (backup) on Host2 port 6060
Tenant C : SIPServerC (primary) on Host1 SIPServerC1 (backup) on Host2 port 6080
let's say SIPServerA down A1 will takeover, not to affect other SIP Servers
From the 4 options of HA deployment ,which way could work? Thanks again
[/quote]
Think on this. You have a Unique exposed IP address for the HOST1 and HOST2.
1. Scripts:
If SIP Server A fails, it will command the HOST1 to take down the VIP NIC and assign it to HOST2.
You would need a unique NIC card for each SIP Server. Adjust the Scripts for each unique NIC pair.
Not sure if you can have 3 VIP on a single HOST. Otherwise you will compromise the whole server as it would have a unique NIC for all 3 SIP Servers.
2. SIP Proxy
Now you have a Single point of failure for 3 Environments, not just one. If it dies, it dies.
You could try to install 3 SIP Proxy on another host for each Pair of SIP Servers.
3. External NLB
Same as SIP Proxy, however you can have HA here
4. Windows NLB
Similar to #1