Control scheduled tasks execution
Posted
by
SJuan76
on Server Fault
See other posts from Server Fault
or by SJuan76
Published on 2012-09-07T08:32:53Z
Indexed on
2012/09/07
9:39 UTC
Read the original article
Hit count: 238
scripting
|automation
We are a small shop. I am mainly a programmer, but due to being the only one that risks to manage our servers, the task has fallen on me (yet I it is still a secondary function so I cannot give it too much time).
Over the course of years we have needed to create a decent number of .bat scripts that run as scheduled tasks in our servers (dump DB servers, SVN servers, copy files, etc.).
Manually checking that everyone has proceeded ok is a time consuming task. I could get them to send an email on completion, but then I would get swarmed by lots of emails each morning. If I setup them to only e-mail on failure, I might miss the instances where the error causes the task to abort (or even not to start).
Are there other alternatives? We are currently using Windows 2003 R2, but we are thinking of adding some Linux server soon, so a cross-platform solution would be best.
© Server Fault or respective owner