While I’m prepping 7.6 upgrade, question just pop up in my head.
I guess we’ll have two vcs so it naturally takes care of redundancy.
What about EMS? Is there a way to have two EMS running?
What if EMS and VCSs goes down and EMS never comes back up?
There is no officially supported redundancy available as EMS isn’t considered to be critical component from operational point of work - VCS works even without EMS. Of course, you can’t do any changes in the configuration while EMS is down. I think that you can even restart VCS/IPCS while EMS.
In theory, it should be possible to implement some kind of LDAP synchronization and run second (backup) LDAP server on different host but I’ve never tested it and as I know it isn’t supported by Genesys.
I was referring mainly to EMPS (LDAP Server) in my post and not to EMS run-time components like IVR-Server client, Policy Manager etc. Sorry for confusion…
In my configurations (four sites) I clustered the following EMS components: EMS3: SQL Server, VAR, EMPS & EMS5: SQL Server, EventC, Unified Login
I do not cluster EMS1: EMPS, LDAP, Dispenser, or EMS2: Policy Mgr, BWM, Network Monitor, or EMS4: Unified Login, Reporter Status Monitor, EventC, VAR
We’ve run four nines availability over 40 months since going live with this architecture. I realize that this is a larger configuration with thousands of ports at each site, but it should give you an idea of one possible configuration.
If you are using LDAP, there is utility out there that you can backup the contents of LDAP.
So if you configuration wipe out for some reason, you can restore from it.
My call center isn’t that big so it’s rather simple for HA requirement.
My goal was to have IVR answer calls without distruption with three servers (EMPS, VCS1 and VCS2).
At any one time, one of VCS server will be taking calls. And calls can be overflow to other VCS server.
So I have
EMPS (EMPS configuration is backed up for restore purpose)
VCS1 (IVR client, dispenser)
VCS2 (Backup IVR client, Backup dispenser)
In this setup, we are in operation as long as one of VCS is available.
Hope this help you.
I do not think there is any easy answer to this. We have EMPS1 and EMPS2 with a manual process to duplicate OpenLDAP data between them. e.g. copy the /data files. We then configure IPCS1 to talk to EMPS1 and IPCS2 to talk to EMPS2.