NETWORK_FAULT_TOLERANT - UDM Manager configuration option
Description
The NETWORK_FAULT_TOLERANT option sets whether or not UDM transfer sessions are network fault tolerant by default.
The Network Fault Tolerant (NFT) feature allows UDM to recover from network faults and continue processing without interruption. NFT is turned on or off with the UDM script open command.
NETWORK_FAULT_TOLERANT sets the default NFT value if it is not specified in the open command.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Short Form | n/a | ||||
Command Line, Long Form | -network_fault_tolerant option | ||||
Environment Variable | UDMNETWORKFAULTTOLERANT=option | ||||
Configuration File Keyword | network_fault_tolerant option | ||||
STRUDM Parameter | NETWORKFT(*option) |
Values
option can be either of the following values:
- yes
Network fault tolerance is on for UDM sessions, allowing UDM to attempt to recover from a network fault and resume the session. - no
Network fault tolerance is off for UDM sessions.
Default is yes.