AutoSys Workload Automation

  • 1.  Jobs on ICE

    Posted Mar 15, 2019 12:52 AM

    Hi Experts,

     

    Can we query on the back end Autosys server to get the list of all the jobs which are on hold, inactive, or ice.

     

    I would like to  find out the status of all the jobs whether the job was kept on hold or ice or terminated for some reason. 



  • 2.  Re: Jobs on ICE
    Best Answer

    Posted Mar 15, 2019 07:16 AM

    Hi ,

     

    Try autorep -j % | egrep " OH | OI | IN " on cli i guess this will suffice your requirement.

     

    Thanks,

    Ankur Sharma



  • 3.  RE: Re: Jobs on ICE

    Posted Apr 27, 2020 12:23 PM
    Edited by Arshad Mohd Apr 27, 2020 12:24 PM
    Hi Ankur,

    Will this  autorep -j % | find " RW| PE " command be helpful in pulling out jobs in RES_WAIT (RW) & PEND_MACH (PE) Status?

    ------------------------------
    Arshad
    ------------------------------



  • 4.  RE: Jobs on ICE

    Posted Apr 28, 2020 10:40 AM
    autorep -j ALL |  grep -v  SU 

    this shows all the job status except success state jobs

    ------------------------------
    Prashanth
    ------------------------------