Querying Log Files with a Particular Log Subevent
Use the following procedure to search log files for a specific log subevent. For other options of the Log File Analyzer (LFA) query command, see Creating and Saving LFA Queries.
For a partial listing of log subevents and for more information about 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 is the query command output stored in memory under this name.
subevent_name is the 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
.