Using HP/UX 11.0.
I have 3 jobs to schedule, I need them all to run every 30 minutes, spread out by 5 minutes each.
The jobs are due to start at 0500 and run through 2300.
Will this work? Each job must run every 30 minutes. The second job 5 minutes after the first, the third job 5 minutes after the second.
first job :
0,30 5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 * * * 1-6 /first job to run/
second job :
5,35 5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 * * * 1-6 /second job to run/
third job :
10,40 5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 * * * 1-6 /third job to run/
Help is appreciated.
I have 3 jobs to schedule, I need them all to run every 30 minutes, spread out by 5 minutes each.
The jobs are due to start at 0500 and run through 2300.
Will this work? Each job must run every 30 minutes. The second job 5 minutes after the first, the third job 5 minutes after the second.
first job :
0,30 5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 * * * 1-6 /first job to run/
second job :
5,35 5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 * * * 1-6 /second job to run/
third job :
10,40 5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 * * * 1-6 /third job to run/
Help is appreciated.