3.5.3 PolyServe MxS Oracle Database Solution Pack Release Notes (August 2008)

10
Customization
Configuration File
The default configuration of the PolyServe MxS Oracle Database Solution
Pack (MxODM) should be suitable for most sites. However, the product
includes a configuration file, $
ORACLE_HOME/lib/pmxs_odm/odm.conf, that
can be customized if necessary.
The odm.conf configuration file contains directives that specify values for
MxODM. Each directive, followed by its argument, appears on a separate
line. Lines starting with # are comments. The file can also include blank
lines.
Relative pathnames are considered to be relative to the configuration
directory $
ORACLE_HOME/lib/pmxs_odm. Pathnames and the daemon
command can also use the following escape strings.
Escape
String Expansion Example
%h Full host name foo.bar.com
%H Short host name (before the first dot) foo
%a Numeric Internet address in dot notation 10.1.2.3
%o $ORACLE_HOME /usr/oracle
%c Configuration directory $
ORACLE_HOME
/lib/pmxs_odm
%% Escape the percent sign %
%<Foo> Unrecognized sequences are copied as-is %Foo