Red Hat DIRECTORY SERVER 8.0 Command Reference Manual page 211

Hide thumbs Also See for DIRECTORY SERVER 8.0:
Table of Contents

Advertisement

Option
-K
Table 6.23. Entry File Options
NOTE
The index file options, listed in
the database file is the secondary index file.
Option
-k
-l
-G
-n
-r
-s
Table 6.24. Index File Options
Examples
The following are command-line examples of different situations using dbscan to examine the
Directory Server databases.
dbscan -f /var/lib/dirsrv/slapd-instance_name/db/userRoot/id2entry.db4
Example 6.7. Dumping the Entry File
dbscan -f /var/lib/dirsrv/slapd-instance_name/db/userRoot/cn.db4
Example 6.8. Displaying the Index Keys in cn.db4
dbscan -r -f /var/lib/dirsrv/slapd-instance_name/db/userRoot/mail.db4
Example 6.9. Displaying the Index Keys and the Count of Entries with the Key in mail.db4
dbscan -r -G 20 -f /var/lib/dirsrv/slapd-instance_name/db/userRoot/sn.db4
Example 6.10. Displaying the Index Keys and the All IDs with More Than 20 IDs in sn.db4
Parameter
entry_id
Table 6.24, "Index File Options
Parameter
key
size
n
Description
Specifies the entry to ID to look
up.
", are meaningful only when
Description
Specifies the key to look up in
the secondary index file.
Sets the maximum length of the
dumped ID list. The valid range
is from 40 to 1048576 bytes.
The default value is 4096.
Sets only to display those index
entries with ID lists exceeding
the specified length.
Sets only to display the length
of the ID list.
Sets to display the contents of
the ID list.
Gives the summary of index
counts.
dbscan
201

Advertisement

Table of Contents
loading

Table of Contents