>>-cdr list repair--+-------------------------+--+-----+------->< | (1) | '-job-' '-| Connect Option |------'
Element | Purpose | Restrictions | Syntax |
---|---|---|---|
job | Name of the repair job | The job must exist | Long Identifiers |
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.
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