Distributed Configuration Management Administrator's Guide
10g Release 2 (10.1.2) B13997-02 |
|
Previous |
Next |
This appendix describes the files, tables, and directories of the DCM metadata repository. You should not edit, relocate, or otherwise change these files and directories; they are described here for information only.
The files and tables associated with an Oracle Application Server Farm are stored in ORACLE_HOME
/dcm/repository
in OracleAS Database-Based Farms and OracleAS File-Based Farms. The contents of the repository are stored as as binary files in the filesystem in the OracleAS File-Based Farm, or as database tables in the OracleAS Database-Based Farm. Table C-1 describes the file and tables.
Table C-1 DCM Metadata Repository Files and Tables
File Name | Table Name | Description |
---|---|---|
Farm information. |
||
Cluster information. |
||
Component information belonging to an instance. |
||
Instance information, belong to a farm (or a farm and cluster) |
||
Information about the host computer. |
||
Operation tag map for internal messaging; records runtime states. |
||
Configuration objects and instance attribute objects. |
||
Configuration archive. |
||
Maps objects to clusters and components. |
||
Associations between instances and attribute (PM$$InstanceAttribute) objects |
||
Association of archive and configuration objects. |
The DCM metadata repository also contains these files and directories:
app.bom
The app.bom
file is a bill of material file that stores the names and versions of application objects deployed to the instance.
conf.bom
The conf.bom
file is a bill of material file that stores the names and versions of configuration objects in the instance.
cluster.bom
The cluster.bom
is a bill of material file that stores information about the cluster to which the instance belongs.
tp.bom
The tp.bom
file is a bill of material file that stores information about the topology of the instance, such as the components it comprises.
mutex directory
The mutex
directory is used for internal management of OracleAS File-Based Farm and OracleAS Database-Based Farm repositories. It is a placeholder for storage of mutex files for the sequencing of DCM operations within an instance. The mutex file type is related to OracleAS File-Based Farm repostories only; it has no database equivalent.
tmp directory
The tmp
directory stores the File Data Base (FDB) object, which is used only in a OracleAS File-Based Farm repository. Despite the directory name, these files are not temporary, and deleting them would render the repository useless. These files are equivalent to the column pm_objects.data
in the OracleAS Database-Based Farm repository, and are referenced in the obj
table file.