In my environment, we use 2 RMs in two VM ware Linux machines on same DC and in Active-Standby mode.
Currently one RM is configured as Primary and other as back up, and VIP IP will be pointed to the primary only. Whenever there is a run mode change happens, the VIP IP supposed to be pointing to the primary RM at that time. But most of the time VIP is not getting pointed correctly and calls are failing. Genesys asked us to remove the primary-back up configurations and then it will work smoothly.
But when I do that, both RMs are in primary mode in SCS and the run mode changes are not happening (5150/5151) to initiate the VIP failover scripts.
Does anyone use RMs in Active Standby mode with VIP IPs? I would like to know what alarm codes we need to check for initiating the VIP IP failover. I have referred Genesys voice manuals and nowhere its mentioned about clear picture of RM Failover.
I having using RM in active-standby mode on Linux platform at several customer environment, each installation was using bonding mechanism. From version of GVP 8.1.5+ I have not registered any issue related to HA. Other things is, that the roles viewed in SCI are irelevant, because the role on SCI does not match physical role within RM cluster - in active-standby mode, if the master (with higher ID) RM is running, will be always active.
Did you check if your reaction scripts were started during the failover of the RMs?
Are the RM in HA on Genesys level? There are no switchovere message in the logs. I very recommend to use bonding mechanism for RM cluster, I know that it does not make a sense, but trust me - it works more properly than IP takeover.
According to the log, it seems you have bad configured NIC parameters on RM object in CME - it looks like the RM cannot detect NIC state.
RM HA currently controlled by SCS alarm reactions (5150/5151) and we are trying to change that as per Genesys recommendation.
Yes I am trying to make the client convince to sure the bonding failover as well and yet to hear back. But we are using only one NIC per host.
I found one error in NIC configuration, but to correct it, Genesys has given all option for bonding failover only in manual. I will do more testing today and update the result. Thank you for your response.
When I corrected the NIC and port #, I am able to start application. But still I am not sure whether I am doing the switch over in correct way. I am continuing with VIP IP failover only until i get a go ahead from client.
I have set up the Alarm reactions to trigger the VIP IP change for the alarms 5064 and 5091. Not sure this is the correct way to switch over when RM fails. Please advise. I have added the cluster and gvp options below.
Of course it is handled by SCS -there is no other way:-) My question was, if you was trying make switchover via “switchover” function within SCI or stop/kill primary RM’s process?
Advantage of using bonding mechanism is in better possibility to monitor NIC status. It is true that the using of bonding mechanism on server with only one NIC does not make a sense, but it is well tested,used and suggested mode. As I wrote, I always using this mode and never registered any issue related to switchover.
Thanks. I am sorry that i didn’t understand your question. I did testing with both conditions , killing the process in Host and stopping the RM in SCI. These conditions were covered in my alarm reaction scripts to point the VIP to back up, so it was working fine.
But am confused, what will happen when SCS loses connection with the primary RM host? losing LCA or losing Host. In this scenario, we cant run the VIP down script in Primary and how should we handle this?
I am making the necessary changes to do Bonding fail over now.