Different applications may require different level of
availability. This blog is written to provide only
the details on Distributed Replicated Block Device (DRBD) with
MySQL running in Active-Passive Clustering to allow failover
between 2 nodes.
In many OS clustering technology, Shared Storage is required to
allow data to be readable between the clustered nodes.
MySQL HA with DRBD is a leading solution to offer
- - An end-to-end, integrated stack of mature and proven open source technologies, fully supported by Oracle;
- Automatic failover and recovery for service continuity;
- Mirroring, via synchronous replication, to ensure failover between nodes without the risk of losing committed transactions;
- Building of HA clusters from commodity hardware, without the requirement for shared-storage.
To …