How to get the information if a recovery is running?
The information if a recovery in redundant system is running is stored at the datapoint element _ReduManager(_2).IsRecovering.
The DPE is set by the server which is doing the active recovery. The server doing the passive recovery is the system starting up and it does not write at the dp-elements.
When the recovery is started the value 1 is written for the system which is performing the active recovery. For the other system the value 2 will be written to the dp-element.
The value 0 is set for both dp-elements when the recovery for the database and between the event-manager on both servers is finished.
E.g. server 1 is running and server 2 is started
server 1 = active recovery
server 2 = passive recovery
_ReduManager.IsRecovering = 1
_ReduManager_2.IsRecovering = 2