NETWORK_DELAY - UCMD Manager configuration option

Description

The NETWORK_DELAY option specifies the maximum acceptable delay in transmitting data over the network between the UCMD Manager and UCMD Server.

If a data transmission takes longer than this specified delay, the operation ends with a time-out error.

NETWORK_DELAY provides the ability to fine tune Universal Command's network protocol. When a data packet is sent over a TCP/IP network, the time it takes to reach the other end depends on many factors, such as network congestion and bandwidth. If the packet is lost before reaching the other end, the other end may wait indefinitely for the expected data. In order to prevent this situation, Universal Command times out waiting for a packet to arrive in the period of time specified by NETWORK_DELAY.

Universal Command considers a time-out error as a network fault. If the UCMD Manager and UCMD Server are running with the network fault tolerant protocol, they will reestablish network connections and continue.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Command Line, Short Form

-d seconds


(tick)

(tick)

(tick)

Command Line, Long Form

-delay seconds


(tick)

(tick)

(tick)

Environment Variable

UCMDNETWORKDELAY=seconds

(tick)

(tick)

(tick)


Configuration File Keyword

network_delay seconds

(tick)

(tick)

(tick)

(tick)

STRUCM Parameter

DELAY(seconds)

(tick)




Values

seconds is the number of seconds to delay before ending an operation with a time-out error.

Default is 120.