8.1.2.1 Running the Data Analysis Tool

To run the Data Analysis Tool, follow these steps:

  1. Navigate to the <OFSAAI Installed Directory>/database/db_tools/bin directory.
  2. Execute the following command:
    run_data_analysis_tool.sh [bg] [-i input_file.xml] [-o outputfile]

    Table 8-4 Command Line Arguments

    Argument Explanation
    bg If provided, runs the tool in the background. You can then disconnect your Unix or Linux session without interrupting the tool’s operation. The system directs any output from the screen to the nohup.out file in the directory from which you ran the tool.
    -i input_file Uses an input analysis file other than the one that install.cfg specifies. Omission of this argument causes the Data Analysis Tool to use the default file in install.cfg.
    -o output_file Writes the output to a file other than the one that install.cfg specifies. Omission of this argument causes the Data Analysis Tool to use the default file in install.cfg.