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

cdr change replicateset

The cdr change replicateset command changes a replicate set by adding or deleting replicates.

Syntax

Read syntax diagramSkip visual syntax diagram>>-cdr change replicateset--+-------------------------+--------->
                            |                    (1)  |
                            '-| Connect Option |------'
 
                            .-----------.
                            V           |
>--+- --add----+--repl_set----replicate-+----------------------><
   '- --delete-'
 
Notes:
  1. See page Connect Option.
Element Purpose Restrictions Syntax
repl_set Name of the replicate set to change The replicate set must exist. Long Identifiers
replicate Name of the replicates to add to or delete from the set The replicates must exist. Long Identifiers

The following table describes the options to cdr change replicateset

Long Form Short Form Meaning
--add -a Add replicates to a replicate set.
--delete -d Remove replicates from a replicate set.

Usage

Use this command to add replicates to a replicate set or to remove replicates from an exclusive or non-exclusive replicate set:

Examples

The following example adds the replicates house and barn to replicate set building_set:

cdr change replicateset --add building_set house barn

The following example removes the replicates teepee and wigwam from replicate set favorite_set:

cdr change replset --delete favorite_set teepee wigwam

See Also

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