1CL-DUMP(1) General Commands Manual CL-DUMP(1)
2
3
4
6 cl-dump - Dump and decode Directory Server replication change log
7
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] [-l] [-v]
12
13
14 cl-dump -i changelog‐ldif‐file‐with‐base64encoding [-o output‐file]
15 [-c]
16
18 Dump and decode Directory Server replication change log
19
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 -l Preserve generated ldif.done files from changelogdir
35
36 -i changelog‐ldif‐file‐with‐base64encoding
37 If you already have a ldif-like changelog, but the changes in
38 that file are encoded, you may use this option to decode that
39 ldif-like changelog.
40
41 -o output‐file
42 Path name for the final result. Default to STDOUT if omitted.
43
44 -p port
45 Directory server's port. Default to 389.
46
47 -P bind‐cert
48 Pathname of binding certificate DB
49
50 -r replica‐roots
51 Specify replica roots whose changelog you want to dump. The
52 replica roots may be separated by comma. All the replica roots
53 would be dumped if the option is omitted.
54
55 -v Print the version of this script.
56
57 -w bind‐password
58 Password for the bind DN
59
61 If you are not using -i option, the script should be run when the
62 server is running, and from where the server's changelog directory is
63 accessible.
64
66 repl-monitor(1)
67
69 cl-dump was written by the 389 Project.
70
72 Report bugs to https://pagure.io/389-ds-base/new_issue
73
75 Copyright © 2001 Sun Microsystems, Inc. Used by permission.
76 Copyright © 2017 Red Hat, Inc.
77 This manual page was written by Michele Baldessari
78 <michele@pupazzo.org>, for the Debian project (but may be used by oth‐
79 ers).
80 This is free software. You may redistribute copies of it under the
81 terms of the Directory Server license found in the LICENSE file of this
82 software distribution. This license is essentially the GNU General
83 Public License version 2 with an exception for plug-in distribution.
84
85
86
87 March 31, 2017 CL-DUMP(1)