command to force ok.
command to force ok.
what is the command to force ok the job???
- philmalmaison
- Nouveau
- Posts: 1148
- Joined: 08 Jun 2007 12:00
- Location: Ile de France
ctmpsm can be used in scripts. we use it to collect the failed jobs and then have an incident created in our incident management tool.
so first
ctmpsm -LISTJOB NOTOK
then you wil get output in a sort of table and with awk have the first colum printed that you can use to do the forceok.(in a while or for loop).
so first
ctmpsm -LISTJOB NOTOK
then you wil get output in a sort of table and with awk have the first colum printed that you can use to do the forceok.(in a while or for loop).