AutoSys Workload Automation

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

    Posted Apr 27, 2020 03:28 PM
    Will this autorep -j % | find " RW| PE " command be helpful in pulling out jobs in RES_WAIT (RW) & PEND_MACH (PE) Status?

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

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


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

    Posted Apr 28, 2020 08:28 AM

    autorep -d -M <AutoSys machine name>

     

     

     

     

    Steve C.

    Batch System Engineer

    Batch Innovation Team

    steven.carrobis@gm.com

    T (313)553-1727

     



    Nothing in this message is intended to constitute an electronic signature unless a specific statement to the contrary is included in this message.

    Confidentiality Note: This message is intended only for the person or entity to which it is addressed. It may contain confidential and/or privileged material. Any review, transmission, dissemination or other use, or taking of any action in reliance upon this message by persons or entities other than the intended recipient is prohibited and may be unlawful. If you received this message in error, please contact the sender and delete it from your computer.





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

    Posted Apr 28, 2020 10:40 AM
    The command  shows only running jobs on the machine...


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

    Posted Apr 28, 2020 12:20 PM

    It will show PE and QU as well if they are attached.

     

     

     

    Steve C.

     



    Nothing in this message is intended to constitute an electronic signature unless a specific statement to the contrary is included in this message.

    Confidentiality Note: This message is intended only for the person or entity to which it is addressed. It may contain confidential and/or privileged material. Any review, transmission, dissemination or other use, or taking of any action in reliance upon this message by persons or entities other than the intended recipient is prohibited and may be unlawful. If you received this message in error, please contact the sender and delete it from your computer.





  • 5.  RE: Will this autorep -j % | find " RW| PE " command be helpful in pulling out jobs in RES_WAIT (RW) & PEND_MACH (PE) Status?
    Best Answer

    Posted Apr 28, 2020 10:40 AM
    Windows: autorep -j ALL | findstr  "RW PE"

    LINUX: autorep -j ALL | egrep -i "RW|PE"