Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • <scheduler_install>/config/notification/SystemMonitorNotification_MonitorSystem.xml
    • rename this file to  SystemMonitorNotification_OP5.xml
    • set system_id Attribute to OP5
      • e.g. <SystemMonitorNotification system_id="OP5">
  • <scheduler_install>/config/live/sos/notification/SystemNotifier,MonitorSystem.order.xml
    • rename this file to SystemNotifier,OP5.order.xml
    • set system_configuration_file Attribute to SystemMonitorNotification_OP5.xml
      • e.g. <param name="system_configuration_file" value="config/notification/SystemMonitorNotification_OP5.xml"/>
  •  <scheduler_install>/config/live/sos/notification/ResetNotifications,AcknowledgeMonitorSystem.order.xml
    • rename this file to ResetNotifications,AcknowledgeOP5.order.xml
    • set system_id Attribute to OP5
      • e.g. <param name="system_id" value="OP5"/>

...

JobScheduler - Cluster

See Cluster Operation

In case of Cluster Operation please modify the job_chain element definition for all notification job chain files

  • add distributed="yes" attribute. e.g: <job_chain distributed="yes" ...
  • remove orders_recoverable="no" attribute if exists

Following notification job chain files must be modified:

  • CheckHistory.job_chain.xml
  • CleanupNotifications.job_chain.xml
  • ResetNotifications.job_chain.xml
  • SystemNotifier.job_chain.xml

Use Cases

Workflow Execution takes too long

...