High Availability Disaster Recovery Feature in IBM DB2

IBM DB2 is a relational model database server orA complete DB2 site failure may take place when
relational database management system, developedany natural disaster, like fire or flood, causes the
and marketed by IBM. It provides greater datawhole site to be destroyed. Since the HADR deploys
availability and stability, as compared to otherTCP/IP to communicate between standby and
database management systems. You can preventprimary databases, DB2 database may be situated at
DB2 database corruption and need of DB2 Databasedifferent locations. When any disaster takes place at
Recovery using DB2 HADR (High Availability Disasterprimary site, the database availability is maintained
Recovery) feature. DB2 HADR is a data replicationthrough standby database. After the standby
characteristics, which offers high availability for bothdatabase takeovers primary database, the original
complete and partial site failures. This featuresdatabase can be brought back to working state and
protects against the data loss by duplicating datareturn the database to primary database's status. It
changes from source database, known as primary, tois called failback.
target database.