Home | Previous Page | Next Page   Appendix A. Command-Line Utility Reference >

cdr resume server

The cdr resume server command resumes delivery of replication data to a suspended database server.

Syntax

Read syntax diagramSkip visual syntax diagram>>-cdr resume server--+-------------------------+--------------->
                      |                    (1)  |
                      '-| Connect Option |------'
 
                    .-----------------------.
                    V                       |
>--to_server_group----+-------------------+-+------------------><
                      '-from_server_group-'
 
Notes:
  1. See page Connect Option.
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.

Examples

The following example connects to the default server (the one specified by the INFORMIXSERVER environment variable) and resumes replication of data to the server g_iowa from the servers g_ohio and g_utah:

cdr sus serv g_iowa g_ohio g_utah

See Also

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