<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>Re: [Linux-cluster] Centralized Cron</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Or use cron on the headnode to submit jobs to the clusterscheduler if that does not support recurring timed jobs...<BR>
<BR>
 -----Original Message-----<BR>
From:   Harald Kubota [<A HREF="mailto:hkubota@gmx.net">mailto:hkubota@gmx.net</A>]<BR>
Sent:   Tue May 09 07:53:08 2006<BR>
To:     linux clustering<BR>
Subject:        Re: [Linux-cluster] Centralized Cron<BR>
<BR>
saju john wrote:<BR>
><BR>
><BR>
> Is there any way to make a centalized cron<BR>
><BR>
<BR>
at work (more clusters, all Veritas though) we use autosys, which is<BR>
basically<BR>
a program scheduler to start programs on other machines.<BR>
cron jobs are for jobs which are for each node (e.g. sending a health status<BR>
to a central server once a day), thus bound to a physical machine.<BR>
autosys is for everything which can move (cluster service groups, e.g.<BR>
running<BR>
a DB cleanup job on the node which runs the DB). Since each<BR>
service group has its own IP address and DNS entry, autosys simply connect<BR>
to that IP address and executes a script (and does more like checking the<BR>
status, handling timeouts, sending out alarms if anything went wrong etc.).<BR>
<BR>
Since autosys is commercial software and required quite some infrastructure,<BR>
a simpler approach is to set up one machine (maybe cluster it ;-)<BR>
which starts jobs on other machines according to a list it maintains.<BR>
<BR>
Harald<BR>
<BR>
--<BR>
Linux-cluster mailing list<BR>
Linux-cluster@redhat.com<BR>
<A HREF="https://www.redhat.com/mailman/listinfo/linux-cluster">https://www.redhat.com/mailman/listinfo/linux-cluster</A><BR>
</FONT>
</P>

</BODY>
</HTML>