UCCX Failover and NTP

According to what I've found in UCCX 9.0 installation guides, the secondary node in a HA installation looks at the primary for NTP. What happens in the case of failover when the primary is unavailable?
Thanks in advance,
Dillon

When you issue a "show ntp status" on the secondary node, it in fact does list the primary node's address as its NTP source.  This is true whether the secondary node is Slave or Master.
With that, in the event of a failover between UCCX nodes, as long as the primary node was reachable on the network, the secondary will continue to sync its clock to it.
However, if the primary is offline all together, then this would mean that the secondary's clock could start to drift.  This is no different in a healthy UCCX HA pair when the NTP servers go offline and then the Primary's clock starts to drift.
I'm not positive on what this looks like in production, but I would suspect it's not critical for the secondary to keep processing calls.  It doesn't depend on the time on any other server to function properly.  Maybe the log files will have timestamps which do not line up with your CUCM log files.
Since we're on the topic of extended outages, if you do take a large enough hit to your primary node that you are worried about time drift, then you also have to consider this in an HAoW environment:
Data in Agent Datastore, Historical Datastore and Repository Datastore of Informix IDS database start merging after the network partition is restored and this could potentially generate heavy data traffic over the WAN. Cisco recommends restoring the WAN link during after hours to minimize the performance impact.
Source: UCCX SRND, Page 4-12
Anthony Holloway
Please use the star ratings to help drive great content to the top of searches.

