Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cl-dump(1) [centos man page]

CL-DUMP(1)						      General Commands Manual							CL-DUMP(1)

NAME
cl-dump - Dump and decode Directory Server replication change log SYNOPSIS
cl-dump [-h host] [-p port] [-D bind-dn] -w bind-password | -P bind-cert [-r replica-roots] [-o output-file] [-c] [-v] cl-dump -i changelog-ldif-file-with-base64encoding [-o output-file] [-c] DESCRIPTION
Dump and decode Directory Server replication change log OPTIONS
A summary of options is included below. -c Dump and interpret CSN only. This option can be used with or without -i option. -D bind-dn Directory server's bind DN. Default to "cn=Directory Manager" if the option is omitted. -h host Directory server's host. Default to the server where the script is running. -i changelog-ldif-file-with-base64encoding If you already have a ldif-like changelog, but the changes in that file are encoded, you may use this option to decode that ldif- like changelog. -o output-file Path name for the final result. Default to STDOUT if omitted. -p port Directory server's port. Default to 389. -P bind-cert Pathname of binding certificate DB -r replica-roots Specify replica roots whose changelog you want to dump. The replica roots may be separated by comma. All the replica roots would be dumped if the option is omitted. -v Print the version of this script. -w bind-password Password for the bind DN RESTRICTIONS
If you are not using -i option, the script should be run when the server is running, and from where the server's changelog directory is accessible. SEE ALSO
repl-monitor(1) AUTHOR
cl-dump was written by the 389 Project. REPORTING BUGS
Report bugs to http://bugzilla.redhat.com. COPYRIGHT
Copyright (C) 2001 Sun Microsystems, Inc. Used by permission. Copyright (C) 2008 Red Hat, Inc. This manual page was written by Michele Baldessari <michele@pupazzo.org>, for the Debian project (but may be used by others). This is free software. You may redistribute copies of it under the terms of the Directory Server license found in the LICENSE file of this software distribution. This license is essentially the GNU General Public License version 2 with an exception for plug-in distribution. May 18, 2008 CL-DUMP(1)

Check Out this Related Man Page

SETUP-DS.PL(8)						      System Manager's Manual						    SETUP-DS.PL(8)

NAME
setup-ds.pl - Set up an instance of Directory Server SYNOPSIS
setup-ds.pl [--options] -- [args] DESCRIPTION
Set up a Directory Server instance. Creates the configuration files for an instance of Directory Server based on a few parameters like the hostname, port number, and directory manager information. Can be run in interactive mode with different levels of verbosity, or in silent mode with parameters supplied in a .inf format file or on the command line. OPTIONS
A summary of options is included below: --help This message --version Print the version and exit --debug Turn on debugging --silent Use silent setup - no user input --file=name Use the file 'name' in .inf format to supply the default answers --keepcache Do not delete the temporary .inf file generated by this program --logfile Log setup messages to this file - otherwise, a temp file will be used --update Update existing installations - add/update schema files, add/change configuration, add new instance scripts, etc. You must run set- up-ds.pl -u after upgrading your packages. You will usually have to restart your servers in order for all of the changes to take effect (e.g. adding/changing plug-in configuration), so schedule this when you can afford a little downtime. --continue (Update only) Keep going even if errors occur. You will usually not need to use this option unless your installation is broken and you need to force it to update in order to fix it. For all options, you can also use the short name e.g. -h, -d, etc. For the -d argument, specifying it more than once will increase the debug level e.g. -ddddd args: You can supply default .inf data in this format: section.param=value e.g. General.FullMachineName=foo.example.com or "slapd.Suffix=dc=example, dc=com" Values passed in this manner will override values in an .inf file given with the -f argument. UPDATES
The update process (setup-ds.pl -u) can work in one of two modes: Online: Configuration changes are made to the running directory servers using LDAP. The operations must be performed as an administrative user. You must provide the name and password, for each instance if there is more than one instance of directory server. Some changes (e.g. plug-ins) may require a directory server restart to take effect. The update script will notify you if a restart is required. Offline: The changes are made to the server configuration files. The servers MUST FIRST BE SHUTDOWN BY YOU. The script will not shutdown the servers for you. You MUST shutdown the servers in order to use this mode. A username and password are not required to use Offline mode. If the servers are not shutdown, CHANGES WILL BE LOST. To summarize: Online - servers remain running - you must provide admin name and password for each server - servers may need to be restarted Offline - servers must be shutdown - no username or password required AUTHOR
setup-ds.pl was written by the 389 Project. REPORTING BUGS
Report bugs to http://bugzilla.redhat.com. COPYRIGHT
Copyright (C) 2008 Red Hat, Inc. This manual page was written by Michele Baldessari <michele@pupazzo.org>, for the Debian project (but may be used by others). This is free software. You may redistribute copies of it under the terms of the Directory Server license found in the LICENSE file of this software distribution. This license is essentially the GNU General Public License version 2 with an exception for plug-in distribution. May 18, 2008 SETUP-DS.PL(8)
Man Page