6886N/A<?xml version="1.0" encoding="UTF-8"?>
6886N/A<!--
6886N/A ! CCPL HEADER START
6886N/A !
6886N/A ! This work is licensed under the Creative Commons
6886N/A ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
6886N/A ! To view a copy of this license, visit
6886N/A ! http://creativecommons.org/licenses/by-nc-nd/3.0/
6886N/A ! or send a letter to Creative Commons, 444 Castro Street,
6886N/A ! Suite 900, Mountain View, California, 94041, USA.
6886N/A !
6886N/A ! You can also obtain a copy of the license at
6886N/A ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
6886N/A ! See the License for the specific language governing permissions
6886N/A ! and limitations under the License.
6886N/A !
6886N/A ! If applicable, add the following below this CCPL HEADER, with the fields
6886N/A ! enclosed by brackets "[]" replaced with your own identifying information:
6886N/A ! Portions Copyright [yyyy] [name of copyright owner]
6886N/A !
6886N/A ! CCPL HEADER END
6886N/A !
6886N/A ! Copyright 2013 ForgeRock AS
6886N/A !
6886N/A-->
6886N/A<para xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
6886N/A xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
6886N/A xsi:schemaLocation='http://docbook.org/ns/docbook
6886N/A http://docbook.org/xml/5.0/xsd/docbook.xsd'>
6886N/A In order to avoid directory database file corruption
6886N/A after crashes or power failures on Linux systems,
6886N/A enable file system write barriers
6886N/A and make sure that the file system journaling mode is ordered.
6886N/A
6886N/A For details on how to enable write barriers
6886N/A and how to set the journaling mode for data,
6886N/A see the options for your file system
6886N/A in the <command>mount</command> command manual page.
6886N/A</para>