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

Querying Log Files for Components


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

Make sure the LFA configuration file contains information on the Siebel Server component of interest. For further information, see Configuring the Log File Analyzer.

For further information on Siebel Server components, see Siebel System Administration Guide.

To query log entries for a particular Siebel Server component

  • Enter:

    query query_name where component = component__name

    where:

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

    component__name = Siebel Server component name of interest.

    NOTE:  The component__name parameter takes either the long form or alias form of the Siebel Server component name. For a list of component names and aliases, see Siebel System Administration Guide.

An example of this query command is as follows:

query compqry where component = SCCObjMgr

This command queries log files for the Call Center Object Manager (alias SCCObjMgr) and saves the output to memory under the name compqry.

System Monitoring and Diagnostics Guide for Siebel Business Applications