REDU

How can I use the Mobile UI in redundant systems?

When using a redundant system, you have to create a remote project and start a new control manager for the Mobile UI server. This remote project has to be connected to the redundant servers. Note that a redundant mobile app server as well as distributed systems are not supported.

How to get the information whether a recovery of the redundant system is running

The information as to whether a recovery is running in a redundant system is stored in the _ReduManager(_2).IsRecovering. data point element.

The DPE is set by the server performing the active recovery. The server performing the passive recovery is the starting system and does not write to the DP elements.

When the recovery is started, the value 1 is written to the system performing the active recovery. The value 2 is written to the DP element of the other system.

The value 0 is set for both DP elements when the recovery is completed for the database and between the Event Manager on both servers.

Server 1 is running and server 2 is started

Server 1 = active recovery

Server 2 = passive recovery

_ReduManager.IsRecovering = 1

_ReduManager_2.IsRecovering = 2