RECONNECT_RETRY_COUNT - UCMD Manager configuration option

Description

The RECONNECT_RETRY_COUNT option specifies the number of reconnect attempts that are performed before ending with an error.

RECONNECT_RETRY_COUNT 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 for a specified period of time and then attempt the connection again.

This continues until the UCMD Manager and UCMD Server successfully reestablish network connections or until the number of attempts exceeds the number specified in RECONNECT_RETRY_COUNT.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Command Line, Short Form

n/a





Command Line, Long Form

-retry_count number


(tick)

(tick)

(tick)

Environment Variable

UCMDRETRYCOUNT=number

(tick)

(tick)

(tick)


Configuration File Keyword

reconnect_retry_count number

(tick)

(tick)

(tick)

(tick)

STRUCM Parameter

RETRYCNT(number)

(tick)




Values

number is the number of reconnect attempts to be performed before ending with an error.

A value of 0 indicates that no reconnect attempts are performed.

Default is 20.