Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 autosys 作业,该作业具有在 jil.xml 中指定的配置文件值。我对 autosys 很陌生,我需要检查作业的日志。当我转到主机时,它说 jil 中指定的日志位置(如 $AUTLOG/errorlogs)不存在。我必须在主机上加载一些配置文件吗?我该怎么做才能访问配置文件中的变量。
在为作业定义 JIL 时,添加以下属性。
profile:/path/profile.ini
将读取 /path/profile.ini 文件中定义的所有变量。
请记住导出 profile.ini 文件中的变量,例如。
export Var1="some_path" export Var2="DB_USER"
祝你好运 !!