RESTART_CONDITIONS - UEM Component Definition option
Description
The RESTART_CONDITIONS option specifies the exit conditions of the UEM 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 UEM 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 |
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 | UEM Server ended abnormally due to a UNIX signal, Windows Exception, z/OS ABEND, etc. |
SUCCESS | UEM Server ended normally with exit code 0. |
WARN | UEM Server ended normally with a warning exit code. |
ERROR | UEM Server ended normally with an error exit code. |
FATAL | UEM Server ended normally with a fatal exit code. |
CONFIG | UEM Server ended normally with a configuration error exit code. |
SECURITY | UEM Server ended normally with a security related exit code. |
NETWORK | UEM Server ended normally with a network related exit code. |
SHUTDOWN | UEM Server ended normally with a shutdown related exit code. |
LICENSE | UEM Server ended normally with a license violation related exit code. |
ALL | All of the above. |
Default is ABNORMAL.