AutoSys Workload Automation

 View Only
  • 1.  Autosys dependency jobs

    Posted Feb 28, 2019 12:36 AM

    Hi,

     

    I have a question with the Autosys dependency jobs. I wanted to find out all the dependencies for a particular job.

    Can someone help with the command to get the list of the jobs which has dependency for a particular job.

     

    For example,  I have test1 and job test1 is added as a condition for  test2, test3 jobs . I want a command to find out the dependencies for test1.

     

    Any help is greatly appreciated. Thanks in advance.



  • 2.  Re: Autosys dependency jobs

    Broadcom Employee
    Posted Feb 28, 2019 04:26 AM

    Hi Sharath,

     

    You can use the job_depends command to list a jobs dependancies, the documentation for which can be found here:

    https://docops.ca.com/ca-workload-automation-ae/11-4-2/en/reference/ae-commands/monitor-and-report-on-workload/job_depen… 

     

    Example output:

     

     

    I hope this helps.



  • 3.  Re: Autosys dependency jobs

    Posted Feb 28, 2019 08:35 AM

    Thanks a lot hiejo.



  • 4.  Re: Autosys dependency jobs

    Posted Feb 28, 2019 09:04 AM

    The job_depends command should provide the dependencies:

     

    job_depends –c –J

     

    Lisa



  • 5.  Re: Autosys dependency jobs

    Posted Mar 11, 2019 11:11 PM

    Thanks Lisa. This really helps.