TODO - ADD Active/Active - full duplication scenario
TODO - fully explain Active / standby scenario and api process - step by step
DPOD High Availability(HA), Resiliency or Disaster Recovery(DR) Implementation
...
- The customer has DataPower appliances in either an Active/Passive or Active/Standby configuration. All DataPower appliances in any configuration must have unique IP addresses.
- Two DPODs are installed (both are >= v1.0.5), one operates as the active machine and the other one as standby. After installing the standby DPOD device, makeStandby DR REST API was executed to designate it as such.
- Both DPODs' environment name should be identical, the environment name was entered during the DPOD software deployment, the environment name is visible on the top navigation bar (circled in red in the image below)
- When the DPOD installation is in DR Standby mode, a message is shown ext מext to the environment name in the Web Console. A refresh (F5) may be required to reflect recent changes if the makeStandby API has just been executed, or when the DPOD status has changed from active to standby or vice versa.
- Both DPODs are configured separately to monitor all DataPower Devices (active, standby and passive) - in v1.0.5 a new API was exposed to add a new DataPower device to DPOD and it can be consumed using a script (see the Devices REST API)
As both servers are up no replication can exist in this scenario. - The customer added devices to the standby DPOD and set the agents for each device from the Device Management page in the web console (or by using the Devices REST API). Setting up the devices in the standby DPOD will not make any changes to the monitored DataPower devices (no log targets, host aliases or configuration changes will be made)
- All DPOD network services (NTP, SMTP, LDAP etc) have the same IP address (otherwise a post configuration script is required to be run by the DR software)
- The customer has a 3rd party software tool or scripts that can:
- Identify unavailability of the primary DPOD server/s.
- Launch the passive DPOD servers using a different IP address to the active one
- The standby DPOD server can still be online as disk replication is not required.
...