A company has configured several application servers to handle specific tasks using Ul cluster, Cron cluster and Integration cluster. A requirement is that certain Cron tasks do not run on the UI cluster and the Integration cluster.
What is one way to accomplished this?
- Add mxe.crontask.skip=[crontask name] to maximo properties file.
- Add mxe.crontask.donotrun=[crontask name] to maximo properties file.
- Add mxe.crontask.donotrun=[crontask name] to the crontask.properties file.
- On System Configuration -> Cron Task Setup, Select Action -> Reload Request, then uncheck "Run".
Reveal Solution Next Question