Querying Log Files for Components
Use the following procedure to search log files for a specific Siebel Server component. For other options of the Log File Analyzer (LFA) query command, see Creating and Saving LFA Queries.
Make sure the LFA configuration file contains information on the Siebel Server component of interest. For more information, see Configuring the Log File Analyzer.
For more information about 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 is the query command output stored in memory under this name.
component_name is the Siebel Server component name of interest.
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
.