1DS-REPLCHECK(1)             General Commands Manual            DS-REPLCHECK(1)
2
3
4

NAME

6       ds-replcheck
7

SYNOPSIS

9       ds-replcheck [-h] [-v] {online,offline,state} ...
10

DESCRIPTION

12       Replication  Comparison Tool (v2.0). This script can be used to compare
13       two
14       replicas to see if they are in sync.
15

OPTIONS

17   Sub-commands
18       ds-replcheck online
19              Compare two online replicas for differences
20
21       ds-replcheck offline
22              Compare two replication LDIF files for  differences  (LDIF  file
23              generated by 'db2ldif -r')
24
25       ds-replcheck state
26              Get the general state of replication between two replicas
27
28

OPTIONS 'ds-replcheck state'

30       usage: ds-replcheck online [-h] -m MURL -r RURL -b SUFFIX -D BINDDN
31                                  [-w BINDPW] [-W] [-y PASS_FILE] [-Z CERTDIR]
32
33
34       -m MURL, --master-url MURL
35              The LDAP URL for the Master server
36
37
38       -r RURL, --replica-url RURL
39              The LDAP URL for the Replica server
40
41
42       -b SUFFIX, --suffix SUFFIX
43              Replicated suffix
44
45
46       -D BINDDN, --bind-dn BINDDN
47              The Bind DN
48
49
50       -w BINDPW, --bind-pw BINDPW
51              The Bind password
52
53
54       -W, --prompt
55              Prompt for the bind DN password
56
57
58       -y PASS_FILE, --pass-file PASS_FILE
59              A text file containing the clear text password for the bind dn
60
61
62       -Z CERTDIR, --cert-dir CERTDIR
63              The certificate database directory for secure connections
64
65
66

OPTIONS 'ds-replcheck online'

68       usage:  ds-replcheck online [-h] -m MURL -r RURL --rid RID -b SUFFIX -D
69       BINDDN
70                                  [-w BINDPW] [-W]  [-y  PASS_FILE]  [-l  LAG]
71       [-c]
72                                  [-Z  CERTDIR]  [-i IGNORE] [-p PAGESIZE] [-o
73       FILE]
74
75
76
77       -m MURL, --master-url MURL
78              The LDAP URL for the Master server
79
80
81       -r RURL, --replica-url RURL
82              The LDAP URL for the Replica server
83
84
85       -b SUFFIX, --suffix SUFFIX
86              Replicated suffix
87
88
89       -D BINDDN, --bind-dn BINDDN
90              The Bind DN
91
92
93       -w BINDPW, --bind-pw BINDPW
94              The Bind password
95
96
97       -W, --prompt
98              Prompt for the bind DN password
99
100
101       -y PASS_FILE, --pass-file PASS_FILE
102              A text file containing the clear text password for the bind dn
103
104
105       -l LAG, --lag-time LAG
106              The amount of time to ignore inconsistencies (default  300  sec‐
107              onds)
108
109
110       -c, --conflicts
111              Display verbose conflict entry information
112
113
114       -Z CERTDIR, --cert-dir CERTDIR
115              The certificate database directory for secure connections
116
117
118       -i IGNORE, --ignore IGNORE
119              Comma separated list of attributes to ignore
120
121
122       -p PAGESIZE, --page-size PAGESIZE
123              The paged-search result grouping size (default 500 entries)
124
125
126       -o FILE, --out-file FILE
127              The output file
128
129

OPTIONS 'ds-replcheck offline'

131       usage:  ds-replcheck offline [-h] -m MLDIF -r RLDIF --rid RID -b SUFFIX
132       [-c]
133                                   [-i IGNORE] [-o FILE]
134
135
136
137       -m MLDIF, --master-ldif MLDIF
138              Master LDIF file
139
140
141       -r RLDIF, --replica-ldif RLDIF
142              Replica LDIF file
143
144
145       --rid RID
146              The Replica Identifier (rid) for the "Master" server
147
148
149       -b SUFFIX, --suffix SUFFIX
150              Replicated suffix
151
152
153       -c, --conflicts
154              Display verbose conflict entry information
155
156
157       -i IGNORE, --ignore IGNORE
158              Comma separated list of attributes to ignore
159
160
161       -o FILE, --out-file FILE
162              The output file
163
164
165       -v, --verbose
166              Verbose output
167
168

AUTHOR

170       ds-replcheck was written by the 389 Project.
171
172

REPORTING BUGS

174       Report bugs to https://pagure.io/389-ds-base/new_issue
175
176
178       Copyright © 2018 Red Hat, Inc.
179
180
181
182                                 Nov 26, 2018                  DS-REPLCHECK(1)
Impressum