Revision as of 18:13, February 17, 2017 by Sschlich (talk | contribs) (Initial Import)
Jump to: navigation, search

Configuration Server Database Synchronization

When there are updates in the configuration server database, then Feature Server synchronizes the following objects.

  • SIP Switch objects:
    • CFGDN
    • CFGAgentLogin
  • Tenant objects:
    • CFGAgentGroup
    • CFGPerson
    • CFGPlace

SIP Feature Server synchronization with configuration server database consists of the following three functional facilities:

  • Initial Import
  • Real-time Synchronization
  • History Log Synchronization

Initial Import

Initial import synchronization occurs during the first time the Master Feature Server is started. During this synchronization, switch objects and tenant objects are imported from the configuration server database. To avoid repeating the import, Feature Server saves/retains initial import flags in Cassandra Database. After the check, Feature Server imports when required.

Important
  • All Feature Server nodes perform the initial import of switch objects regardless of master/confsync Feature Servers.
  • Master node performs the initial import of tenant objects.

Real-time Synchronization

During real-time synchronization, Feature Server dynamically synchronizes Cassandra database with updates from the configuration server database.

Important
  • All Feature Server nodes perform the real-time sync of switch objects.
  • Only Master and Confsync Feature Server nodes perform real-time sync of Tenant related objects.

History Log Synchronization

History log retrieval synchronization occurs when Feature Server is disconnected and then reconnected to the configuration server database. During this process, Cassandra is updated with all the changes in the configuration server database during the time when Feature Server was disconnected. If the history log is lost owing to a Feature Server outage, reimport mechanism is triggered automatically. For more details on reimporting, see Reimporting Configuration Data.

Important
  • Non-master/non-confsync Feature Server nodes perform Historical Synchronization of switch objects.
  • Master and confsync Feature Server nodes perform Historical Synchronization of tenant objects.
Comments or questions about this documentation? Contact us for support!