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

Customization 13
Use commas to separate flags. The set and unset directives are processed
in order. For example, you could select everything except tracing with the
following commands:
set everything
unset trace all
Start the ODM Daemon
A directive in the default configuration file causes the ODM daemon to
start automatically on each node upon the first startup of an Oracle
Instance after reboot. You can modify the file so that the ODM daemon
does not start automatically if desired.
To start the ODM daemon manually, use the following command:
# odmd [-ds] [-p pidfile] [-l logfile] [-t traceflags]
log thread stop Report in the log when threads are stopped.
log file close Report in the log when files are closed to stay within
the maximum number of file descriptors allowed.
log all Report all of the above.
trace Report ODM calls. Only calls with a meaningful
context are reported (odm_discover() and odm_init()
are not reported).
traceio Log every odm_ioc structure before and after I/O
(very verbose).
trace ident Log every odm_idn structure returned.
trace all Select trace, traceio, and trace ident.
request count Log high-water mark of outstanding requests. This
flag is set by default.
configuration Report the results of the configuration. Some of the
common files are set only by the first instance. This
flag shows what is actually used and is set by default.
everything Select all flags except abort.
abort Abort the process when an internal error occurs. (The
default is to return a fatal error code.)
Flag Description