Home | Previous Page | Next Page   Setting Up and Managing Enterprise Replication > Managing Replication Servers and Replicates > Managing Replication Servers >

Deleting a Replication Server

To delete a replication server, use the cdr delete server command. You must run the cdr delete server command twice.

For example, to remove the server group g_papeete from Enterprise Replication, set the INFORMIXSERVER environment variable to papeete and run the following commands:

cdr delete server g_papeete
cdr delete server --connect=raratonga g_papeete

The first command deletes the local server group (g_papeete) from Enterprise Replication, and the second connects to another server in the replication environment (raratonga) and deletes g_papeete from that server. The change then replicates to the other servers in the replication environment.

Warning:
Avoid deleting an Enterprise Replication server and immediately re-creating it with the same name. If you re-create the objects immediately (before the operation finishes propagating to the other Enterprise Replication database servers in the network), failures might occur in the Enterprise Replication system at the time of the operation or later. For more information, see Operational Considerations.

For more information, see cdr delete server.

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