Go To Top Go Up Go Back Go Forward


FMS File Parameter IOWARN

Data Type

Integer

Default Value

0

DESCRIPTION:

This parameter provides additional options to the FMS file system. Most of these options may be used to debug your application when performing direct I/O.

The value of IWARN you specify is obtained by adding together the numeric value of each option you select. Because these numeric values are a power of 2, they have the effect of setting bits in IWARN. A typical use of this Parameter is as follows:

  1. Add the following two lines to the license file:

    IOTYPE=2
    IOWARN=28

  2. Run your application, directing the output to a file, myout.txt.

    ./myapp > myout.txt

  3. Search for warning messages:

    grep DIO myout.txt


Go To Top Go Up Go Back Go Forward
Copyright © Multipath Corporation