【问题标题】:Which command is correct in AutosysAutosys中哪个命令是正确的
【发布时间】:2020-04-25 21:33:48
【问题描述】:

在 Autosys 的特定代理上检查当前作业的运行状态,哪个命令是正确的

1) Autorep -I machine_name |寻找俄罗斯
或者 2 ) Autorep -j ALL -M machine_name |找到RU

【问题讨论】:

    标签: agent autosys


    【解决方案1】:

    以下命令返回特定机器/代理上正在运行的作业列表。

    autorep -M <machine/agent_name> -d
    

    示例:

    autorep -M host123@some.com -d
    

    输出列:

    JobName | Machine | Status | Load | Priority
    

    如果从 linux 服务器执行,请根据需要使用 grep, awk 重新格式化报告。

    【讨论】:

      猜你喜欢
      • 2020-03-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-02-24
      • 2011-03-02
      • 2010-11-18
      • 1970-01-01
      相关资源
      最近更新 更多