Siebel Installation Guide for UNIX: Servers, Mobile Web Clients, Tools > Verifying Your System Using the Environment Verification Tool >

Available EVT Output Formats


EVT supports several output formats: TEXT, TEXTFILE, HTML, and HTMLFILE.

  • TEXT. Prints all output directly to the console, terminal, or DOS window. This is the only mode of operation when EVT is executed in query mode by giving the -q option. For an explanation of flags that can be used with EVT, see Table 23.
  • TEXTFILE. Prints all output to a log file. The filename format is evt.hostname.timestamp.log. The log is created in the current directory. To create the log in a specified directory, use the -l log_dir option, where log_dir is the path to the desired directory.
  • HTML. Prints HTML output to the console, terminal, or DOS window. This format is mainly for redirecting the output to another program or utility that can consume the output or redirect it to a file.
  • HTMLFILE. HTMLFILE output format creates an HTML file in the current directory. The file name takes the form evt.hostname.timestamp.htm.

    where:

    hostname = Machine name from where you are running the EVT.

    username = Username of the person running the EVT.

    timestamp = Number of epoch seconds (starting from January 1, 1970). It exists solely to maintain the uniqueness of filenames.

You should delete previously generated output files on a regular basis.

Siebel Installation Guide for UNIX: Servers, Mobile Web Clients, Tools