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

cdr suspend server

The cdr suspend server command suspends the delivery of replication data to a database server from either a specified list of database servers or from all database servers in the enterprise.

Syntax

Read syntax diagramSkip visual syntax diagram>>-cdr suspend server--+-------------------------+-------------->
                       |                    (1)  |
                       '-| Connect Option |------'
 
                    .-----------------------.
                    V                       |
>--to_server_group----+-------------------+-+------------------><
                      '-from_server_group-'
 
Notes:
  1. See page Connect Option.
Element Purpose Restrictions Syntax
to_server_group Name of database server group to which to suspend 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 stop sending data to to_server_group The database server group must be currently active in Enterprise Replication.

Usage

The cdr suspend server command suspends 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 suspends replication of data from all database servers participating in the Enterprise Replication system to the to_server_group.

The connection to the suspended server is unaffected, and control and acknowledge messages continue to be sent to that server. Enterprise Replication continues to replicate data between all database servers unaffected by the cdr suspend server command.

Examples

The following example connects to the default server (the one specified by the INFORMIXSERVER environment variable) and suspends 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 ]