AIOps

AIOps

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#ITAutomation
#AIOps
#CloudPakforAIOps
#AIOps

 View Only
  • 1.  Running multiple jobsteams repeatedly

    Posted Wed November 08, 2017 05:02 PM

    Hi Experts,

    I want to upwards of 10 jobstreams in one action, is this possible? These jobstreams will be run repeatedly in a single day (JS1>JS2>JS3…etc.). After all the jobstreams are complete, I want it to run again after a given time frame.

    Do I need to set this up manually? Or thru an event? Thanks in advance.



  • 2.  RE: Running multiple jobsteams repeatedly

    Posted Thu November 09, 2017 03:03 AM

    Probably the simplest option is to use an event rule.

    Set up an event rule to trigger on the (successful) completion of the last job stream in the sequence with an action to submit the job stream sequence again. The action will need to be a single action as there is no way to execute multiple actions in a specific order. So you would need to have a command action that runs a script to ensure the submission of the job streams in the correct sequence or, if your naming convention allows it, use a single generic conman submit schedule command (assumes the job stream names are ascending numeric order to match the execution sequence!)

    You could also use an event rule that submits each job stream in the sequence as each job stream in the sequence completes, but this would need each job stream to have a dependency on a previous instance of the job stream (i.e. FOLLOWS PREVIOUS) so that they would queue up behind each other correctly

    You will also need to consider what effect start-of-day will have on the complete process if the sequence of job streams cross the start-of-day (JnextPlan/FINAL) processing time



  • 3.  RE: Running multiple jobsteams repeatedly

    Posted Thu November 09, 2017 05:16 AM

    If you are using IWS 9.4 with Fix Pack 1 you could also use the new Job Stream Submission job type - Job Stream Submission

    You could use it as the last job in the last job stream to submit the complete job stream sequence again