Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The FM_FAULT_TOLERANT option specifies whether or not File Monitors will behave in a fault tolerant manner.

Fault tolerant File Monitors will  will handle error conditions that are considered temporary by retrying the action for an amount of time specified by the FM_FAULT_TOLERANT_TIMEOUT UAG configuration option.

If a fault is not resolved in the time period specified by FM_FAULT_TOLERANT_TIMEOUT, the File Monitor will  will fail.

If FM_FAULT_TOLERANT is set (to no) so that File Monitors do not behave in a fault tolerant manner, any fault encountered by a File Monitor will  will result in a failure.

Usage

...

option specifies whether or not fault tolerant File Monitor behavior  behavior is enabled.

Valid values for option are:

  • yes
    File Monitors will  will handle error conditions that are considered temporary by retrying the action.
  • no
    Any fault encountered by File Monitors will  will result in a failure.

Default is no.