Skip to main content

RECONNECT_RETRY_INTERVAL - UCMD Manager configuration option

Description

The RECONNECT_RETRY_INTERVAL option specifies the number of seconds between each reconnect attempt.

RECONNECT_RETRY_INTERVAL is used when the UCMD Manager and UCMD Server are communicating with the fault tolerant protocol. If a network fault is detected, the UCMD Manager attempts to reestablish network connections with the UCMD Server. If a connection attempt fails due to a network fault, the UCMD Manager will wait the number seconds specified by RECONNECT_RETRY_INTERVAL and then attempt the connection again.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Command Line, Short Form

n/a

Command Line, Long Form

-retry_interval seconds

Environment Variable

UCMDRETRYINTERVAL=seconds

Configuration File Keyword

reconnect_retry_interval seconds

STRUCM Parameter

RETRYINT(seconds)

Values

seconds is the number of seconds to wait between reconnect attempts.

Default is 60.