2.2 - Instance Layout

Note that the installation will differ with the target OS. We currently support :

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 :

installation directory/
    |
    +-- conf/
    |    |
    |    +-- config.ldif
    |    |
    |    +-- wrapper.conf
    |    |
    |    +-- log4j.properties
    |
    +-- log/
    |    |
    |   [+-- journal.ldif]
    |    |
    |    +-- 
    |
    +-- partitions/
    |    |
    |    +-- system/
    |    |    |
    |    |    +-- master.db
    |    |    |
    |    |    +-- objectclass.db
    |    |    |
    |    |    +-- objectclass.lg
    |    |    |
    |    |    +-- 
    |    |
    |    +-- schema/
    |    |    |
    |    |    :
    |    |
    |    +-- 
    |    |    |
    |    :    :
    |
    +-- run/
    |
    +-- cache/
    |
    +-- syncrepl-data/
    |
    +-- NOTICE
    |
    +-- LICENSE