DS-REPLCHECK(1) General Commands Manual DS-REPLCHECK(1)

ds-replcheck

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

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

Sub-commands

Compare two online replicas for differences
Compare two replication LDIF files for differences (LDIF file generated by 'db2ldif -r')
Get the general state of replication between two replicas

usage: ds-replcheck online [-h] -m URL -r URL -b SUFFIX -D BINDDN
[-w BINDPW] [-W] [-y PASS_FILE] [-Z CERTDIR]

The LDAP URL for the Supplier server
The LDAP URL for the Replica server
Replicated suffix
The Bind DN
The Bind password
Prompt for the bind DN password
A text file containing the clear text password for the bind dn
The certificate database directory for secure connections

usage: ds-replcheck online [-h] -m URL -r URL --rid RID -b SUFFIX -D BINDDN
[-w BINDPW] [-W] [-y PASS_FILE] [-l LAG] [-c]
[-Z CERTDIR] [-i IGNORE] [-p PAGESIZE] [-o FILE]

The LDAP URL for the Supplier server
The LDAP URL for the Replica server
Replicated suffix
The Bind DN
The Bind password
Prompt for the bind DN password
A text file containing the clear text password for the bind dn
The amount of time to ignore inconsistencies (default 300 seconds)
Display verbose conflict entry information
The certificate database directory for secure connections
Comma separated list of attributes to ignore
The paged-search result grouping size (default 500 entries)
The output file

usage: ds-replcheck offline [-h] -m LDIF_FILE -r LDIF_FILE --rid RID -b SUFFIX [-c]
[-i IGNORE] [-o FILE]

Supplier LDIF file
Replica LDIF file
The Replica Identifier (rid) for the "Supplier" server
Replicated suffix
Display verbose conflict entry information
Comma separated list of attributes to ignore
The output file
Verbose output

ds-replcheck was written by the 389 Project.

Report bugs to https://github.com/389ds/389-ds-base/issues/new

Copyright © 2022 Red Hat, Inc.

July 22, 2022