AutoSys Workload Automation

 View Only
Expand all | Collapse all

How to list jobs that run to a specific server ("run on machine")?  I know how to list jobs by job name, but this will be better, as I want to know all jobs that run to a particular client machine.

  • 1.  How to list jobs that run to a specific server ("run on machine")?  I know how to list jobs by job name, but this will be better, as I want to know all jobs that run to a particular client machine.

    Posted Aug 28, 2017 11:32 AM

    See above.



  • 2.  Re: How to list jobs that run to a specific server ("run on machine")?  I know how to list jobs by job name, but this will be better, as I want to know all jobs that run to a particular client machine.
    Best Answer

    Posted Aug 28, 2017 02:37 PM

    Found it...

    Right in Quick Edit!

    Disregard this question.



  • 3.  RE: Re: How to list jobs that run to a specific server ("run on machine")?  I know how to list jobs by job name, but this will be better, as I want to know all jobs that run to a particular client machine.

    Posted Feb 05, 2020 01:09 PM
    To Check all jobs that run on a particular machine
    autorep -j ALL -q | grep -B 3 machine_name| grep insert_job| awk '{print $2}'