Parents: <process-set>
Valid Values: true or false
If a managed process terminates unexpectedly, that is, is not stopped by a request, then OPMN does not automatically restart it.
Example:
<ias-component id="<Essbase-Cluster-Name>"> <process-type id="EssbaseAgent" module-id="ESS" service-failover="1" service-weight="101"> <environment> ... </environment> <process-set id="AGENT" restart-on-death="true"> <module-data> <category id="start-parameters"> <data id="start-executable" value="$ESSBASEEXE"/> <data id="agent-port" value="1423"/> <data id="start-args" value="-b"/> </category> ... </module-data> </process-type> </ias-component>