SD-WAN

  • 1.  HA Router pair and Conductor status

    Posted 07-09-2019 12:00

    Hi Folks,
    I would like to know what the expected status on the conductor if a an HA router is connected to the conductor, where node1 is active and node2 is standby?
    Should both nodes show as running? If not what status should we see?

    Alan



    ------------------------------
    Alan Wright
    LEATHERHEAD
    +44 (0) 20 7043 6127
    ------------------------------


  • 2.  RE: HA Router pair and Conductor status

    Posted 07-09-2019 13:16
    HI @Alan Wright -- Great to hear from you. @Tyler should be able to give you some information. ​​

    ------------------------------
    Victoria
    ------------------------------



  • 3.  RE: HA Router pair and Conductor status

     
    Posted 07-09-2019 16:09
    when looking at the output for show system processes of an HA router the expected status of each process is running. Within the router, not all processes have an active and an inactive. The ones that do will indicate a Y or N in the Primary column to show which process is active. Also note that not all active processes need to be on the same node! If the Primary column is blank for a given process, that means both processes are always active. Here is an example below:

    admin@TestNodeA.TestConductor# show system processes router TestRouter
    Tue 2019-07-09 19:59:49 UTC
    
    ================================ ============================= ============ ========= =======
     Node                             Process                       Status       Primary   Role
    ================================ ============================= ============ ========= =======
     TestNodeA.TestRouter             accessManager                 running                combo
     TestNodeA.TestRouter             analyticsReporter             running                combo
     TestNodeA.TestRouter             applicationFrameworkManager   running                combo
     TestNodeA.TestRouter             conflux                       running                combo
     TestNodeA.TestRouter             databaseQueryCoordinator      running                combo
     TestNodeA.TestRouter             dynamicPeerUpdateManager      running      N         combo
     TestNodeA.TestRouter             fastLane                      running                combo
     TestNodeA.TestRouter             highwayManager                running                combo
     TestNodeA.TestRouter             nodeMonitor                   running                combo
     TestNodeA.TestRouter             persistentDataManager         running                combo
     TestNodeA.TestRouter             redisServerManager            running      N         combo
     TestNodeA.TestRouter             routingManager                running      N         combo
     TestNodeA.TestRouter             secureCommunicationManager    running                combo
     TestNodeA.TestRouter             securityKeyManager            running      N         combo
     TestNodeA.TestRouter             snmpTrapAgent                 running                combo
     TestNodeA.TestRouter             stateMonitor                  running                combo
     TestNodeA.TestRouter             systemServicesCoordinator     running                combo
     TestNodeB.TestRouter             accessManager                 running                combo
     TestNodeB.TestRouter             analyticsReporter             running                combo
     TestNodeB.TestRouter             applicationFrameworkManager   running                combo
     TestNodeB.TestRouter             conflux                       running                combo
     TestNodeB.TestRouter             databaseQueryCoordinator      running                combo
     TestNodeB.TestRouter             dynamicPeerUpdateManager      running      Y         combo
     TestNodeB.TestRouter             fastLane                      running                combo
     TestNodeB.TestRouter             highwayManager                running                combo
     TestNodeB.TestRouter             nodeMonitor                   running                combo
     TestNodeB.TestRouter             persistentDataManager         running                combo
     TestNodeB.TestRouter             redisServerManager            running      Y         combo
     TestNodeB.TestRouter             routingManager                running      Y         combo
     TestNodeB.TestRouter             secureCommunicationManager    running                combo
     TestNodeB.TestRouter             securityKeyManager            running      Y         combo
     TestNodeB.TestRouter             snmpTrapAgent                 running                combo
     TestNodeB.TestRouter             stateMonitor                  running                combo
     TestNodeB.TestRouter             systemServicesCoordinator     running                combo
    ​

    Please let me know if you have any other questions!

    ------------------------------
    Tyler Carroll
    Staff Software Engineer
    tcarroll@128technology.com
    ------------------------------