Deleting a VLV index
About this task
Delete a VLV index using the dsconfig tool. Before deleting it, check that the index is not being used in any plugin applications.
Steps
-
To remove a VLV index from the database, use
dsconfigwith thedelete-local-db-vlv-indexoption.Example:
$ bin/dsconfig delete-local-db-vlv-index --index-name givenName \ --backend-name userRoot -
To verify the deletion, try to view the VLV index.
Example:
$ bin/dsconfig get-local-db-vlv-index-prop --index-name givenName \ --backend-name userRoot