![Netscape NETSCAPE DIRECTORY SERVER 6.02 Скачать руководство пользователя страница 371](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-02/netscape-directory-server-6-02_administrators-manual_1674673371.webp)
Managing Indexes
Chapter
10
Managing Indexes
371
•
Your database cache size and entry cache size may be set incorrectly. See
Chapter 14, “Tuning Directory Server Performance” for more information.
Carefully examine these possibilities first before changing your All IDs Threshold
value.
If you think that your server is suffering from an All IDs Threshold that is too low,
look in your access log. See Chapter 12, “Monitoring Server and Database
Activity.” Any searches that resulted in all entry IDs being returned will contain
the
notes=U
flag. The
notes=U
flag will be returned for:
•
Searches for which you are not maintaining an index
•
Searches for which an ID list is not maintained because the All IDs Threshold
value has been reached for that index key
To determine whether the search result belongs to a search that should have been
indexed, you have to match the
conn
and
op
values from the RESULT line to a
previous SRCH line in your access log file. The SRCH line will show the search
filter that was used for the search request. If you have an index for the specified
search filter, then the
notes=U
flag results from the All IDs Threshold value being
reached for the index key. For example, the access log looks as follows:
[24/July/1998:15:12:20 -0800] conn=2 op=1 SRCH base="o=example.com"
scope=0 filter="(cn=James)”
[24/July/1998:15:12:20 -0800] conn=2 op=1 RESULT err=0 tag=101
nentries=10000 notes=U
The presence of the
notes=U
flag indicates that the All IDs Threshold has been
reached for the
cn
attribute index.
Changing the All IDs Threshold Value
To change the All IDs Threshold value for your server:
1.
Shut down your Directory Server.
2.
Export all of your directory databases to LDIF using the command line.
For more information, see Chapter 4, “Populating Directory Databases.”
3.
Edit the
/usr/netscape/servers/slapd-serverID/config/dse.ldif
file
with the text editor of your choice or use the
ldapmodify
command-line utility
to edit the
nsslapd-allidsthreshold
entry.
4.
Locate the
nsslapd-allidsthreshold
attribute and change the value to the
desired setting.
Содержание NETSCAPE DIRECTORY SERVER 6.02
Страница 1: ...Administrator s Guide Netscape Directory Server Version6 02 May 2002 ...
Страница 16: ...16 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 20: ...20 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 40: ...Starting the Server in Referral Mode 40 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 74: ...Maintaining Referential Integrity 74 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 138: ...Using Referrals 138 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 258: ...Compatibility with Earlier Releases 258 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 274: ...Setting Resource Limits Based on the Bind DN 274 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 330: ...Solving Common Replication Conflicts 330 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 374: ...Attribute Name Quick Reference Table 374 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 390: ...Configuring LDAP Clients to Use SSL 390 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 412: ...Monitoring Database Link Activity 412 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 432: ...Miscellaneous Tuning Tips 432 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 434: ...434 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 468: ...PTA Plug In Syntax Examples 468 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 488: ...488 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 502: ...Storing Information in Multiple Languages 502 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 522: ...Searching an Internationalized Directory 522 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 528: ...Examples of LDAP URLs 528 Netscape Directory Server Administrator s Guide May 2002 ...