We are running a dual-server redundancy setup. Afte the Standby server started freezing all variable values shortly after startup.
Symptoms observed:
Diagnosis Viewer findings:
Initial assumption was resource pressure due to large historian archive. We renamed the 40 GB .arx folder, recompiled and redeployed the project — system worked correctly on both servers.
We then attempted to migrate the last 3 months of historian data (customer requirement) in 3 batches. After the 3rd batch was copied, Standby server froze again.
RAM usage was checked during freeze — only 44% utilized (approximately 14 GB), so memory pressure was ruled out.
Diagnosis Viewer clearly showed the Standby server IEC 61850 driver attempting TCP connections to all IEDs simultaneously, even while in Standby mode. Since all IEDs were already connected to the Master server, they rejected the Standby connections. This caused the driver thread to flood with retries, blocking variable updates entirely.
Furthermore, when we completely delete the historian files, the Runtimes run completely fine without any problems. The issue only resurfaces when we put the archive files back into their original directory. By the way, the archive recording cycle for analog data is set to 3 seconds.
Any guidance from the community or COPA-DATA engineers would be greatly appreciated.