From 76c8c6f6fd9ed4f6d39aab190de2ce8f3c6ba34a Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 27 May 2015 13:43:43 +0000
Subject: [PATCH] FR-713 OPENDJ-2061 Align docs with changes to backend names
---
opendj-server-legacy/src/main/docbkx/release-notes/chap-issues.xml | 2 +-
opendj-server-legacy/src/main/docbkx/admin-guide/chap-indexing.xml | 10 +++++-----
opendj-server-legacy/src/main/docbkx/man-pages/verify-index-examples.xml | 6 +++---
opendj-server-legacy/src/main/docbkx/admin-guide/chap-import-export.xml | 6 +++---
opendj-server-legacy/src/main/docbkx/install-guide/chap-install-cli.xml | 4 ++--
5 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/opendj-server-legacy/src/main/docbkx/admin-guide/chap-import-export.xml b/opendj-server-legacy/src/main/docbkx/admin-guide/chap-import-export.xml
index b8ac269..ebc796c 100644
--- a/opendj-server-legacy/src/main/docbkx/admin-guide/chap-import-export.xml
+++ b/opendj-server-legacy/src/main/docbkx/admin-guide/chap-import-export.xml
@@ -486,8 +486,8 @@
</screen>
<para>
- The following example creates a <literal>persistit</literal> backend,
- which relies on a Persistit database for data storage and indexing.
+ The following example creates a <literal>pdb</literal> backend,
+ which relies on a PDB database for data storage and indexing.
</para>
<screen>
@@ -497,7 +497,7 @@
--port 4444 \
--bindDN "cn=Directory Manager" \
--bindPassword password \
- --type persistit \
+ --type pdb \
--backend-name myData \
--set base-dn:dc=example,dc=net \
--set enabled:true \
diff --git a/opendj-server-legacy/src/main/docbkx/admin-guide/chap-indexing.xml b/opendj-server-legacy/src/main/docbkx/admin-guide/chap-indexing.xml
index fad8d4d..1631a5d 100644
--- a/opendj-server-legacy/src/main/docbkx/admin-guide/chap-indexing.xml
+++ b/opendj-server-legacy/src/main/docbkx/admin-guide/chap-indexing.xml
@@ -446,7 +446,7 @@
<para>
The following example creates a new equality index
for the <literal>cn</literal> (common name) attribute
- in a backend of type <literal>persistit</literal>
+ in a backend of type <literal>pdb</literal>
named <literal>myData</literal>.
</para>
@@ -495,7 +495,7 @@
<para>
The following example configures an approximate index for
the <literal>cn</literal> (common name) attribute
- in a backend of type <literal>persistit</literal>
+ in a backend of type <literal>pdb</literal>
named <literal>myData</literal>.
</para>
@@ -552,7 +552,7 @@
The following example configures an extensible matching rule index
for "later than" and "earlier than" generalized time matching
on a <literal>lastLoginTime</literal> attribute
- in a backend of type <literal>persistit</literal>
+ in a backend of type <literal>pdb</literal>
named <literal>myData</literal>.
</para>
@@ -639,7 +639,7 @@
<para>
The following example shows how to create the VLV index
- for a backend of type <literal>persistit</literal>
+ for a backend of type <literal>pdb</literal>
named <literal>myData</literal> serving <literal>dc=example,dc=net</literal>.
</para>
@@ -948,7 +948,7 @@
The following example shows how to use
the <command>dsconfig set-backend-index-prop</command> command
to change the index entry limit
- for a backend of type <literal>persistit</literal>.
+ for a backend of type <literal>pdb</literal>.
</para>
<screen>
diff --git a/opendj-server-legacy/src/main/docbkx/install-guide/chap-install-cli.xml b/opendj-server-legacy/src/main/docbkx/install-guide/chap-install-cli.xml
index 11e9088..a63768b 100644
--- a/opendj-server-legacy/src/main/docbkx/install-guide/chap-install-cli.xml
+++ b/opendj-server-legacy/src/main/docbkx/install-guide/chap-install-cli.xml
@@ -219,7 +219,7 @@
Provide the backend type:
1) local-db
- 2) persistit
+ 2) pdb
Enter choice [1]:</computeroutput> <userinput condition="local-db">2</userinput>
@@ -781,7 +781,7 @@
--trustAll \
--batch <<END_OF_COMMAND_INPUT
create-backend --backend-name newBackend \
- --type persistit \
+ --type pdb \
--set base-dn:"dc=example,dc=org" \
--set db-cache-percent:20 \
--set enabled:true
diff --git a/opendj-server-legacy/src/main/docbkx/man-pages/verify-index-examples.xml b/opendj-server-legacy/src/main/docbkx/man-pages/verify-index-examples.xml
index 5ae6cda..82f3008 100644
--- a/opendj-server-legacy/src/main/docbkx/man-pages/verify-index-examples.xml
+++ b/opendj-server-legacy/src/main/docbkx/man-pages/verify-index-examples.xml
@@ -33,13 +33,13 @@
<para>
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>persistit</literal>.
+ The messages shown are for a backend of type <literal>pdb</literal>.
</para>
<screen>
$ <userinput>verify-index -b dc=example,dc=com -i sn --clean --countErrors</userinput>
-<computeroutput>[20/05/2015:14:24:18 +0200] category=...persistit.PersistItStorage seq=0 severity=INFO
- msg=The Persistit storage for backend 'userRoot' initialized
+<computeroutput>[20/05/2015:14:24:18 +0200] category=...PDBStorage seq=0 severity=INFO
+ msg=The PDB storage for backend 'userRoot' initialized
to use 57528 buffers of 16384 bytes (total 920448kb)
[20/05/2015:14:24:18 +0200] category=...pluggable.VerifyJob seq=1 severity=INFO
msg=Checked 478 records and found 0 error(s) in 0 seconds
diff --git a/opendj-server-legacy/src/main/docbkx/release-notes/chap-issues.xml b/opendj-server-legacy/src/main/docbkx/release-notes/chap-issues.xml
index 73bf375..0a4a799 100644
--- a/opendj-server-legacy/src/main/docbkx/release-notes/chap-issues.xml
+++ b/opendj-server-legacy/src/main/docbkx/release-notes/chap-issues.xml
@@ -76,7 +76,7 @@
<listitem>
<para>
- The backend type <literal>persistit</literal> limits key size to two KB.
+ The backend type <literal>pdb</literal> limits key size to two KB.
In practice this means for example that DN size is limited to roughly two KB.
</para>
--
Gitblit v1.10.0