From 3da8c16c42b3b289a3f2aa153644fb2cba2e7b1e Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 26 Nov 2015 07:36:04 +0000
Subject: [PATCH] OPENDJ-2344 Remove documentation pertaining to local-db backends
---
opendj-man-pages/src/main/docbkx/man-pages/dsconfig-examples.xml | 43 ++++++++++-----------
opendj-man-pages/src/main/docbkx/man-pages/verify-index-examples.xml | 29 --------------
2 files changed, 22 insertions(+), 50 deletions(-)
diff --git a/opendj-man-pages/src/main/docbkx/man-pages/dsconfig-examples.xml b/opendj-man-pages/src/main/docbkx/man-pages/dsconfig-examples.xml
index 0c57e6f..21d2fe0 100644
--- a/opendj-man-pages/src/main/docbkx/man-pages/dsconfig-examples.xml
+++ b/opendj-man-pages/src/main/docbkx/man-pages/dsconfig-examples.xml
@@ -49,28 +49,27 @@
What do you want to configure?
- 1) Access Control Handler 23) Log Publisher
- 2) Access Log Filtering Criteria 24) Log Retention Policy
- 3) Account Status Notification Handler 25) Log Rotation Policy
- 4) Administration Connector 26) Matching Rule
- 5) Alert Handler 27) Monitor Provider
- 6) Attribute Syntax 28) Password Generator
- 7) Backend 29) Password Policy
- 8) Backend Index 30) Password Storage Scheme
- 9) Backend VLV Index 31) Password Validator
- 10) Certificate Mapper 32) Plugin
- 11) Connection Handler 33) Plugin Root
- 12) Crypto Manager 34) Replication Domain
- 13) Debug Target 35) Replication Server
- 14) Entry Cache 36) Root DN
- 15) Extended Operation Handler 37) Root DSE Backend
- 16) External Changelog Domain 38) SASL Mechanism Handler
- 17) Global Configuration 39) Schema Provider
- 18) Group Implementation 40) Synchronization Provider
- 19) Identity Mapper 41) Trust Manager Provider
- 20) Key Manager Provider 42) Virtual Attribute
- 21) Local DB Index 43) Work Queue
- 22) Local DB VLV Index
+ 1) Access Control Handler 22) Log Retention Policy
+ 2) Access Log Filtering Criteria 23) Log Rotation Policy
+ 3) Account Status Notification Handler 24) Matching Rule
+ 4) Administration Connector 25) Monitor Provider
+ 5) Alert Handler 26) Password Generator
+ 6) Attribute Syntax 27) Password Policy
+ 7) Backend 28) Password Storage Scheme
+ 8) Backend Index 29) Password Validator
+ 9) Backend VLV Index 30) Plugin
+ 10) Certificate Mapper 31) Plugin Root
+ 11) Connection Handler 32) Replication Domain
+ 12) Crypto Manager 33) Replication Server
+ 13) Debug Target 34) Root DN
+ 14) Entry Cache 35) Root DSE Backend
+ 15) Extended Operation Handler 36) SASL Mechanism Handler
+ 16) External Changelog Domain 37) Schema Provider
+ 17) Global Configuration 38) Synchronization Provider
+ 18) Group Implementation 39) Trust Manager Provider
+ 19) Identity Mapper 40) Virtual Attribute
+ 20) Key Manager Provider 41) Work Queue
+ 21) Log Publisher
q) quit
diff --git a/opendj-man-pages/src/main/docbkx/man-pages/verify-index-examples.xml b/opendj-man-pages/src/main/docbkx/man-pages/verify-index-examples.xml
index 9a46b08..52a7088 100644
--- a/opendj-man-pages/src/main/docbkx/man-pages/verify-index-examples.xml
+++ b/opendj-man-pages/src/main/docbkx/man-pages/verify-index-examples.xml
@@ -35,6 +35,7 @@
The following example shows how to verify
the <literal>sn</literal> (surname) index for completeness and for errors.
The messages shown are for a backend of type <literal>pdb</literal>.
+ The output is similar for other backend types:
</para>
<screen>
@@ -54,32 +55,4 @@
[20/05/2015:14:24:18 +0200] category=...pluggable.VerifyJob seq=5 severity=FINE
msg=Maximum number of entries referenced by any record is 32</computeroutput>
</screen>
-
- <para condition="local-db">
- The following example shows how to verify
- the <literal>cn</literal> (common name) index for completeness and for errors.
- The messages shown are for a backend of type <literal>local-db</literal>.
- </para>
-
- <screen condition="local-db">
-$ <userinput>verify-index -b dc=example,dc=com -i cn --clean --countErrors</userinput>
-<computeroutput>[07/Jun/2011:16:06:50 +0200] category=BACKEND severity=INFORMATION
- msgID=9437595 msg=Local DB backend userRoot does not specify the number of
- lock tables: defaulting to 97
-[07/Jun/2011:16:06:50 +0200] category=BACKEND severity=INFORMATION
- msgID=9437594 msg=Local DB backend userRoot does not specify the number of
- cleaner threads: defaulting to 24 threads
-[07/Jun/2011:16:06:51 +0200] category=JEB severity=NOTICE msgID=8847461
- msg=Checked 1316 records and found 0 error(s) in 0 seconds
- (average rate 2506.7/sec)
-[07/Jun/2011:16:06:51 +0200] category=JEB severity=INFORMATION
- msgID=8388710 msg=Number of records referencing more than one entry: 315
-[07/Jun/2011:16:06:51 +0200] category=JEB severity=INFORMATION
- msgID=8388711 msg=Number of records that exceed the entry limit: 0
-[07/Jun/2011:16:06:51 +0200] category=JEB severity=INFORMATION
- msgID=8388712 msg=Average number of entries referenced is 1.58/record
-[07/Jun/2011:16:06:51 +0200] category=JEB severity=INFORMATION
- msgID=8388713 msg=Maximum number of entries referenced by any
- record is 32</computeroutput>
- </screen>
</refsect1>
--
Gitblit v1.10.0