+

Search Tips   |   Advanced Search

(iSeries)

High availability: continuous application data access

Without continuous access to the application data, the application servers cannot process client requests. The product supports various methods of maintaining data availability.

If our data resides on IBM i servers, we can use one of the following options to achieve higher availability for our data:


Data replication

To ensure the availability of all components of the application server environment, we can use data replication to create a backup copy of the application data. Data replication uses clustering, remote journaling, and third-party data replication software to maintain two physically separate copies of application data. Data replication can provide disaster recovery capabilities for the databases because the systems in the cluster can be geographically separated.

Clustering provides the basis for communication between two or more servers. This communication is necessary to back up the data on a physically separate machine.

Remote journaling creates a copy of the application data to assure hot backup. There are two types of remote journaling:


Switchable disk

Switchable disk uses clustering, local journaling, and Independent Auxiliary Storage Pool (IASP) to ensure the availability of application data. The application data is stored in an IASP, and if a failure occurs, the IASP can be switched to another node.

The advantage of switchable disk is that no data replication occurs. Therefore, we do not have to worry about data synchronization. However, the database becomes a single point of failure. In addition, the backup node must be physically close to the primary node. Therefore, this configuration does not provide disaster recovery.

Switchable disk uses the following components and services:

Switchable disk is best utilized in a multiple cell topology. that includes these features:


Related:

  • Core group transports