REPLSET Connection Manager configuration parameter

The REPLSET parameter specifies that a connection unit is an Enterprise Replication replicate set, and specifies the name of the replicate set. A replicate set combines several replicates to form a set that can be administered together as a unit.

Syntax

1  REPLSET unit_name

Usage

Each connection-unit name must be unique within the Connection Manager configuration file.

REPLSET connection units can use the following redirection policies:
  • Apply failure
  • Round-robin
  • Transaction latency
  • Workload

Replicate set names can use multibyte characters.

Example

In the following example, the replicate-set connection unit named my_replicate_set is defined:
REPLSET my_replicate_set
{
   INFORMIXSERVER my_group_1,my_group_2
   SLA sla_1 DBSERVERS=ANY
}