Universal Event Log Dump - Configuration

Configuration

Configuration consists of:

  • Setting default options and preferences for all executions of UELD.
  • Setting options and preferences for a single execution of UELD.

Configuration Sources

Configuration options are read from the following sources:

  1. Command line
  2. Configuration file

The order of precedence is the same as the list above; command line being the highest, and configuration file being the lowest. That is, options specified via a command line override options specified via the configuration file.

Configuration File

The configuration file, ueld.conf, provides the simplest method of specifying configuration options whose values will not change with each command invocation. These default values are used if the options are not read from one or more other sources.

Some options only can be specified in the configuration file; they have no corresponding command line equivalent. Other options cannot be specified in the configuration file; they must be specified via one or more other sources for a single execution of UCMD Manager.

Configuration Options Categories

The following table categorizes the options used to execute Universal Event Log Dump into logical areas of application. Each Category name is a link to a table of options in that category. Each Option Name is a link to detailed information about that option.


Category

Description

Local

Options required for local broker registration.

Log

Event records to select from which event log and what actions should be taken.

Messages

Utility message options.

Miscellaneous

Options use to display command help and program versions.

Output

How the event log records are written.


Local Category Options

Option Name

Description

INSTALLATION_DIRECTORY

Base directory where product is installed.

NLS_DIRECTORY

UMC and UTT file directory.


Log Category Options

Option Name

Description

BACKUP_LOG

Causes the log to be backed up before it is cleared.

CLEAR_LOG

Causes the records in the log to be deleted from the log.

END_TIME

Ending date and time.

LOG_TYPE

Event log to be dumped.

REMOTE_SERVER

Name of a remote computer from which event log records should be retrieved.

START_TIME

Starting date and time.


Message Category Options

Option Name

Description

LOG_DIRECTORY

Log file directory.

MESSAGE_DESTINATION

Location where messages are written.

MESSAGE_LANGUAGE

Universal Message Catalog (UMC) file that will be used to write messages.

MESSAGE_LEVEL

Level of messages that will be displayed.


Miscellaneous Category Options

Option Name

Description

HELP

Writes a description of the command options and their format.

VERSION

Writes the program version and copyright information.


Output Category Options

Option Name

Description

OUTPUT_FILE

Complete path to the file that will be used to store the selected event log records.

PAGE_HEADERS

Enables or disables the printing of page headers.

PAGE_LENGTH

Number of lines that should be printed on each page.