Similar Messages

  • How to test UCCX failover (no HA)

    Hello,
    I would like to test uccx failover with one UCCX and there is no HA configured.
    I configured in UCCX/Cisco Unified CM Configuration => there is 2 Callmanagers for AXL Service Providers and 2 Callmanagers for CTI Managers if I stopping both Callmanagers server AXL Service Providers and CTI Managers (First server in list).
    Can you tell me how I can test uccx failover (CAD, Calls, etc....)?
    There is one uccx which is installed (no HA).
    Thank you so much.
    BR
    Aubert

    Hi Gergely,
    Thanks a lot for your advices and if I understand this is the same test scenario if we  disconnected the first callmanager with activated AXL service Providers or the CTI manager or the test scenario is different for both services.
    -To test calls and to verify which are not disconnect
    -To verify CAD which should not disconnect
    -To verify reports work
    Thank you so much;
    BR
    Aubert

  • Connection failover and transaction failover

    Connection failover and transaction failover
    I need to know more about a behavior in a RAC cluster. When a node goes down that is executing one of my transaction through JDBC , does the connection and transaction failover to a new node without me needing to restart tran or reconnect ?
    Please provide some insight
    Thanks

    Transactions are NOT automatically rolled back. The application must do this otherwise the session will get disconnected.
    If you code TAF, all sessions will failover to the backup connection. You can specify that select statements are automatically re-executed after the failover. Insert/update/delete transactions must be explicitly rolled back and resubmitted by the application.
    IF you are using an ORacle Connection pool, the connection pool will automatically cleanup connections to the failed instance, abort inflight transactions. The application will either retry or it will propagate the error to the end user.
    See the whitepaper on the OTN RAC page (otn.oracle.com/rac) Workload Management with Oracle RAC for more information.

  • What are the major differences between UCCX v7 and v8.0.2

    Does anyone know of a matrix or document which shows the major differences between UCCX v7 and v8.0.2?
    I have looked high and low, even searched this forum, but have not found anything.
    I've even looked at release notes in 8.0.2 but couldn't see anywhere that states the changes.
    Any help appreciated.

    Hi,
    I have awarded you both with the 'correct answer'.
    I went through, painstakingly, the documents I was linked to above and compared.
    In the end the major differences are pretty much what you have outlined here - which is exactly what I wanted.
    Thank you both very much.
    Cheers,
    Brett
    PS: Here are the obvious differences I found going thru the documentation I was linked to... (pretty much what you said)
    Feature
    V7
    V8
    High   Availability over the WAN (HAoWAN)
    No
    Yes
    Available in   an Appliance Model
    No
    Yes
    Read-only access to Cisco Unified Contact Center Express   database (Informix) with JDBC, ODBC, or Structured Query Language (SQL)
    No
    Yes
    System   Software Configuration
    MS Windows Server   2003
    Cisco Media   Convergence Appliance Software
    System   Software Configuration (client)
    XP and Vista
    XP, Vista, and Win7
    System   Software Configuration (browser based client software)
    No
    CAD and Workforce   Management
    System   Software Configuration (Web 2.0 based client software)
    No
    QM and AQM
    Operating   System
    Cisco OEM Windows   Server 2003
    Cisco Voice OS

  • UCCX8 - script that reads XML file failing, used to work fine in UCCX 5 and 7

    I have a existing script that I've used many times before to read a simple XML file to check open hours for a queue. In both UCCX 5 and 7
    I loaded up all my same scripts, documents , structure, etc..
    When I run script I get the below error.
    The error implies its a security problem but I also wonder if it could simply be a incorrect directory structure as well
    I have the document located in the repository under en\GlobalDocuments\HolidayDatesWithHours.xml
    Is there a differnet way we need to reference documents in UCCX 8 than 5 or 7
    I think I doing it correctly, using the CreateFileDocument and CreateXMLDocument steps, NOT trying to access the filesystem directly
    Do I need to use forward slashes in the file path for UCCX 8 ,
    Any ideas where to look.  This same error appears wherever in my script that I'm trying to read a XML file. different scripts as well so it seems that I'm doing something consistently wrong that used to work correctly on multiple UCCX 5&7 servers in the past.
    Thanks.
    <ERROR>
    527258: Aug 23 14:19:36.635 CDT %MIVR-SECURITY_MGR-2-SECURITY_VIOLATION:Security violation: Permission Name=.\documents\user\en\GlobalDocuments\\HolidayDatesWithHours.xml,Permission Action=read,Application=TrainingQueue,Script=CoreBTS-QueueScript.aef,Step id=437,Step Class=com.cisco.wfframework.obj.WFBeanStep,Step Description=boolTrueFalse = objFile.exists(),Expression=null,Exception=java.security.AccessControlException: access denied (java.io.FilePermission .\documents\user\en\GlobalDocuments\\HolidayDatesWithHours.xml read)
    </END ERROR>

    It should be fine, I assume you mean to reference the full location of your files such as:
    DOC[en\GlobalDocuments\HolidayDatesWithHours.xml]
    Or you could use a document variable such as:
    docVariable = DOC[en\GlobalDocuments\HolidayDateWithHours.xml]
    then in the script reference that:
    doc = Create XML Document (docVariable)

  • [solved] pacman -Su fails ("openntpd and ntp are in conflict")

    I have ntp installed. Today when I tried to do a full upgrade I got:
    # pacman -Su
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    :: openntpd and ntp are in conflict. Remove ntp? [y/N]
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: openntpd and ntp are in conflict
    If I accept to remove ntp, pacman tells me that the following packages will be upgraded:
    # pacman -Su
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    :: openntpd and ntp are in conflict. Remove ntp? [y/N] y
    Targets (155): archlinux-keyring-20121113-1 at-spi2-atk-2.6.2-1
    at-spi2-core-2.6.2-1 aurvote-1.5-1 automake-1.12.5-1
    binutils-multilib-2.23.1-1 bison-2.6.5-1 blas-3.4.2-1
    boost-1.50.0-3 boost-libs-1.50.0-3 brasero-3.6.1-1
    ca-certificates-20121105-1 colord-0.1.24-3 cronie-1.4.8-4
    emacs-24.2-3 evolution-data-server-3.6.2-1 farstream-0.2.2-1
    ffmpeg-1:1.0-2 ffmpeg-compat-20120509-2 firefox-17.0-1
    fontforge-20120731_b-2 fuse-2.9.2-1 gcr-3.6.2-2 gedit-3.6.2-1
    glib-networking-2.34.2-1 glib2-2.34.2-1 glpk-4.47-2
    gnome-desktop-1:3.6.2-1 gnome-icon-theme-3.6.2-1
    gnome-icon-theme-symbolic-3.6.2-1 gnome-keyring-3.6.2-1
    gnome-menus-3.6.1-1 gnome-mplayer-1.0.7-2
    gnome-online-accounts-3.6.2-1 gnome-panel-3.6.2-1
    gnutls-3.1.4-1 gobject-introspection-1.34.2-1
    gsettings-desktop-schemas-3.6.1-1 gst-plugins-bad-1.0.3-1
    gst-plugins-base-1.0.3-1 gst-plugins-base-libs-1.0.3-1
    gst-plugins-good-1.0.3-1 gstreamer-1.0.3-1
    gstreamer0.10-ugly-0.10.19-3
    gstreamer0.10-ugly-plugins-0.10.19-3 gucharmap-3.6.1-1
    gvfs-1.14.2-1 harfbuzz-0.9.6-1 icu-50.1-2 intel-dri-9.0.1-1
    iputils-20121114-1 khrplatform-devel-9.0.1-1 kmod-11-2
    lapack-3.4.2-1 ldns-1.6.16-1 lib32-cairo-1.12.8-1
    lib32-gdk-pixbuf2-2.26.5-1 lib32-glib2-2.34.2-1
    lib32-gnutls-3.1.4-1 lib32-harfbuzz-0.9.6-1 lib32-icu-50.1-1
    lib32-intel-dri-9.0.1-1 lib32-libdrm-2.4.40-1
    lib32-libgl-9.0.1-1 lib32-libglapi-9.0.1-1 lib32-mesa-9.0.1-1
    lib32-nspr-4.9.3-2 lib32-nss-3.14-2 lib32-pango-1.32.2-1
    lib32-pixman-0.28.0-1 lib32-qt-4.8.3-3 libcap-ng-0.7.3-1
    libegl-9.0.1-1 libgbm-9.0.1-1 libgl-9.0.1-1 libglapi-9.0.1-1
    libgles-9.0.1-1 libgsf-1.14.25-1 libgweather-3.6.2-1
    libpng12-1.2.50-2 libquicktime-1.2.4-3
    libreoffice-base-3.6.3-3 libreoffice-calc-3.6.3-3
    libreoffice-common-3.6.3-3 libreoffice-draw-3.6.3-3
    libreoffice-extension-nlpsolver-3.6.3-3
    libreoffice-extension-pdfimport-3.6.3-3
    libreoffice-extension-presentation-minimizer-3.6.3-3
    libreoffice-extension-presenter-screen-3.6.3-3
    libreoffice-extension-report-builder-3.6.3-3
    libreoffice-extension-wiki-publisher-3.6.3-3
    libreoffice-impress-3.6.3-3 libreoffice-math-3.6.3-3
    libreoffice-sdk-3.6.3-3 libreoffice-writer-3.6.3-3
    libsecret-0.12-2 libsoup-2.40.2-1 libsoup-gnome-2.40.2-1
    libtracker-sparql-0.14.4-2 libwnck3-3.4.4-1
    live-media-2012.11.08-1 logrotate-3.8.2-2 ltrace-0.7.0-1
    lv2-1.2.0-1 maxima-5.28.0-4 mesa-9.0.1-1 mkinitcpio-0.11.2-1
    mplayer-35421-1 nautilus-3.6.3-1 ntp-4.2.6.p5-11 [removal]
    openntpd-3.9p1-21 openssh-6.1p1-4 opera-12.11.1661-1
    pango-1.32.2-1 pkgfile-7-2 plotutils-2.6-3
    pygobject-devel-3.4.2-1 python-distribute-0.6.30-1
    python-pytz-2012h-1 python2-distribute-0.6.30-1
    python2-gobject-3.4.2-1 python2-logilab-astng-0.24.1-2
    python2-logilab-common-0.58.3-2 python2-matplotlib-1.2.0-3
    python2-opengl-3.0.2-2 python2-pytz-2012h-1 qjson-0.8.0-1
    qt-4.8.3-6 raptor-2.0.8-2 rfkill-0.4-6 sbcl-1.1.1-2
    sdl_mixer-1.2.12-3 shadow-4.1.5.1-2 skype-4.1.0.20-2
    sord-0.10.4-1 suil-0.6.6-1 telepathy-glib-0.20.1-1
    texmacs-1.0.7.16-1 thunderbird-17.0-1 tzdata-2012j-1
    util-linux-2.22.1-3 vi-1:050325-3 vlc-2.0.4-4
    vte-common-0.34.2-1 webkitgtk2-1.10.1-3 webkitgtk3-1.10.1-3
    wine-1.5.17-1 wxgtk-2.8.12.1-4 wxmaxima-12.09.0-1
    x264-20121113-1 xf86-video-intel-2.20.13-1 xmms-1.2.11-6
    xulrunner-17.0-1 yelp-3.6.2-1 zsh-5.0.0-3
    Total Download Size: 495.69 MiB
    Total Installed Size: 2334.87 MiB
    Net Upgrade Size: 61.25 MiB
    Proceed with installation? [Y/n] n
    How can I investigate what's the source of the problem? Is there a way to get pacman to tell me which package it is that is trying to pull in openntpd? (Or does anybody know right away how to resolve this issue?)
    Oh, by the way: "pacman -Sii openntpd" says
    Required By : networkmanager-dispatcher-openntpd
    but I don't use networkmanager.
    Last edited by halun (2012-11-23 07:54:51)

    Ha, how stupid of me...
    I thought openntpd was being pulled in, but it was already installed (by me, apparently) although I've never used it. Removing it by hand before upgrading resolved the problem. Thanks!

  • UCCX script and abandoned calls

    Hi Guys
    I got question about that UCCX script and abandoned calls , so currently we had 4 different script for  support the call follow .
    So the Main script is just AA let the people select menu 1 , 2 ,3 then go to different queue , after select 1 (for example) then call-direct to second script trigger number and coming into the queue .
    Unfortunately , the system counter the action to be an Abandoned call      , I already open the case about this issue and the TAC did not found any configure issue on UCCX , from the log we can seem all the REDIRECT,lrd=5000 is abandoned call .
    23811205: Apr 28 13:01:44.257 GMT+800 %MIVR-SS_TEL-7-UNK:Call.received() JTAPICallContact[id=37148,implId=151183/1,state=STATE_RECEIVED_IDX,inbound=true,App name=APP0,task=null,session=null,seq num=-1,cn=5000,dn=5000,cgn=0405554590,ani=null,dnis=null,clid=null,atype=DIRECT,lrd=null,ocn=5000,route=RP[num=5000],TP=null
    23811420: Apr 28 13:02:00.491 GMT+800 %MIVR-SS_TEL-7-UNK:Call.transferring(5030) JTAPICallContact[id=37148,implId=151183/1,state=STATE_ANSWERED_IDX,inbound=true,App name=APP0,task=48000040709,session=36000027315,seq num=0,cn=5000,dn=5000,cgn=0405554590,ani=null,dnis=null,clid=null,atype=DIRECT,lrd=null,ocn=5000,route=RP[num=5000],TP=5007]
    23811424: Apr 28 13:02:00.491 GMT+800 %MIVR-SS_TEL-7-UNK:Call.abandoned() - transferring JTAPICallContact[id=37148,implId=151183/1,state=STATE_ANSWERED_IDX,inbound=true,App name=APP0,task=48000040709,session=36000027315,seq num=0,cn=5000,dn=5000,cgn=0405554590,ani=null,dnis=null,clid=null,atype=DIRECT,lrd=null,ocn=5000,route=RP[num=5000],TP=5007]
    23818414: Apr 28 13:09:46.095 GMT+800 %MIVR-SS_TEL-7-UNK:Call.transferring(239) JTAPICallContact[id=37149,implId=151183/1,state=STATE_ANSWERED_IDX,inbound=true,App name=app2_Admin,task=48000040710,session=null,seq num=-1,cn=5030,dn=5030,cgn=0405554590,ani=null,dnis=null,clid=null,atype=REDIRECT,lrd=5000,ocn=5000,route=RP[num=5030],TP=5034]
    23818421: Apr 28 13:09:46.095 GMT+800 %MIVR-SS_TEL-7-UNK:Call.abandoned() - transferring JTAPICallContact[id=37149,implId=151183/1,state=STATE_ANSWERED_IDX,inbound=true,App name=app2_Admin,task=48000040710,session=null,seq num=-1,cn=5030,dn=5030,cgn=0405554590,ani=null,dnis=null,clid=null,atype=REDIRECT,lrd=5000,ocn=5000,route=RP[num=5030],TP=5034]
    Please give some advice about that and I am look forward to heard from you guys soon .
    Thanks

    Hi Jon
    I was tested "Set Call Contact Info step to mark the call as handled" last night , but not working .
    so in the get call contact info properties , I was used  last Redirect number  to nest trigger number .
    but not working .
    so have got any idea about that ?
    thanks

  • Load balancing, failover and fallback in Non-Clustered WebLogic environment

    hi,
    Has anyone implemented WebLogic 10.3.3 (or 10.3.4) in a Non-Clustered environment, but also got load balancing, failover and fallback work?
    We were successful in getting failover working using t3://server1:7001,server2:7002 provider URL, but not load balancing or fallback.
    The fallback is working when it was connecting to server2 and if we kill server2, then it switches to server1, but not when server2 is still running while server1 comes back.
    All we need to find a way to enforce fallback to primary site, even if secondary which the client connected is still up and running and primary site comes back.
    Any help appreciated.
    Thanks.
    Best regards,
    Bala

    hi,
    Has anyone implemented WebLogic 10.3.3 (or 10.3.4) in a Non-Clustered environment, but also got load balancing, failover and fallback work?
    We were successful in getting failover working using t3://server1:7001,server2:7002 provider URL, but not load balancing or fallback.
    The fallback is working when it was connecting to server2 and if we kill server2, then it switches to server1, but not when server2 is still running while server1 comes back.
    All we need to find a way to enforce fallback to primary site, even if secondary which the client connected is still up and running and primary site comes back.
    Any help appreciated.
    Thanks.
    Best regards,
    Bala

  • Agent Failover and AD Integration in Operations Manager

    Hi
    I got some queries around SCOM agent failover and AD Integration:
    Does the discovery wizard differentiates between domain-joined and workgroup systems in terms of deploying agent on them?
    Why do we ever need Active Directory Integration with Operations Manager as described here
    http://technet.microsoft.com/en-us/library/hh212922.aspx
    - is it required for non-domain joined Windows systems or any other systems? All the other documents I read are saying that Windows agents can failover to other available MS in resource pool if their currently assigned MS fails and fails back automatically
    as soon as it comes back online.
    Is the automatic failover applicable to agents installed using client push (Discovery Wizard) Or it applies to agents installed manually using MOMAgent.msi?
    Also referred to this article
    http://blogs.technet.com/b/meamcs/archive/2013/05/10/is-ad-integration-or-manual-scom-agents-required-to-allow-automatic-windows-agent-failover-between-multiple-scom-management-servers.aspx
    but doesn’t seems to be having grip on it so far. Request some details on the above points.
    Thanks
    Taranjeet Singh
    zamn

    Hi,
    For the first question, I don't think we can use discovery wizard to install agent on non-domain joined computers. Please refer to the below links for how to deploy SCOM agent to non-domain computers:
    http://blogs.technet.com/b/quenguyen/archive/2011/07/13/monitoring-non-domain-servers-using-scom.aspx
    http://blogs.technet.com/b/stefan_stranger/archive/2012/04/17/monitoring-non-domain-members-with-om-2012.aspx
    For the second question, as we can read from the below link:
      http://blogs.technet.com/b/meamcs/archive/2013/05/10/is-ad-integration-or-manual-scom-agents-required-to-allow-automatic-windows-agent-failover-between-multiple-scom-management-servers.aspx
    SCOM windows agents automatic failover does not require AD integration or PowerShell scripting or Configuration Manager or manual agents installation specially for small to medium environment and agents distribution between different SCOM management servers
    can be accomplished through push agents wizard, and windows agents failover can be simply verified from event viewer.
    Regards,
    Yan Li
    Regards, Yan Li

  • Always On - async mode - Failover and failback check list

    Hi All,
    Our production is configured with Always On in Async mode with DR.
    We are planning to do a failover and failback on the Availability Groups in weekend.
    Apart from the time consuming to do a failover and failback, does anyone having complete checklist on what all has to be checked at the time of failover and failback?
    Thanks in advance!

    Hi MvKalyan,
    In AlwaysOn Avaliability Groups, when availability replicas are configured for asynchronous-commit mode, it supports only the manual failover mode.  For more details, please review this article:
    Failover and Failover Modes (AlwaysOn Availability Groups).
    Before performing a failover of SQL Server AlwaysOn Avaliability Group,  there are several things should be considering, such as data loss, connectivity problems and so on. For more information, you can review this online blog:
    Before You Fail Over a SQL Server AlwaysOn Availability Group.
    Thanks,
    Lydia Zhang

  • DATAGUARD FAILOVER AND SQITCHOVER TESTING

    I AM GOING TO TEST FAILOVER AND SWITCHOVER FOR BOTH PRIMARY AND STANDBY.
    I AM STARTING FROM SCRATCH .
    DOES SOMEBODY HAVE ANY DOCUMENTATION, NOTE ID'S OR ANY LINKS FOR THE SAME
    THANKS LOT IN ADVANCE
    JAGMOHAN

    First test switchover ... does that work? The commands are well documented all over the net including on my website "MorgansLibrary.org"
    If switchover works then the next question is have you configured for failover? If so how? In what version? etc. etc. etc.
    We need details to be able to provide advice.

  • Failover and Switchover

    Hi ,
    I needs some clarifications regarding the manual failover and Swithover.
    As i know these both are role transitions from primary to standby and also switchover is done during Planned tasks. And fail over is the one which is done during sudden unplanned events.
    Also switchover can be done at any point of time.
    Assume do to some unexpected events , my primary database is down  and failed to Up. so i need to do a manual failover....
    My question here is , Anyway i am going to do manually, but why i need to do a failover? I can initiate a switchover right?
    Even if i do a failover , if my database is not in the flash back mode , then i need to rebuild a new standby database....
    Why i want to make myself in trouble by using failover insttead of a switchover.
    Regards,
    Mohammed

    How do I ask a question on the forums?
    https://forums.oracle.com/message/9362002#9362002

  • PO for LAN failover and stateful failover link?

    Hi.. We have 2 x ASA 5520s running ver 9.0. We plan to aggregate the 2 interfaces used for LAN failover and stateful failover into a lacp PO. So both the ASAs are connected to each other directly using these 2 interfaces and then we logically make it a one PO. We then assign the PO intface an ip. Is this supported?

    You can use any unused interface (physical, redundant, or EtherChannel) as the failover link. (Source)
    That said, It would be an uncommon implementation. I almost always see them on separate physical interfaces.

  • MD5 and NTP on solaris

    Hello
    I want to use a solaris box as an NTP server but the cisco boxes use MD5. My questions are:
    Is MD5 supported on Solaris?
    If not is there an alternative that both support?
    Are there any configuration docs for MD5 and NTP for solaris?
    TIA
    Andrew

    Sure !! support
    You must set the key at /etc/inet/ntp.keys
    somthing like this
    4 M DonTTelL
    6 M hElloWorld
    22 M ImASecret
    M refer to MD5 encription

  • Lms install without dns server and NTP

    I know it sounds weird but ATM the deployment does not include this two cause the network is meant to be totally closed
    and ntp server will be implemented soon
    is there a way to ovecome this?
    how to set time in appliance bios? UTC? localtime?
    domain? (localdomain)?
    dns? (127.0.0.1)?
    thank you in advance

    It can talk NTP and DNS to any device on the network supporting the protocol.
    LMS talks NTP but takes the time from anyone. It doesn't verify the stratum. Any switch/router talking NTP will do.
    You could even run a DNS service on the server it self.
    Cheers,
    Michel

Maybe you are looking for

  • When Mac reboots to Install XP black Screen Flashing Dash (-) stuck.

    when Mac reboots to Install XP black Screen Flashing Dash and I think its the press any key screen but on a Mac its Just Flashing Dash . I press every button going and nothing happens. and my only option is to turn off the mac to boot back in OSX. Ma

  • Workflow Permissions with Custom 2013 workflows

    Hello,  A user can design and publish a workflow.  However, unless they are a Site admin the workflow never kicks-off. I've tried manually triggering and triggering when a new item is added to a library. The workflow I am using for testing purposes i

  • My MacBook Pro starts and shuts off after loading for sometime

    My MacBook Pro starts and shuts off after loading for sometime

  • Nokia tv won't install

    I'm unable to install nokia tv even I'm finnish in Finland, what's the problem?

  • N85 freezes on startup

    Cannot get it to function. Cannot even get it to turn off. Have removed the battery a few times to shut it down but upon each restart it immediately freezes. Completely nonresponsive....it's lit (does not dim) and have all bars on 3G....but otherwise