Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!

The Process of Synchronizing Redundant Servers

Geo SCADA Knowledge Base

Access vast amounts of technical know-how and pro tips from our community of Geo SCADA experts.

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • Knowledge Center
  • Geo SCADA Knowledge Base
  • The Process of Synchronizing Redundant Servers
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Labels
Top Labels
  • Alphabetical
  • database 32
  • Web Server and Client 31
  • WebX 19
  • Request Form 18
  • Lists, Events & Alarms 16
  • ViewX 15
  • Application Programming 12
  • Setup 12
  • Telemetry 8
  • Events & Alarms 7
  • Lists 7
  • Mimic Graphics 7
  • Downloads 6
  • Support 5
  • IoT 5
  • SCADA 5
  • Geo SCADA Expert 5
  • Drivers and Communications 4
  • Security 4
  • DNP 3 3
  • IEC 61131-3 Logic 3
  • Trends and Historian 2
  • Virtual ViewX 2
  • Geo Scada 1
  • ClearSCADA 1
  • Templates and Instances 1
  • Releases 1
  • Maps and GIS 1
  • Mobile 1
  • Architectures 1
  • Tools & Resources 1
  • Privacy Policy 1
  • OPC-UA 1
  • Previous
  • 1 of 4
  • Next
Latest Blog Posts
  • OPC UA - Driver and Server
  • Requirements for Generating a Valid OPC UA Server Certificate
  • Load Events Using LoadRecord and LoadRecords
  • Geo SCADA Embedded Component Licenses
  • Geo SCADA 2023 Known Issues
Related Products
product field
Schneider Electric
EcoStruxure™ Geo SCADA Expert

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Anonymous user
Not applicable
‎2021-06-09 12:42 PM
0 Likes
0
1839
  • Bookmark
  • Subscribe
  • Email to a Friend
  • Printer Friendly Page
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2021-06-09 12:42 PM

The Process of Synchronizing Redundant Servers

Originally published on Geo SCADA Knowledge Base by Anonymous user | June 09, 2021 09:42 PM

📖 Home  Back  
The synchronization process is used to ensure the Standby server in a Main-Standby server arrangement accurately reflects the data on the Main server.

The complete synchronization process occurs whenever a Main server re-establishes a connection with a Standby server. For example, a Main server can lose its connection with a Standby server due to a disconnected network cable. When the network cable is reconnected, the synchronization process begins. A synchronization will also occur when Geo SCADA is first started and connects to a Main server that is already running.

A shorter synchronization process occurs continuously when a Main server has a connection to a Standby server.

The complete synchronization process occurs when a Main server first connects to a Standby server or when a Main server re-connects to a Standby server that has been disconnected. The complete synchronization process is called the 'first pass' and it consists of these steps:

  • The Main server transfers the database structure to the Standby server. The database structure is the hierarchy of groups, objects (items) etc.

 

  • Configuration CRC (Cyclic Redundancy Checks) values are calculated from the specific configuration details of the database objects. The Main server retrieves the configuration CRCs from the Standby server and compares them to the configuration CRCs on the Main server.

 

  • Any configuration data on the Main server that has different CRCs to the configuration on the Standby server is transferred to the Standby server. This ensures that the configuration data is the same on both the Main server and Standby server.

 

  • Non-configuration data such as point states, timestamps, quality values etc., for all database objects is transferred from the Main server to the Standby server.

 

  • Alarm data and event data is transferred from the Main server to the Standby server.

 

  • The Main server queries the historic data modification time of the historic files on the Standby server. On small to medium sized systems, this should take a matter of minutes. On systems with large amounts of historic data (the design limit is 6 billion records), the historic data query could take hours.

 

  • Any historic files on the Main server that have different modification times to the historic files on the Standby server are transferred to the Standby server. This will include files that have been modified for events logged since the last synchronization as well as any new historic files that have been created.

 

  • The Main server queries the modification time of the Event Journal data on the Standby server. On small to medium sized systems, this should take a matter of minutes. On systems with large numbers of event records, the Event Journal query could take hours.

 

  • Any event records on the Main server that have different modification times to the event records on the Standby server are transferred to the Standby server. This will include files that have been modified for events logged since the last synchronization as well as any new files that have been created.

 

  • The Main server transfers the historic files (generated reports) to the Standby server.



When the 'first pass' is complete, the Main server will continue to run shorter 'passes'. Each 'short pass' consists of:

  • The Main server checks to see if its database structure has changed since the previous 'pass'. Any changes to the database structure are transferred to the Standby server. The database structure is the hierarchy of groups, objects (items) etc.

 

  • The Main server checks to see if there have been any configuration changes since the previous 'pass'. Any configuration changes are transferred to the Standby server.

 

  • The Main server checks to see if there have been any changes to the saved data or dynamic data since the previous 'pass'. Any saved data or dynamic data changes are transferred to the Standby server.

 

  • The Main server checks to see if there have been any updates to the alarm or event data since the previous 'pass'. Any new alarm or event data is transferred to the Standby server.

 

  • The Main server checks to see if any new historic files have been created on the Main server since the previous 'pass'. Any new historic files or modified historic files are transferred to the Standby server.

 

  • The Main server checks to see if any new event records have been created on the Main server since the previous 'pass'. Any new event records are transferred to the Standby server.

 

  • The Main server transfers the historic files (generated reports) to the Standby server.



The 'short passes' run continuously to ensure that the Standby server matches the Main server.

On a small to medium sized system, a typical 'short pass' over a LAN should take around 1 second. However, the size of the database, the available bandwidth and the quality of the connection between the Main and Standby servers can all affect the amount of time it takes for a 'short pass'.

The rate of synchronization is dependent on the Update Rate setting (defined in the server configuration). For more information on the Update Rate setting, please refer to the Set up a Hot-Standby Pair section of the Server Administration Guide in Help.

Go: Home Back

Author

Biography

Anonymous user

Link copied. Please paste this link to share this article on your social media post.

  • Back to Blog
  • Newer Article
  • Older Article
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of