Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
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 InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-11-0512:24 PM. Last Modified: 2023-05-0312:37 AM
[Imported] Writing on Hot Standby Server
>>Message imported from previous forum - Category:Scripts and Tips<< User: mchartrand, originally posted: 2018-10-19 20:08:22 Id:165 This is a re-posting from the obsoleted (October 2018) "Schneider Electric Telemetry & SCADA" forum.
-------------------------------
**_FeWo: Hello, i have a setup with a Hot-Standby Pair of Servers. Is it possible to write value to the Standby Server? I have a tool which gets system data of the PC and sends it to ClearSCADA server locally. This tool is installed on each server and shall work independend. Otherwise i have to send the data of the tool via LAN between the servers (for exchange) to see both datasets updated in ViewX. Thanks and best regards_**
-------------------------------
AWoodland: You can read and write to any server that isn't configured as a DMZ server, where your user permissions allow and there are not server-side permission restrictions.
When you read data from a Standby server it comes from the server you're directly connected to, but when you write data (e.g. send a control, change config, insert a value) the server you are connected to proxies it to the Main automatically for you and the resulting change comes back via the normal synchronisation process.
DMZ servers are read-only.
This means that assuming the write was accepted you may need to wait up to 5 seconds before you then read the data back from the server and see a change.
Have you tried it? Any errors?
________
**_FeWo: Meanwhile i got it running. The soloution was to get the servers know each other with editing the hosts file. So i got two different Datapoints in the server. One is written by Server1 and the other by Server2 no matter which one is Main and which is Standby. Thanks and best regards._**