RESTART_CONDITIONS - UAG Component Definition option

Description

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

Note

RESTART_CONDITIONS is optional in a component definition.

 

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

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Configuration File Keyword

restart_conditions conditions

(tick)

(tick)

(tick)

Values

conditions is a comma-separated list of exit conditions.

The exit conditions 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

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

SUCCESS

UAG Server ended normally with exit code 0.

WARN

UAG Server ended normally with a warning exit code.

ERROR

UAG Server ended normally with an error exit code.

FATAL

UAG Server ended normally with a fatal exit code.

CONFIG

UAG Server ended normally with a configuration error exit code.

SECURITY

UAG Server ended normally with a security related exit code.

NETWORK

UAG Server ended normally with a network related exit code.

SHUTDOWN

UAG Server ended normally with a shutdown related exit code.

LICENSE

UAG Server ended normally with a license violation related exit code.

ALL

All of the above.

Default is ABNORMAL.