From 8851e44f2e76d59b65a32e3b8e5d2185cb32ea61 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 19 Feb 2015 15:35:29 +0000
Subject: [PATCH] CR-6124 OPENDJ-1830 Describe how to configure OpenDJ in a script at setup time

---
 opendj-server-legacy/src/main/docbkx/install-guide/chap-install-cli.xml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 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 64070ac..3ccd5c5 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
@@ -723,6 +723,18 @@
 ./setup --cli --propertiesFilePath /net/install/dj/1/setup.props \
   --acceptLicense --no-prompt</computeroutput>
    </screen>
+
+   <para>
+    The properties file contains only installation options,
+    and does not allow you to further configure OpenDJ directory server.
+    If you also want your script to configure OpenDJ directory server,
+    follow a successful run of the <command>setup</command> command
+    with <command>dsconfig</command> commands to configure the server.
+    To run a series of configuration commands as a batch
+    using the <command>dsconfig</command> command,
+    use the <option>--batchFilePath <replaceable>file</replaceable></option> option,
+    where <replaceable>file</replaceable> contains the configuration commands.
+   </para>
   </step>
 
   <step>

--
Gitblit v1.10.0