Guidelines for adding replication system domains

When creating multiple ID Servers for multiple replication system domains, observe these guidelines:

Example of assigning ID numbers

The ID number is increased each time a Replication Server or database is added to the replication system. By default, your first ID number for a data server is 101. For a Replication Server it is 16,777,317. The last possible ID number for a data server is 16,777,316. For a Replication Server it is 33,554,431.

If you are creating two domains, you could assign ID numbers according to Table 4-1.

Table 4-1: Suggested ID numbers for multiple ID Servers

Component

First ID number

Last ID number

1st domain data server

101

99,999

2nd domain data server

100,000

16,777,316

1st domain Replication Server

16,777,317

17,777,316

2nd domain Replication Server

17,777,317

33,554,431

When you are installing an ID Server using the rs_init program, you can specify the Starting Replication Server ID and the Starting Database ID.

NoteMake sure your ranges do not overlap from one domain to another. Make your ranges large enough so that ID numbers can never increase to the next range. For example, a range of 99,999 accommodates nearly all possible cases.