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

cdr modify replicateset

The cdr modify replicateset command modifies all the replicates in a replicate set.

Syntax

Read syntax diagramSkip visual syntax diagram>>-cdr modify replicateset-------------------------------------->
 
   .--------------------------------.
   V                                |
>----+----------------------------+-+--repl_set----------------><
     |                    (1)     |
     +-| Connect Option |---------+
     |                       (2)  |
     '-| Frequency Options |------'
 
Notes:
  1. See page Connect Option.
  2. See page Frequency Options.
Element Purpose Restrictions Syntax
repl_set Name of replicate set to modify The replicate set must exist. Long Identifiers

Usage

The cdr modify replicateset command modifies the attributes of all the replicates in the replicate set repl_set. To add or delete replicates from a replicate set, use the cdr change replicateset command (cdr change replicateset).

You cannot change whether a replicate set is exclusive or not.

Examples

The following example connects to the default server (the server specified by the INFORMIXSERVER environment variable) and modifies the replicate set sales_set to process replication data every hour:

cdr mod replset --every 60 sales_set

See Also

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