System Monitoring and Diagnostics Guide for Siebel Business Applications > Querying System Log Files > Creating and Saving LFA Queries >

Querying Log Files with a Particular Log Subevent


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

For a partial listing of log subevents and for further information on event logging, see Siebel System Administration Guide.

To query log entries associated with a particular log subevent

  • Enter:

    query query_name where subevent = subevent_name

    where:

    query_name = Query command output stored in memory under this name.

    subevent_name = Log subevent name of interest.

An example of this query command is as follows:

query subevtqry where subevent = SisnNetGeneric

This command queries log files for log subevents named SisnNetGeneric and saves the output to memory under the name subevtqry.

System Monitoring and Diagnostics Guide for Siebel Business Applications