From ee5d8477c87f401ed9f8f435a845158b694241ba Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 07 Apr 2015 11:00:46 +0000
Subject: [PATCH] CR-6576 OPENDJ-1903 Update setup --cli doc, default baseDN
---
opendj-server-legacy/src/main/docbkx/install-guide/chap-install-cli.xml | 40 ++++++++++++++++++++++++++++++++--------
1 files changed, 32 insertions(+), 8 deletions(-)
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 5f963e1..c39e924 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
@@ -214,9 +214,16 @@
On which port would you like the Administration Connector to accept
connections? [4444]:
-Do you want to create base DNs in the server? (yes / no) [yes]:
+Do you want to create base DNs in the server? (yes / no) [yes]:
+Provide the backend type:
-Provide the base DN for the directory data: dc=example,dc=com
+ 1) local-db
+ 2) persistit
+
+Enter choice [1]:</computeroutput> <userinput>2</userinput>
+
+<computeroutput>Provide the base DN for the directory data: [dc=example,dc=com]:
+
Options for populating the database:
1) Only create the base entry
@@ -226,7 +233,7 @@
Enter choice [1]:</computeroutput> <userinput>3</userinput>
-<computeroutput>Please specify the path to the LDIF file containing the data to import: \</computeroutput>
+<computeroutput>Please specify the path to the LDIF file containing the data to import:</computeroutput>
<userinput>/path/to/Example.ldif</userinput>
<computeroutput>Do you want to enable SSL? (yes / no) [no]:
@@ -241,6 +248,7 @@
=============
LDAP Listener Port: 1389
Administration Connector Port: 4444
+JMX Listener Port:
LDAP Secure Access: disabled
Root User DN: cn=Directory Manager
Directory Data: Create New Base DN dc=example,dc=com.
@@ -318,11 +326,27 @@
<varlistentry>
<term>Create base DNs</term>
<listitem>
- <para>You need a base Distinguished Name, such as
- <literal>dc=example,dc=com</literal>, to add directory data. If you
- already have LDIF, the base DN you want is the distinguished name
- suffix common to all entries in your LDIF. You can provide more than
- one base DN if your data belongs in more than one suffix.</para>
+ <para>
+ You need a base Distinguished Name,
+ such as <literal>dc=example,dc=com</literal>,
+ to add directory data.
+ If you already have LDIF,
+ the base DN you want is the distinguished name suffix
+ common to all entries in your LDIF.
+ </para>
+
+ <para>
+ When you choose to create a base DN,
+ the <command>setup</command> command also
+ prompts you for a backend type,
+ which identifies the implementation of the repository
+ that holds your data.
+ </para>
+
+ <para>
+ Later you can add more base DNs
+ if your data belongs in more than one suffix.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
--
Gitblit v1.10.0