Red Hat DIRECTORY SERVER 7.1 Configuration page 253

Configuration, command, and file reference
Hide thumbs Also See for DIRECTORY SERVER 7.1:
Table of Contents

Advertisement

dbscan
To display index keys in cn.db4
dbscan -f cn.db4
To display index keys and the count of entries having the key in mail.db4
dbscan -r -f mail.db4
To display index keys and the IDs having more than 20 IDs in
sn.db4
dbscan -r -G 20 -f sn.db4
To display the summary of
objectclass.db4
dbscan -f objectclass.db4
To display VLV index file contents
dbscan -f vlv#bymccoupeopledcpeopledccom.db4
To display the changelog file contents
dbscan -f
c1a2fc02-1dd111b2-8018afa7-fdce0000_42024c8a000000ff0000.db4
To dump the index file uid.db4 with raw mode
dbscan -R -f uid.db4
To display the entryID in which common name key is
and
means
"=hr managers"
=
the key is an equality index
dbscan -k "=hr managers" -r -f cn.db4
=hr%20managers
7
To display an entry with the entry ID of 7
dbscan -K 7 -f id2entry.db4
id 7
dn: cn=HR Managers,ou=groups,dc=redhat,dc=com
objectClass: top
objectClass: groupOfUniqueNames
cn: HR Managers
ou: groups
description: People who can manage HR entries
creatorsName: cn=directory manager
modifiersName: cn=directory manager
createTimestamp: 20050408230424Z
modifyTimestamp: 20050408230424Z
Chapter 7
Command-Line Utilities
253

Advertisement

Table of Contents
loading

Table of Contents