Querying Log Files for a Particular Log Event

Use the following procedure to search log files for a specific log event. For other options of the Log File Analyzer (LFA) query command, see Creating and Saving LFA Queries.

For a partial listing of log events and for more information about event logging, see Siebel System Administration Guide.

To query for events associated with a particular log event

  • Enter:

    query query_name where event = event_name
    

    where:

    • query_name is the query command output stored in memory under this name.

    • event_name is the log event name of interest.

An example of this query command is as follows:

query evtqry where event = SessMgr

This command queries log files for log events named SessMgr and saves the output to memory under the name evtqry.