" /> Question about GAD - Genesys CTI User Forum

Author Topic: Question about GAD  (Read 5445 times)

This topic contains a post which is marked as Best Answer. Press here if you would like to see it.

genesys rookie

  • Guest
Question about GAD
« on: February 23, 2010, 02:08:07 PM »
Advertisement
Hi coleagues

I'm relatively new to this , and by a consultation of the costumer, where we will implement HA, I would be interested to know about the connectivity between the "Gad" and "interaction_servers" or "TServers".
Someone may tell me something? ???

I search in the KB, but not found something that I clarify me the issue. :-[ :-[ :-[

Regards

The rookie

Offline Timur Karimov

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: Question about GAD
« Reply #1 on: February 23, 2010, 07:27:03 PM »
Hmm, but there is a question in you post? What exactly do you need to know and what issues try to clarify?

WBR Thaler


genesys rookie

  • Guest
Re: Question about GAD
« Reply #2 on: February 23, 2010, 08:41:31 PM »
I commented:
          Given that we will implement "HA" in this client, I need to know:
1 - How is the connectivity between Gad and the interaction tservers or servers? Both the primary server as the Backup.
2 - If main Gad connection is lost, how it connects with the backup?



Offline gcollins

  • Newbie
  • *
  • Posts: 18
  • Karma: 0
Re: Question about GAD
« Reply #3 on: February 23, 2010, 09:57:54 PM »
I have seen GAD load balancing implemented in a several different modes.  GAD can utilize an Apache 2 configuration that distributes GAD traffic across several tomcat servlet engines; the use of a hardware load balancer, F5-BIG IP, and Windows Clustering.

Take a look in the 7.6 deployment guide for more detailed descriptions on pg. 162.

The Apache 2 configuration using the mod_jk connector is the quickest in my opinion.

I hope this helps a bit.  :)

Marc

  • Guest
Re: Question about GAD
« Reply #4 on: February 24, 2010, 09:07:04 AM »
GAD is not designed to be working in HA.
The problem comes from the Tomcat session ID which cannot be shared between several servers.

Here we have installed 3 instances of GAD on multiple servers, each connected to both primary and Backup IxnServer and TServer, and the customer can choose which one they want to connect to.

Advantage against load balancing, is that if they feel that there is something strange with one GAD (or slow !!!) they connect to the other one.  ;D
Finally to lower the risk of issues, the GADs are not running the same exact version, in case one version has a bug the other has not.

Hope this can help you.
Marc

Marked as best answer by on April 26, 2025, 04:28:05 AM

Offline Timur Karimov

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: Question about GAD
« Reply #5 on: February 24, 2010, 11:22:20 AM »
  • Undo Best Answer
  • [quote author=genesys rookie link=topic=5178.msg22924#msg22924 date=1266957691]
    I commented:
              Given that we will implement "HA" in this client, I need to know:
    1 - How is the connectivity between Gad and the interaction tservers or servers? Both the primary server as the Backup.
    2 - If main Gad connection is lost, how it connects with the backup?
    [/quote]

    1.GAD is not used the HA schema. Use the load balansing instead HA.
    2. As and for another services -  in general, you don't need connect one services to primary and backup target services. only to primary.
    3. So, coz no HA for GAD - if one of GAD instance fail, all agent connection is also broken down.


    WBR.

    genesys rookie

    • Guest
    Re: Question about GAD
    « Reply #6 on: February 24, 2010, 03:31:35 PM »
    thanks for the comments, I now have a little more clearly the subject ...

    Offline Gulden_NL

    • Full Member
    • ***
    • Posts: 109
    • Karma: 1
      • VoxPeritus - The Voice of Experience
    Re: Question about GAD
    « Reply #7 on: February 24, 2010, 03:34:39 PM »
    Loads of answers here that aren't quite accurate.  There are several layers being discussed and mixed up.

    HA [u]is[/u] possible through CIM. Agents always register with SIP Server or TServer, depending on what you use, IP or TDM and in turn register with the switch via either method. If you are planning to achieve HA for Genesys desktop, there are multiple ways in achieving this without extra H/W. We have GAD distributed across multiple data centers, also have all CIM components HA across the same data centers.  Load balancing across centers; lose Site 1 GAD, then CIM redirects the lost sessions to Site 2.

    Load balancing or clustering of your Web App Servers within a [u]single[/u] data center is what many of you are speaking of here.  Yes, there are several ways to manage clustering and load balancing.  That discussion can fill several threads here for days.  And there are plenty of great resources outside of Genesys that discuss load balancing with devices, Apache, etc.

    The attached is a picture of what this looks like at a high level.
    « Last Edit: February 24, 2010, 03:44:55 PM by Guilden_NL »