FM_FAULT_TOLERANT - UAG configuration option

Description

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

Fault tolerant File Monitors 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 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 result in a failure.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Configuration File Keyword

fm_fault_tolerant option




(tick)


Values

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

Valid values for option are:

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

Default is no.