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

cdr list repair

The cdr list repair command displays information about repair jobs.

Syntax

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

Usage

Use the cdr list repair command to display information about repair jobs. If no repair jobs are named, the command lists all repair jobs on the current server. If one or more repair jobs are named, the command displays detailed information about those jobs.

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

Examples

The following command displays a list of repair jobs:

cdr list repair

The output from the previous command might be the following:

RESYNCHJOB         REPLICATE/REPLSET                STATE
-----------------------------------------------------------------------
tell_rsnc          tell_repl1                       Defined
acct_rsnc          acct_repl1                       Completed

The following command lists details of the acct_rsnc job:

cdr list repair acct_rsnc

The output from the previous command might be the following:

RESYNCHJOB             REPLICATE/REPLSET                  STATE
-----------------------------------------------------------------------
acct_rsnc              acct_repl1                         Completed

SOURCE
------
bank@g_serv1:rajakum.account            
        select acct_id,branch_name,acct_addr,acct_balance,
                  last_tran_date from 'rajakum'.account

TARGET
-------
bank@g_serv2:rajakum.account            
       select acct_id,branch_name,acct_addr,acct_balance,
                  last_tran_date from 'rajakum'.account

BLOCK SIZE:          20
TARGET ROW OPTION:   Delete
PROCESSED ROWS:      400                 
START TIME:          2004-02-28 17:06:29
END TIME:            2004-02-28 17:07:34

See Also

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