08-11-2016 12:00 AM - edited 03-14-2019 04:24 PM
hi all,
Id like to verify if Finesse CCX failover behavior is correct, and working as it should be as designed.
UCCX version 11
I have my 2box of uccx clustered for HA failover.
uccx01.test.com (Primary node)
uccx02.test.com (Secondary node)
All our agents have bookmarked Cisco Finesse on their browser as https://uccx01.test.com:8445
Scenario 1: Did a fail over test by shutting down uccx01.
Isn't there some sort of redirection that detects uccx01 is down and redirects to uccx02?
So what does this leaves the agent? Do they need to maintain 2 different bookmark url? uccx01.test.com:8445, and uccx02.test.com:8445
And that they need to manually access to uccx02 url when they experience that uccx01 url is in accessible?
Scenario 2: uccx01 powered back on & recovers.
Ultimately my concern is pretty much on scenario 1 failover behavior. Scenario 2 should be fine as it redirects
Appreciate any advise
Solved! Go to Solution.
08-11-2016 04:13 PM - edited 06-02-2020 08:41 AM
UPDATE on 2020-06-02
I see someone just gave me helpful votes on this, but this information is 4 years old and Finesse has changed a bit now. Today, Finesse can run active/active on each server, whereas the Engine is still active/standby. The load balancer still applies though, however, you cannot use Finesse API call to determine which server Finesse is active on, since it's active/active. You could however, if you even cared, use the wallboard /uccx/isDBMaster URL to determine which server the Engine is master on. Otherwise, just 50/50 balance it, or geo route it, etc.
The documentation Chris linked leaves a lot to be desired in terms of setting expectations, and therefore we all end up finding out the hard way that HA really isn't all that great. It should be marketed as the license is named: WARM STANDBY.
Scenario 1: You found out the hard way, that his is how it works. If the server is down (or even just Tomcat), your link will be broken, and you will not be redirected. You will either need to publish both URLs to the Agents (like most people do to solve this), or come up with a fancy front end load balancer, and just use https://finesse.test.com as your single URL. By the way, if you figure this out, please post about it, as there's not much info out there on this setup.
Scenario 2: Correct, a server failback will not happen automatically. You must initiate the failback on your own by restarting the CCX engine on the Master. Do be aware that this is impactful and you will drop all calls on your CTI Ports and log out all Agents.
08-11-2016 07:03 AM
You can read this doc on expected failover behavior of finesse:
http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/crs/express_10_0/design/guide/UCCX_BK_DF6A995E_00_design-guide/UCCX_BK_DF6A995E_00_design-guide_appendix_0110.html
08-11-2016 04:13 PM - edited 06-02-2020 08:41 AM
UPDATE on 2020-06-02
I see someone just gave me helpful votes on this, but this information is 4 years old and Finesse has changed a bit now. Today, Finesse can run active/active on each server, whereas the Engine is still active/standby. The load balancer still applies though, however, you cannot use Finesse API call to determine which server Finesse is active on, since it's active/active. You could however, if you even cared, use the wallboard /uccx/isDBMaster URL to determine which server the Engine is master on. Otherwise, just 50/50 balance it, or geo route it, etc.
The documentation Chris linked leaves a lot to be desired in terms of setting expectations, and therefore we all end up finding out the hard way that HA really isn't all that great. It should be marketed as the license is named: WARM STANDBY.
Scenario 1: You found out the hard way, that his is how it works. If the server is down (or even just Tomcat), your link will be broken, and you will not be redirected. You will either need to publish both URLs to the Agents (like most people do to solve this), or come up with a fancy front end load balancer, and just use https://finesse.test.com as your single URL. By the way, if you figure this out, please post about it, as there's not much info out there on this setup.
Scenario 2: Correct, a server failback will not happen automatically. You must initiate the failback on your own by restarting the CCX engine on the Master. Do be aware that this is impactful and you will drop all calls on your CTI Ports and log out all Agents.
08-14-2016 10:06 PM
Thanks to all for the verification.
We'll just stick to maintaining 2 url for Finesse then, load balancing is too much hassle.
08-15-2016 06:41 AM
You can use a load balancer but only if it steps out of the traffic path after making the LB decision. For example, on F5 LTM you need to use an iRule to do this. Here's the logical flow that doesn't break TAC support:
07-26-2017 07:53 AM
Hi Jonathan,
do you believe that http://FQDN/isDBMaster API monitoring in #3 is necessary? If primary server becomes standby but still servicing finesse page, then I guess it's ok if LTM still brings users to the primary server's page, and lets Finesse do its built-in redirect to the 2nd active server. I think we are only interested in the situation when primary server is completely down and/or port 8445 is not available. For this, we'd only need to monitor the state of TCP 8445 on the primary server.
I'm trying to avoid setting up http://FQDN/isDBMaster API check on a Netscaler.
What are your thoughts on this?
Regards,
02-25-2018 01:46 PM
08-11-2016 09:53 PM
Anthony is absolutely correct in what he informed. Refer Load Balancing for Finesse section of below document in order to know more about the load balancer thing that Anthony suggested
http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/crs/express_11_0/design/guide/UCCX_BK_U3AF2742_00_unified-ccx-design-guide-11/UCCX_BK_U3AF2742_00_unified-ccx-design-guide-11_chapter_0110.html#CFIN_RF_L7808776_00
Regards
Deepak
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide