| Oracle® Fusion Middleware Reference for Oracle Directory Server Enterprise Edition 11g Release 1 (11.1.1.7.0) Part Number E28969-01 |
|
|
PDF · Mobi · ePub |
This chapter describes the files found after you install Directory Server Enterprise Edition, and after you create server instances.
The examples shown in this chapter are for Solaris systems. File extensions and path separators may differ for your operating system. This chapter includes the following sections.
This section describes the file layout you find after installing Directory Server Enterprise Edition from the zip distribution. All files locations are relative to the path where you installed the product.
install-path/bin/The directory houses the following files of interest.
install-path/bin/certutilNSS certificate manipulation command used by other tools, not intended to be used directly.
install-path/bin/dpadmDirectory Proxy Server command for local administration. See dpadm.
install-path/bin/dpconfDirectory Proxy Server command for configuration over LDAP. See dpconf.
install-path/bin/dsadmDirectory Server command for local administration. See dsadm.
install-path/bin/dsccagentCommand to create and manage the Directory Service Control Center agent. See dsccagent
install-path/bin/dsccmonCommand to monitor servers managed through Directory Service Control Center. See dsccmon.
install-path/bin/dsccregCommand to manage the Directory Service Control Center registry. See dsccreg.
install-path/bin/dsccsetupCommand to set up Directory Service Control Center. See dsccsetup.
install-path/bin/dsconfDirectory Server command for configuration over LDAP. See dsconf.
install-path/bin/dsmigDirectory Server command for migration from version 5.2 to this version of Directory Server. See dsmig.
install-path/bin/dsutilDirectory Server command for activating or inactivating a user or users member of a role. See dsutil.
install-path/bin/entrycmpDirectory Server command for comparing directory entries across replica. See entrycmp.
install-path/bin/fildifDirectory Server command for filtering LDIF content. See fildif.
install-path/bin/insyncDirectory Server command for examining replica synchronization. See insync.
install-path/bin/ldifDirectory Server command for formatting input by adding base64 encoding to make it suitable for inclusion in an LDIF file. See ldif
install-path/bin/mmldifDirectory Server command for combining LDIF content. See mmldif.
install-path/bin/pwdhashDirectory Server command for displaying the hashed form of a password value. See pwdhash.
install-path/bin/repldiscDirectory Server command for discovering a replication topology. See repldisc.
install-path/bin/support_toolsDirectory that contains Directory Server commands, not intended for use without help of a qualified support personnel.
install-path/dsrk/bin/authrateDirectory Server Resource Kit command to measure authentication rate. See authrate.
install-path/dsrk/bin/dsmlmodifyDirectory Server Resource Kit command to add, modify, rename, move, or delete directory entries through Directory Services Markup Language (DSML) v2. See dsmlmodify.
install-path/dsrk/bin/dsmlsearchDirectory Server Resource Kit command to find directory entries through Directory Services Markup Language (DSML) v2. See dsmlsearch.
install-path/dsrk/bin/example_filesInput data for makeldif keywords.
install-path/dsrk/bin/ldapcmpDirectory Server Resource Kit command to compare LDAP entries from two directories. See ldapcmp.
install-path/dsrk/bin/ldapcompareDirectory Server Resource Kit command to perform LDAP compare operations. See ldapcompare.
install-path/dsrk/bin/ldapdeleteDirectory Server Resource Kit command to delete directory entries. See ldapdelete.
install-path/dsrk/bin/ldapmodifyDirectory Server Resource Kit command to update entries over LDAP. See ldapmodify.
install-path/dsrk/bin/ldappasswdDirectory Server Resource Kit command to change user passwords. See ldappasswd.
install-path/dsrk/bin/ldapsearchDirectory Server Resource Kit command to search a directory. See ldapsearch.
install-path/dsrk/bin/ldapsubtdelDirectory Server Resource Kit command to recursively delete a directory subtree. See ldapsubtdel.
install-path/dsrk/bin/ldifxformDirectory Server Resource Kit command to reformat LDIF content. See ldifxform.
install-path/dsrk/bin/logconvDirectory Server Resource Kit command to analyze Directory Server access logs. See logconv.
install-path/dsrk/bin/makeldifDirectory Server Resource Kit command to generate LDIF content for testing and benchmarking purposes. See makeldif.
install-path/dsrk/bin/modrateDirectory Server Resource Kit command to measure modification performance for an LDAP directory. See modrate.
install-path/dsrk/bin/searchrateDirectory Server Resource Kit command to measure search performance for an LDAP directory. See searchrate.
install-path/dsrk/lib/Libraries used by Directory Server Resource Kit commands, not intended to be used directly.
install-path/include/Directory Server plug-in header files.
install-path/jre/Java Runtime Environment, not intended to be used directly.
install-path/lib/Libraries shared by Directory Server Enterprise Edition component products, not intended to be used directly.
install-path/resources/dpadmLocalized resource files used by dpadm.
install-path/resources/dsadminLocalized resource files used by dsadmin
install-path/resources/install/Directory Server instance installation templates, not intended to be used directly.
install-path/resources/ldif/Example.ldifSample Directory Server LDIF content.
install-path/resources/ldif/Example-roles.ldifSample Directory Server LDIF content with grouping based on roles.
install-path/resources/ldif/FusionAppsSchema.ldifSchema definitions that enable you to use ODSEE with Oracle Fusion applications. See "Installation Notes" in Release Notes for Oracle Directory Server Enterprise Edition.
install-path/resources/man/Directory Server Enterprise Edition online reference manual pages. See also Man Page Reference for Oracle Directory Server Enterprise Edition.
install-path/resources/plugins/Directory Server plug-in configuration files, not intended to be used directly.
install-path/resources/schema/Directory Server instance LDAP schema templates, not intended to be used directly.
install-path/var/Container for runtime files, not intended to be used directly.
This section describes the file layout you find after creating a Directory Server instance. The instance-path is the file system path where you created the instance.
instance-path/alias/instance-path/alias/certmap.confNSS certificate mapping configuration file.
instance-path/bak/Default data backup directory.
Each directory database backup is held in its own file system directory. The name of the backup directory corresponds to the time and date of the backup.
instance-path/config/instance-path/config/dse.ldifServer configuration file, not intended to be edited directly.
instance-path/config/schema/LDAP schema configuration files. See dirserv.
instance-path/db/Default server database files directory. When a suffix has been created, the following database files are stored in this file system directory.
__db.00xFiles used internally by the database. Do not move, delete, or modify these files.
DBVERSIONFile that identifies the version of the database.
guardianFile used to store information about the state of the database, used to determine whether database recovery is required.
log.xxxxxxxxxxFiles used to store the database transaction logs.
suffixFiles that store your directory suffix information. The directory name is derived from the suffix name, such that the database for a suffix identified by DN dc=example,dc=com is stored in a file system directory named example.
For every index defined in the database, the suffix directory contains a file with a name of the form suffix_indexedAttr.db3, such that an index of CNs for dc=example,dc=com has file name example_cn.db3.
Suffix directories also contain a file named suffix_id2entry.db3. The suffix_id2entry.db3 file contains the directory database entries.
If necessary, all index files can be rebuild from the suffix_id2entry.db3 file. To recreate the index files, reindex the suffix.
instance-path/locks/Lock files stored here in subdirectories exports/, imports/, and server/ prevent simultaneous operations from conflicting with each other. The lock mechanisms allow one server instance to run at a time. The lock mechanisms also permit only one dsadm import (offline import) operation at a time. As a result, no export or server instance operations can be run during import.
The lock restriction does not however apply to dsconf import (online import) operations. Multiple online imports can run at the same time.
instance-path/logs/Default server logs directory. The following files are stored here.
access logsThis file records information about client access to Directory Server. For detail about access logs, see Access Logs.
audit logsThis file records information about modifications to Directory Server data. For detail about audit logs, see Audit Logs.
core filesBy default, server core files are dumped here during a crash.
errors logsThis file records errors, warnings, and informational messages logged during Directory Server operation. For detail about errors logs, see Error Logs.
pid fileThis file holds the process identifier of the running server.
instance-path/plugins/DSMLv2.xsdDSMLv2 schema file.
instance-path/plugins/soap-env.xsdSOAP schema location for DSMLv2.
instance-path/plugins/words-english-big.txtDefault dictionary file used for strong password checks.
instance-path/plugins/signatures/Plug-in signatures directory, not intended to be used directly.
instance-path/tmp/Server runtime files directory, not intended to be used directly.
This section describes the file layout you find after creating a Directory Proxy Server instance. The instance-path is the file system path where you created the instance.
instance-path/alias/Certificate database files, not intended to be used directly.
instance-path/config/Server configuration files, not intended to be used directly.
instance-path/etc/Additional instance configuration, not intended to be used directly.
instance-path/logs/Default server logs directory. The following files are stored here.
access logsThis file records information about the requests processed by Directory Proxy Server. For detail about access logs, see Access Logs for Directory Proxy Server.
errors logsThis file records errors, warnings, and informational messages logged during Directory Proxy Server operation. For detail about errors logs, see Error Logs for Directory Proxy Server.
instance-path/tmp/Server runtime files directory, not intended to be used directly.