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

cdr list replicateset

The cdr list replicateset command displays information about the replication sets defined on the current server.

Syntax

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

Usage

The cdr list replicateset command displays a list of the replicate sets that are currently defined. To list the information about each of the replicates within the replicate set, use cdr list replicateset repl_set. For more information, see Displaying Information About Replicates.

In hierarchical topology, leaf servers have limited information about other database servers in the Enterprise Replication domain. Therefore, when cdr list replicateset is executed against a leaf server, it displays incomplete information about the other database servers.

You do not need to be user informix to use this command.

3The cdr list replicateset command 3can be used while the replication server is in DDRBLOCK mode. Before using 3the cdr list replicateset command you must set the DBSPACETEMP 3configuration parameter and create a temporary dbspace with the onspaces utility.

Examples

The following example displays a list of the replicate sets on the current server:

cdr list replicateset

The following output might result from the previous command:

Ex T REPLSET                  PARTICIPANTS

-----------------------------------------------

N  Y  g1                         Repl1, Repl4

N  Y  g2                         Repl2, Repl3, Repl5

The Ex field shows whether the replicate set is exclusive. The T field shows whether the replicate set was created from a template.

This example displays information for all the replicates in the replicate set g1:

cdr list replset g1

The following output might result from the previous command:

REPLICATE SET:g1 [Exclusive]
CURRENTLY DEFINED REPLICATES
----------------------------------------------------------------------
REPLICATE:     Repl1
STATE:         Inactive
CONFLICT:      Ignore
FREQUENCY:     immediate
QUEUE SIZE:    0
PARTICIPANT:   bank:arthur.account
OPTIONS:       row,ris,ats
REPLTYPE:      Master

REPLICATE:     Repl4
STATE:         Inactive
CONFLICT:      Ignore
FREQUENCY:     immediate
QUEUE SIZE:    0
PARTICIPANT:   bank:arthur.teller
OPTIONS:       row,ris,ats
REPLTYPE:      Master

See Also

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