Release Notes: Extending and Troubleshooting Directory Services


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Release Notes: Extending and Troubleshooting Directory Services
# 1  
Old 06-19-2008
Release Notes: Extending and Troubleshooting Directory Services

Explains how to extend Directory Services for Mac OS X Server v10.5 and how to troubleshoot problems.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
VLVINDEX(8)						      System Manager's Manual						       VLVINDEX(8)

NAME
vlvindex - Directory Server script for VLV indexing SYNOPSIS
vlvindex [-Z serverID] -n backendname | {-s includesuffix}* -T vlvTag [-d debuglevel] [-h] DESCRIPTION
Creates virtual list view (VLV) indexes, known in the Directory Server Console as browsing indexes. VLV indexes introduce flexibility in the way search results are viewed. VLV index configuration must already exist prior to running this script. The Directory Server must be stopped before running this script. OPTIONS
A summary of options is included below: -Z Server Identifier The server ID of the Directory Server instance. If there is only one instance on the system, this option can be skipped. -n Backend Name The name of the LDBM database to reindex. Example: userRoot -s includeSuffix Specifies suffixes to be included or the subtrees to be included -T vlvTag This is the name of the vlv index entry under cn=config. -d Debug Level Settings the debugging level. -h Display the usage. EXAMPLE
vlvindex -n userRoot -T myVLVIndex -Z instance2 DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a non-zero exit status and a diagnostic message being written to standard error. AUTHOR
vlvindex was written by the 389 Project. REPORTING BUGS
Report bugs to http://bugzilla.redhat.com. COPYRIGHT
Copyright (C) 2013 Red Hat, Inc. Mar 5, 2013 VLVINDEX(8)