blob: 0070e4d02fc6ddb1b4e55a93fb87046ba94519c1 [file] [log] [blame]
Title: 2.3 - Instance Layout
NavPrev: 2.1-config-description.html
NavPrevText: 2.1 - Configuration Description
NavUp: 2-server-config.html
NavUpText: 2 - Server Configuration
NavNext: 2.2.1-debian-instance-layout.html
NavNextText: 2.2.1 - Debian Instance Layout
Notice: Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
# 2.2 - Instance Layout
Note that the installation will differ with the target OS. We currently support :
* ![debian](images/debian.png)[2.2.1 - Debian instance Layout](2.2.1-debian-instance-layout.html)
* ![RPM](images/rpm.png)[2.2.2 - RPM instance Layout](2.2.2-rpm-instance-layout.html)
* ![MacOSX](images/mac.png)[2.2.3 - MacOSX instance Layout](2.2.3-macosx-instance-layout.html)
* ![Windows](images/windows.png)[2.2.4 - Windows instance Layout](2.2.4-windows-instance-layout.html)
* [2.2.5 - Generic instance Layout](2.2.5-generic-instance-layout.html)
When we start a server, after having installed it, it creates some other directories where the data will be stored. Here is a list of those data :
* the partitions data
* the logs
* the cache files
* the replication data (if setup)
* the run files
## Created directories
The following directories are created on your disk :
<PRE>
installation directory/
|
+-- conf/
| |
| +-- config.ldif
| |
| +-- wrapper.conf
| |
| +-- log4j.properties
|
+-- log/
| |
| [+-- journal.ldif]
| |
| +-- <log file>
|
+-- partitions/
| |
| +-- system/
| | |
| | +-- master.db
| | |
| | +-- objectclass.db
| | |
| | +-- objectclass.lg
| | |
| | +-- <index XXX lg and db files>
| |
| +-- schema/
| | |
| | :
| |
| +-- <partition XXX>
| | |
| : :
|
+-- run/
|
+-- cache/
|
+-- syncrepl-data/
|
+-- NOTICE
|
+-- LICENSE
</PRE>