RESTART_CONDITIONS - UBROKER Component Definition option

Description

The RESTART_CONDITIONS option specifies the exit conditions of the component for which the component should be considered eligible for restart.

If the exit conditions of the component do not meet the criteria, it will not be restarted.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Configuration File Keyword

restart_conditions conditions

(tick)

(tick)

(tick)

(tick)

Values

conditions is a comma-separated list of exit (return) conditions.

Exit condition names are based on the Universal Agent return codes. Category names are used instead of numeric values, as the exit code numeric value may not be consistent across all platforms.

The exit conditions are:

ABNORMAL

Component ended abnormally due to a UNIX signal, Windows Exception, z/OS ABEND, etc.

SUCCESS

Component ended normally with exit code 0.

WARN

Component ended normally with a warning exit code.

ERROR

Component ended normally with an error exit code.

FATAL

Component ended normally with a fatal exit code.

CONFIG

Component ended normally with a configuration error exit code.

SECURITY

Component ended normally with a security related exit code.

NETWORK

Component ended normally with a network related exit code.

SHUTDOWN

Component ended normally with a shutdown related exit code.

LICENSE

Component ended normally with a license violation related exit code.

ALL

All of the above.

Default is ABNORMAL.