preface.xml revision 6443
6443N/A<?xml version="1.0" encoding="UTF-8"?>
6443N/A<!--
6443N/A ! CCPL HEADER START
6443N/A !
6443N/A ! This work is licensed under the Creative Commons
6443N/A ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
6443N/A ! To view a copy of this license, visit
6443N/A ! http://creativecommons.org/licenses/by-nc-nd/3.0/
6443N/A ! or send a letter to Creative Commons, 444 Castro Street,
6443N/A ! Suite 900, Mountain View, California, 94041, USA.
6443N/A !
6443N/A ! You can also obtain a copy of the license at
6443N/A ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
6443N/A ! See the License for the specific language governing permissions
6443N/A ! and limitations under the License.
6443N/A !
6443N/A ! If applicable, add the following below this CCPL HEADER, with the fields
6443N/A ! enclosed by brackets "[]" replaced with your own identifying information:
6443N/A ! Portions Copyright [yyyy] [name of copyright owner]
6443N/A !
6443N/A ! CCPL HEADER END
6443N/A !
6443N/A ! Copyright 2011-2012 ForgeRock AS
6443N/A !
6443N/A-->
6443N/A<preface xml:id='preface'
6443N/A xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
6443N/A xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
6443N/A xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
6443N/A xmlns:xlink='http://www.w3.org/1999/xlink'
6443N/A xmlns:xinclude='http://www.w3.org/2001/XInclude'>
6443N/A <title>Preface</title>
6443N/A
6443N/A <para>This guide shows you how to configure, maintain, and troubleshoot
6443N/A OpenDJ directory services. This guide also describes file layouts, ports
6443N/A used, and standards, controls, extended operations, and languages supported
6443N/A for OpenDJ installations.</para>
6443N/A
6443N/A <section>
6443N/A <title>Who Should Read this Guide</title>
6443N/A
6443N/A <para>This guide is written for directory designers and administrators who
6443N/A build, deploy, and maintain OpenDJ directory services for your
6443N/A organizations.</para>
6443N/A
6443N/A <para>This guide starts by introducing the OpenDJ administrative interfaces
6443N/A and tools, and by showing how to manage OpenDJ server processes. It also
6443N/A demonstrates how to import and export directory data. This guide continues
6443N/A by showing how to configure and monitor the principle features of individual
6443N/A OpenDJ servers, and how to configure and monitor replicated server
6443N/A topologies for distributed high availability. It then demonstrates how to
6443N/A tune, troubleshoot, and move servers. This guide concludes with appendices
6443N/A of useful reference information for directory designers and
6443N/A administrators.</para>
6443N/A
6443N/A <para>You do not need to be an LDAP wizard to learn something from this
6443N/A guide, though a background in directory services and maintaining server
6443N/A software can help. You do need some background in managing servers and
6443N/A services on your operating system of choice. You can nevertheless get
6443N/A started with this guide, and then learn more as you go along.</para>
6443N/A </section>
6443N/A
6443N/A <xinclude:include href="/shared/sec-formatting-conventions.xml" />
6443N/A <xinclude:include href="/shared/sec-accessing-doc-online.xml" />
6443N/A <xinclude:include href="/shared/sec-joining-the-community.xml" />
6443N/A</preface>