cdr resume server
The cdr resume server command resumes delivery of replication data to a suspended database server.
Syntax
Element | Purpose | Restrictions |
---|---|---|
to_server_group | Name of the database server group to which to resume delivery of replication data. | The database server group must be currently active in Enterprise Replication. |
from_server_group | Name of the database server group from which to resume sending data to to_server_group. | The database server group must be currently active in Enterprise Replication. |
Usage
The cdr resume server command resumes delivery of replication data to the to_server_group database server from the database servers included in the from_server_group list. If the from_server_group list is omitted, the command resumes replication of data from all database servers participating in the Enterprise Replication system to the to_server_group. Replication data must have previously been suspended to the server with the cdr suspend server command.
When you run the cdr resume server command, an event alarm with a class ID of 52 is generated, if that event alarm is enabled.
You can run this command from within an SQL statement by using the SQL administration API.
Examples
cdr res serv g_iowa g_ohio g_utah