有哪些指挥权来列出最近所有自治失败?
我想到的是autorep -d -J ALL
,其次是某种grep
,但autorep
的报告在段落中,用不同的标题写上了职务名称和地位,因此,我需要在Perl书写一个习俗过滤器,除非我对一些快速而简单的选择视而不见。
有哪些指挥权来列出最近所有自治失败?
我想到的是autorep -d -J ALL
,其次是某种grep
,但autorep
的报告在段落中,用不同的标题写上了职务名称和地位,因此,我需要在Perl书写一个习俗过滤器,除非我对一些快速而简单的选择视而不见。
The -d
flag is giving details, which is why autorep
is producing paragraph-like output. Running autorep -J ALL | grep "FA"
or similar should give you the listing just fine.
利用空间搜寻未完成工作的汽车输出,即grep“FA
。
请允许我说,你们的所有工作始于一个共同的数据库。
CRANE_job1
CRANE_job2
等等。
使用:
aj CR% |grep -w FA
I need to programmatically start some autosys jobs. Is there any api available in Java, perl etc for Job management other then usual command line approach. I m using Autosys r11.
i wrote a batch file to open a webrowser, then close it, then open another and close it. upon opening the browser it will send email out. when i manually run the batch it works, but when i use autosys ...
My company has an internal application that enforces their AutoSys naming convention, box failure / success paths, page job existance, etc. I m not an AutoSys user, but I ve been tasked with ...
I know how to run autosys job on certain day in a week but how can i run once in a month.. like if i have to run job1 on 2nd day of the month .. any help would be good for me.. thank you
有哪些指挥权来列出最近所有自治失败?
I wish to make a change to an autosys job. After I make the change: I want to test it by running it in isolation without running any dependents. After I have finished testing, I want it to be in a "...
In Autosys, I have a job that executes a fairly simple DOS batch file (.CMD). How do I communicate back to Autosys if the job has conditionally failed? If it runs and terminates, Autosys reports a ...
SCENARIO: Previously Jobs are scheduled to run from SQL Server. In the SQL Server database the jobs ran as per their start times mentioned. All the operations such as stopping the running job,...