RESTART - UEM Component Definition option
Description
The RESTART option specifies whether or not an event-driven UEM Server should be restarted if it ends.
Note
RESTART is optional in a component definition.
A UEM Server is restarted when the following conditions are met:
- Universal Broker is not in shutdown mode.
- UEM Server has not been stopped by Universal Broker, Universal Control, or Universal Enterprise Controller. This is considered a controlled shutdown.
- RESTART option value is yes.
- UEM Server's exit conditions must meet one of the values specified by the RESTART_CONDITIONS option.
- UEM Server must not have been restarted more than specified by the RESTART_MAX_FREQUENCY option.
Usage
Method | Syntax | IBM i | HP NonStop | UNIX | Windows | z/OS |
---|---|---|---|---|---|---|
Configuration File Keyword | restart options |
Values
options is the specification for whether or not the UEM Server should be restarted.
Valid values for options are:
- yes
UEM Server should be restarted if it meets the restart criteria. - no
UEM Server should not be restarted.
Default is no.