" /> Genesys High Availability G7.5 - Genesys CTI User Forum

Author Topic: Genesys High Availability G7.5  (Read 13178 times)

Offline Sylvainsjc

  • Full Member
  • ***
  • Posts: 137
  • Karma: 2
Genesys High Availability G7.5
« on: May 11, 2007, 10:36:47 AM »
Advertisement
Hello,
has someone already deployed "high availability" for cfgdbserver, ConfigServer + management layer with G7.5 on two servers (one for primary apps, one for backup apps) ???
Theoretically, by duplicating the components on two servers, Genesys should continue to works if the primary server fails.
Any successful experience ???

Offline Fra

  • Hero Member
  • *****
  • Posts: 856
  • Karma: -3
Re: Genesys High Availability G7.5
« Reply #1 on: May 11, 2007, 11:41:19 AM »
I have some experience in Management Framework HA 6.1-7.1; it works fine, just had  some issues with 7.1 during boxes reboot. No experience in 7.5 HA yet, but the feature should be working the same way.

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Genesys High Availability G7.5
« Reply #2 on: May 11, 2007, 12:06:37 PM »
Hi,

Could you be more specific on what is not working properly?

René

Offline victor

  • Administrator
  • Hero Member
  • *****
  • Posts: 1419
  • Karma: 18
Re: Genesys High Availability G7.5
« Reply #3 on: May 11, 2007, 04:45:39 PM »
HA for Configuration Layer works just fine for me. What is causing the problem?


Offline mark

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: Genesys High Availability G7.5
« Reply #4 on: May 11, 2007, 11:28:25 PM »
We are running HA on 7.2, it all works as it should, in fairness some apps do not switch over immediately, but that is actual system limitations.

Offline Sylvainsjc

  • Full Member
  • ***
  • Posts: 137
  • Karma: 2
Re: Genesys High Availability G7.5
« Reply #5 on: May 14, 2007, 11:45:30 AM »
:) Thanks for your answers.

I have one server with one cfgDBServer and one configserver (consider it's the main server).
On the second server, i installed one backup_cfgDBServer and one backup_configserver following the framework 7.5 deployment guide.

My problem is that when i stop the primary cfgdbserver, i can see in SCI the backupcfgDBServer become PRIMARY but cme switch to "read-only" mode.
In the confserv logs, he always tries to connect to the main cfgDBServer and never tries to connect to the backup_cfgDBServer.

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Genesys High Availability G7.5
« Reply #6 on: May 14, 2007, 12:19:02 PM »
Hi,

Now it's clear to me :). You have to modify the configuration file (confserv.cfg) used by Configuration Server and add information related to backup dbserver to that file.

Here is an example
--------------------------------------
[font=Courier]
[i]... other sections ...[/i]

[cfg_dbserver]
host=<host>
port=<port>
dbengine=<dbengine type>
dbserver=<db server>
dbname=<dabatase name>
username=<user>
password=<password>
server=cfg_dbserver_backup  [b]<--- points to the backup dbserver section[/b]
reconnect-timeout=10
response-timeout=600


[cfg_dbserver_backup]
host=<host>
port=<port>
dbengine=<dbengine type>
dbserver=<db server>
dbname=<dabatase name>
username=<user>
password=<password>
server=cfg_dbserver    [b]<--- points backup to primary dbserver section. The system never tries to connect primary dbserver again if this parameter is empty. [/b]
reconnect-timeout=10
response-timeout=600
[/font]--------------------------------------

The changes will be applied after restart of Configuration Server.

Cheers,
René

Offline Sylvainsjc

  • Full Member
  • ***
  • Posts: 137
  • Karma: 2
Re: Genesys High Availability G7.5
« Reply #7 on: May 14, 2007, 12:50:31 PM »
Great thanks René,

This means that the “cfgDBServer” cannot have backup ?  I mean that if only the cfgDBServer is down (for any reason), configserver stayed "up" never tries any dbserver backup.  In this case we have to manually swicthover the primary configserver to retrieve full access to database.

Is this the correct behaviour?

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Genesys High Availability G7.5
« Reply #8 on: May 14, 2007, 02:34:17 PM »
Dbserver can have backup and it is supported functionality/feature. By defining a new section in confserv.cfg file you're saying to Configuration Server that there is new data source. So if the primary dbserver fails that Configuration Server tries the next one specified by the parameter "server".

Using the example configuration file from me previous post - if the dbserver defined in the section "cfg_dbserver" fails then Configuration Server tries to connect to the dbserver defined in the section "cfg_dbserver_backup." If Configuration Server isn't able to reach that dbserver it returns back to the first one (section "cfg_dbserver") etc.

R.



Offline Sylvainsjc

  • Full Member
  • ***
  • Posts: 137
  • Karma: 2
Re: Genesys High Availability G7.5
« Reply #9 on: May 14, 2007, 02:40:06 PM »
Ok i'm going to try this.

Thank you again for your help

Offline Sylvainsjc

  • Full Member
  • ***
  • Posts: 137
  • Karma: 2
Re: Genesys High Availability G7.5
« Reply #10 on: May 15, 2007, 08:56:50 AM »
Ok René, it works fine on my vmware lab. I'm going to apply this for the production.

That means that the framework 7.5 deployment guide is not clear enough about HA management.

For other users i attach the complete cfg files for both primary and backup ConfigServer.

Best regards

Offline S

  • Full Member
  • ***
  • Posts: 135
  • Karma: 1
Re: Genesys High Availability G7.5
« Reply #11 on: June 21, 2007, 04:30:18 PM »
not sure if  ur switchover of applications is working.
However, just wanted to throw out here, hope it helps.
for switchover of apps gracefully via SCI, u would neeed another license called the ha-redundancy for the SCS to handle it.

Offline Sylvainsjc

  • Full Member
  • ***
  • Posts: 137
  • Karma: 2
Re: Genesys High Availability G7.5
« Reply #12 on: June 21, 2007, 05:58:43 PM »
I have this license and the switchover via SCI works fine.
FEATURE ha_redundancy genesys.d 7.0 1-jan-00 999999 718480A7F602 \
NOTICE="xxxxxxxxxxxxxxxxxxx (Alcatel-Lucent) Lab" \
SIGN=F4ED12F08190

Offline ova

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Genesys High Availability G7.5
« Reply #13 on: August 13, 2007, 01:37:11 PM »
I also had the same problem with HA for 7.5 components... the mechanism is working fine except that CME stays in read-only mode.
Genesys has created an engineering request (ER# 137154961) for that issue.

Peter

  • Guest
Re: Genesys High Availability G7.5
« Reply #14 on: August 14, 2007, 01:52:44 AM »
So am I to understand that with version 7.5 when config server switches from primary db server to backup one it remains in read-only state despite everything working fine?