DBSCAN(1) General Commands Manual DBSCAN(1) NAME dbscan - scans a Directory Server database index file and dumps the contents SYNOPSIS dbscan -f [-R] [-t ] [-K ] [-k ] [-l ] [-G ] [-n] [-r] [-s] DESCRIPTION Scans a Directory Server database index file and dumps the contents. OPTIONS A summary of options is included below: -f specify db file -R dump as raw data -t entry truncate size (bytes) entry file options: -K lookup only a specific entry id index file options: -k lookup only a specific key -l max length of dumped id list (default 4096; 40 bytes <= size <= 1048576 bytes) -G only display index entries with more than ids -n display ID list lengths -r display the contents of ID list -s Summary of index counts USAGE Sample usages: Dump the entry file: dbscan -f id2entry.db4 Display index keys in cn.db4: dbscan -f cn.db4 Display index keys and the count of entries having the key in mail.db4: dbscan -r -f mail.db4 Display index keys and the IDs having more than 20 IDs in sn.db4: dbscan -r -G 20 -f sn.db4 Display summary of objectclass.db4: dbscan -f objectclass.db4 AUTHOR dbscan was written by the 389 Project. REPORTING BUGS Report bugs to https://github.com/389ds/389-ds-base/issues/new COPYRIGHT Copyright (C) 2001 Sun Microsystems, Inc. Used by permission. Copyright (C) 2017 Red Hat, Inc. This manual page was written by Michele Baldessari , 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. March 31, 2017 DBSCAN(1)