1VLVINDEX(8) System Manager's Manual VLVINDEX(8)
2
3
4
6 vlvindex - Directory Server script for VLV indexing
7
9 vlvindex [-Z serverID] -n backendname | {-s includesuffix}* -T vlvTag
10 [-d debuglevel] [-v] [-h]
11
13 Creates virtual list view (VLV) indexes, known in the Directory Server
14 Console as browsing indexes. VLV indexes introduce flexibility in the
15 way search results are viewed. VLV index configuration must already
16 exist prior to running this script. The Directory Server must be
17 stopped before running this script.
18
20 A summary of options is included below:
21
22 -Z Server Identifier
23 The server ID of the Directory Server instance. If there is
24 only one instance on the system, this option can be skipped.
25
26 -n Backend Name
27 The name of the LDBM database to reindex. Example: userRoot
28
29 -s includeSuffix
30 Specifies suffixes to be included or the subtrees to be included
31
32 -T vlvTag
33 This is the name of the vlv index entry under cn=config.
34
35 -d Debug Level
36 Settings the debugging level.
37
38 -v
39 Display the version.
40
41 -h
42 Display the usage.
43
45 vlvindex -n userRoot -T myVLVIndex -Z instance2
46
48 Exit status is zero if no errors occur. Errors result in a non-zero
49 exit status and a diagnostic message being written to standard error.
50
52 vlvindex was written by the 389 Project.
53
55 Report bugs to https://pagure.io/389-ds-base/new_issue
56
58 Copyright © 2017 Red Hat, Inc.
59
60
61
62 March 31, 2017 VLVINDEX(8)