Home | Previous Page | Next Page   Introducing Enterprise Replication > Overview of Enterprise Replication Administration > Enterprise Replication Considerations >

Replication Environment Considerations

Each replication system that you create affects your environment. Consider the following when setting up your replication environment:

Time Synchronization

Whenever you use replication that requires time stamp conflict resolution (see Conflict Resolution), the operating system times of the database servers that participate in the replicate must be synchronized. All time stamps and internal computations are performed in Greenwich Mean Time (GMT) and have an accuracy of plus or minus one second.

Important:
Enterprise Replication does not manage clock synchronization between database servers that participate in a replicate.

To synchronize the time on one database server with the time on another database server, use one of the following commands.

Operating System Command
UNIX rdate hostname
Windows net time \\servername /set
net time /domain:servername /set

Important:
These commands do not guarantee the times will remain synchronized. You should use a product that supplies a network time protocol to ensure that times remain synchronized. For information on tools for synchronizing the times, refer to your operating system documentation.

Using GLS with Enterprise Replication

An Enterprise Replication system can include databases in different locales, with the following restrictions:

Code-set conversion with the GLS library requires only those code-set conversion files found in the $INFORMIXDIR/gls/cv9 directory.

For information about how to specify a nondefault locale and other considerations related to GLS locales, see the IBM Informix GLS User's Guide.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]