vovcheck

Basic check of configuration of VOV installation, configuration, and project setup.


vovcheck: Usage Message

    DESCRIPTION:
    Basic check of configuration of VOV installation,
    configuration, and project setup.

    USAGE:
    % vovcheck [options]

    OPTIONS:
    -h                         -- This help.
    -installation              -- Check the installation (default).
    -project                   -- Check the project.
    -report  <file>            -- Name report file.
    -t                         -- Turn on Tcl tracing (for debugging).
    -v                         -- Increase verbosity.

    FANCY OPTIONS:
    -class  {NP|PD|PS|PU}      -- Specify class of tests to perform.
    -- NP = No project   (check installation)
    -- PD = Project down
    -- PS = Project sick
    -- PU = Project up   (check project)

    EXAMPLES:
    % vovcheck
    % vovcheck -installation
    % vovcheck -project
    % vovcheck -report myreport.txt

Comments

As mentioned at the end of the vovcheck output above, the program creates a more detailed report in a file in the tmp directory. You must look at this report in order to interpret the results of the checking.

The output shows the focus of each test, along with the products for which the test is applicable and the result of the test. Not all checks are meaningful for all products or all environments. For your specific environment, a WARN or ERROR may be the expected and correct result.

The standard output will show WARN and ERROR results as a way to alert you to look within the report file to read the details about vovcheck has noticed.

The Products column indicates the product for which the test applies. You can ignore a WARN or ERROR result for a test that is checking an aspect of a product you are not using.

Look at the report file to see the details about each test's results. The report file has clear and detailed explanations about was expected and what was noticed, that can help you interpret the report. It also provides a hint on what to fix or change so that the vovcheck program will not produce the alert when doing the test.