Product specifications

Table Of Contents
F–Useful Programs and Files
Summary and Descriptions of Useful Programs
F-8 IB6054601-00 H
S
The options available with ipath_checkout are shown in Table F-2.
In most cases of failure, the script suggests recommended actions. Also refer to
the ipath_checkout man page.
ipath_control
The ipath_control tool is a shell script that manipulates various parameters
for the InfiniPath driver. It is installed from the infinipath RPM. Many of the
parameters are used only when diagnosing problems, and may require special
system configurations. Using these options may require restarting the driver or
utility programs to recover from incorrect parameters.
Table F-2. ipath_checkout Options
Command Meaning
-h, --help These options display help messages describing how a com-
mand is used.
-v, --verbose
-vv, --vverbose
-vvv, --vvverbose
These options specify three successively higher levels of
detail in reporting test results. There are four levels of detail
in all, including the case where none of these options are
given.
-c, --continue When this option is not specified, the test terminates when
any test fails. When specified, the tests continue after a fail-
ure, with failing nodes excluded from subsequent tests.
-k, --keep This option keeps intermediate files that were created while
performing tests and compiling reports. Results are saved in
a directory created by mktemp and named
infinipath_XXXXXX or in the directory name given to
--workdir.
--workdir=DIR Use DIR to hold intermediate files created while running
tests. DIR must not already exist.
--run=LIST This option runs only the tests in LIST. See the seven tests
listed previously. For example, --run=123 will run only
tests 1, 2, and 3.
--skip=LIST This option skips the tests in LIST. See the seven tests listed
previously. For example, --skip=2457 will skip tests 2, 4,
5, and 7.
-d, --debug This option turns on the -x and -v flags in bash(1).