/
RESTART_CONDITIONS - OMS Component Definition option

RESTART_CONDITIONS - OMS Component Definition option

Description

The RESTART_CONDITIONS option specifies the exit conditions of the OMS 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 OMS 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 /wiki/spaces/UA73/pages/3770882. 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

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

SUCCESS

OMS Server ended normally with exit code 0.

WARN

OMS Server ended normally with a warning exit code.

ERROR

OMS Server ended normally with an error exit code.

FATAL

OMS Server ended normally with a fatal exit code.

CONFIG

OMS Server ended normally with a configuration error exit code.

SECURITY

OMS Server ended normally with a security related exit code.

NETWORK

OMS Server ended normally with a network related exit code.

SHUTDOWN

OMS Server ended normally with a shutdown related exit code.

LICENSE

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

ALL

All of the above.

Default is ABNORMAL,FATAL,ERROR.

Related content