Page created: 15 Jul 2022
|
Page updated: 20 Jan 2023
| 1 min read
9.2 Product PingDirectory Directory Capability Product documentation Content Type Administration User task IT Administrator Administrator Audience Software Deployment Method
-
Use dsconfig with the create-local-db-vlv-index
option and the --index-name, --backend-name, and
--set index-type:(propertyValue) options.
Note:
If you do not set any property values, the default values are assigned.
$ bin/dsconfig create-local-db-vlv-index \ --index-name givenName --backend-name userRoot --set base-dn:dc=example,dc=com \ --set scope:whole-subtree --set filter:"(objectclass=*)" \ --set sort-order:givenName
-
Rebuild the index using the rebuild-index tool.
Note:
You must add the
vlv.
prefix to the index name to rebuild the VLV index.The following command can be run with the server on or offline with the addition of the --task and connection options.
$ bin/rebuild-index --baseDN dc=example,dc=com --index vlv.givenName