UNIX scheduler product

Alvin Oga alvin at Mail.Linux-Consulting.com
Mon Jun 14 15:04:52 PDT 2004



hi ya ron

On Mon, 14 Jun 2004, Ron Leedy wrote:

> Does anyone know of a job scheduler with the following specs:
>  
> - A centralized repository for several servers
> - Flow control (success exits kick off releases another job)
> - Alert e-mails for non-success exits
> - History of scheduled jobs and exit statuses 
> - Solaris and Linux support

ez ( trivial ) to write one in perl 
	- day or two or 1hr 
	- 1/2 day or two for "html based job submit app for the user"
  
Servers.Available 
	- list of servers

Servers.BZ
	- jobs that its running

Servers.incoming
	- jobs are submitted into the file

Master
	- all jobs are submitted to "Master"
	- job peferences for specific servers to be sent out to it
	- check for the specific server to be available, otherwise
	  send to next one on the list
	  and lock that server if only one job per server is allowed
	- your normal alerts and put the server back into "available"
	- wait for next job

c ya
alvin

- what if the master dies... each servers watches over each other
- other fun stuff, shared disk space or not and job locks




More information about the Baylisa mailing list