Coordinating the client application

The important aspects of using client applications with the RCM and OpenSwitch are:


End-user connectivity

The most important reason to coordinate your client application with a high availability environment is end-user connectivity. Client applications are typically used by two groups of users—application end users, who write to the back-end database, and decision-support-system (DSS) users, who read the data in the database but never write to it. For the purpose of using the RCM and OpenSwitch, keep these two types of users separate.

To keep these two types of users separate, OpenSwitch requires that you divide them into two pools. Pools are groups of user IDs that log in to OpenSwitch to access the back-end database. Each pool has access to a group of servers that you define in the OpenSwitch configuration file.

The RCM tracks the application end-user pool to detect a login failure but ignores the DSS user pool. OpenSwitch tracks the application end-user pool and the DSS user pool; so if a connection switch is required, it can switch each pool to the appropriate database.

See “Configuring user pools” for more information.

Before configuring the OpenSwitch server, you must:

  1. Identify the users who need continual access to the back-end database.

  2. Divide the group of users into application end-user and DSS-user groups.

  3. Define one or more user pools.

    You must define one user pool for application end users. If you have DSS users in your environment, you can define one or more pools through which they can access the system. If you do not need DSS users to access your system, you do not need a DSS user pool.

    NoteAll application end users must belong to a single user pool.

  4. Place the user IDs into their corresponding user pools.

See “Configuring OpenSwitch” for more information.


Using client applications with OpenSwitch

OpenSwitch has several inherent restrictions that can affect your application environment:

See the OpenSwitch Administration Guide for more information about OpenSwitch restrictions.


Using client applications with Replication Server

Replication Server does not guarantee the replication of cross-database transactions, which are transactions that modify tables in two or more databases on the same server. Replication Server provides transactional integrity within a single database and across the active and standby databases—but not between two databases on the same server.

See the Replication Server Design Guide for more information.