How to configure Redundant Event servers
How to configure Redundant Event servers
On the redundant Alarm and Report servers you can use:
IF StrToInt(ServerInfo("ALARM",0)) = 1 THEN
or
IF StrToInt(ServerInfo("REPORT",0)) = 1 THEN
The Cicode below will then be executed on the active server only. This can't be used for Trend and/or I/O Servers.
On the redundant Alarm and Report servers you can use:
IF StrToInt(ServerInfo("ALARM",0)) = 1 THEN
or
IF StrToInt(ServerInfo("REPORT",0)) = 1 THEN
The Cicode below will then be executed on the active server only. This can't be used for Trend and/or I/O Servers.