Database Plug-in Attributes
174 Red Hat Directory Server Configuration, Command, and File Reference • May 2005
While running Directory Server with both the autosizing attributes,
nsslapd-cache-autosize
and
nsslapd-import-cache-autosize
, enabled,
ensure that their sum is less than 100.
nsslapd-mode
Specifies the permissions used for newly created index files.
Database Attributes under cn=monitor,cn=ldbm
database, cn=plugins,cn=config
Global read-only attributes containing database statistics for monitoring activity
on your databases are stored in the
cn=monitor,cn=ldbm database,
cn=plugins,cn=config
tree node. For more information on these monitoring
read-only entries, see chapter 12, “Monitoring Server and Database Activity,” in
the Red Hat Directory Server Administrator’s Guide.
dbcachehits
Requested pages found in the database.
Entry DN: cn=config,cn=ldbm database,cn=plugins,cn=config
Valid Range: -1, 0 (turns import cache autosizing off) to 100
Default Value: -1 (turns import cache autosizing on for ldif2db only and allocates
50% of the free physical memory to importCache)
Syntax: Integer
Example: nsslapd-import-cache-autosize: -1
Entry DN: cn=config,cn=ldbm database,cn=plugins,cn=config
Valid Values: Any octal number. However, mode 600 is recommended. This allows
read and write access for the owner of the index files (which is the user
as which ns-slapd runs) and no access for other users.
Default Value: 600
Syntax: Integer
Example: nsslapd-mode: 600