1DS-REPLCHECK(1) General Commands Manual DS-REPLCHECK(1)
2
3
4
6 ds-replcheck
7
9 ds-replcheck [-h] [-v] {online,offline,state} ...
10
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
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
30 usage: ds-replcheck online [-h] -m URL -r URL -b SUFFIX -D BINDDN
31 [-w BINDPW] [-W] [-y PASS_FILE] [-Z CERTDIR]
32
33
34 -m URL, --supplier-url URL
35 The LDAP URL for the Supplier server
36
37
38 -r URL, --replica-url URL
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
68 usage: ds-replcheck online [-h] -m URL -r URL --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 URL, --supplier-url MRL
78 The LDAP URL for the Supplier server
79
80
81 -r URL, --replica-url URL
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
131 usage: ds-replcheck offline [-h] -m LDIF_FILE -r LDIF_FILE --rid RID -b
132 SUFFIX [-c]
133 [-i IGNORE] [-o FILE]
134
135
136
137 -m LDIF_FILE, --supplier-ldif LDIF_FILE
138 Supplier LDIF file
139
140
141 -r LDIF_FILE, --replica-ldif LDIF_FILE
142 Replica LDIF file
143
144
145 --rid RID
146 The Replica Identifier (rid) for the "Supplier" 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
170 ds-replcheck was written by the 389 Project.
171
172
174 Report bugs to https://github.com/389ds/389-ds-base/issues/new
175
176
178 Copyright © 2022 Red Hat, Inc.
179
180
181
182 July 22, 2022 DS-REPLCHECK(1)