System Monitoring and Diagnostics Guide for Siebel eBusiness Applications > Querying System Log Files >

Saving Log File Analyzer Output to Text Files


Use the following procedure to save the results of a Log File Analyzer (LFA) command to a text file. For information on running the LFA, see About Running Log File Analyzer Commands. Any LFA command that creates output can have the output channeled to a file.

To save Log File Analyzer output to text files

  • Enter:

    log_file_analyzer_command > file_name.txt

    where:

    log_file_analyzer_command = LFA command.

    file_name.txt = Name of the output text file.

    Make sure to:

    • Include the > character when saving output to a text file.
    • Specify a path name with the text file name if saving to another directory other than the Log File Analyzer (LFA) directory.

Example:

query litqry where literal = Parameter > output1.txt

This command saves the output from the litqry saved query to the text file named output1.txt. The LFA stores this output text file in the save directory as the Log File Analyzer directory.

System Monitoring and Diagnostics Guide for Siebel eBusiness Applications