Moving data between historians
Hello community!
I'm exploring the Redundant Logging architecture, where a data collector+sender pair will move data to a primary and redundant historian servers. In the event one of the servers go down, I would manually copy all the data from the running historian and import it into the one where the communication has been severed. The isolated historian servers are not supposed to communicate with one another, which is why I need to manually execute the sync.
Is this possible? If so, could someone point me to the documentation covering this topic, please?
Thanks in advance!
4 replies
-
Hi Bela ,
If dual-logging to two or more historians, the Sender would handle the data buffering in the event that a server goes down. That data is cached to disk until the Sender can reconnect to the Receiver/Historian, wherein the data is flushed out and logging continues as normal. There is no need to sync the data between the two as the other will catch up as soon as it comes back online and the buffered data is processed.
Hope that makes sense!
-
Hi Steve Mason ,
It makes sense, thanks for the explanation. Just to confirm, the sender+data collector pair would need to be installed on the same machine where the datasource is located for buffering to work, correct?
-
Thanks Steve Mason, I appreciate your answer.
Have a great weekend!