Switch between Master and Clone in an Access Manager Multi-Data Center (MDC) topology
Hello
I am planning an OAM-MDC setup across 2 data centres DC1 and DC2.
- DC1 - master
- DC2 - clone
Protected by setting WriteEnabledFlag
to false
In the event of a disaster and DC1 goes down, can I make DC2 the Master by setting the WriteEnabledFlag
to true and setMultiDataCenterType
to Master?
When at a later stage DC1 is recovered, can I set it to be the Clone? For instance, can I execute some SQL commands against the DC1 schema (AM_REPLICATION_SETTINGS?) so that it can subsequently be started in "Clone" mode?
Thank you