1CL-DUMP(1)                  General Commands Manual                 CL-DUMP(1)
2
3
4

NAME

6       cl-dump - Dump and decode Directory Server replication change log
7

SYNOPSIS

9       cl-dump  [-h  host]  [-p port] [-D bind‐dn] -w bind‐password | -P bind‐
10       cert
11              [-r replica‐roots] [-o output‐file] [-c] [-v]
12
13
14       cl-dump  -i  changelog‐ldif‐file‐with‐base64encoding  [-o  output‐file]
15       [-c]
16

DESCRIPTION

18       Dump and decode Directory Server replication change log
19

OPTIONS

21       A summary of options is included below.
22
23       -c     Dump  and  interpret  CSN  only. This option can be used with or
24              without -i option.
25
26       -D bind-dn
27              Directory server's bind DN. Default to "cn=Directory Manager" if
28              the option is omitted.
29
30       -h host
31              Directory  server's host. Default to the server where the script
32              is running.
33
34       -i changelog‐ldif‐file‐with‐base64encoding
35              If you already have a ldif-like changelog, but  the  changes  in
36              that  file  are  encoded, you may use this option to decode that
37              ldif-like changelog.
38
39       -o output‐file
40              Path name for the final result. Default to STDOUT if omitted.
41
42       -p port
43              Directory server's port. Default to 389.
44
45       -P bind‐cert
46              Pathname of binding certificate DB
47
48       -r replica‐roots
49              Specify replica roots whose changelog  you  want  to  dump.  The
50              replica  roots  may be separated by comma. All the replica roots
51              would be dumped if the option is omitted.
52
53       -v     Print the version of this script.
54
55       -w bind‐password
56              Password for the bind DN
57

RESTRICTIONS

59       If you are not using -i option, the  script  should  be  run  when  the
60       server  is  running, and from where the server's changelog directory is
61       accessible.
62

SEE ALSO

64       repl-monitor(1)
65

AUTHOR

67       cl-dump was written by the 389 Project.
68

REPORTING BUGS

70       Report bugs to https://pagure.io/389-ds-base/new_issue
71
73       Copyright © 2001 Sun Microsystems, Inc. Used by permission.
74       Copyright © 2017 Red Hat, Inc.
75       This    manual    page    was    written    by    Michele    Baldessari
76       <michele@pupazzo.org>,  for the Debian project (but may be used by oth‐
77       ers).
78       This is free software.  You may redistribute copies  of  it  under  the
79       terms of the Directory Server license found in the LICENSE file of this
80       software distribution.  This license is  essentially  the  GNU  General
81       Public License version 2 with an exception for plug-in distribution.
82
83
84
85                                March 31, 2017                      CL-DUMP(1)
Impressum