Hi. Looking for suggestions/ideas.
I have pretty loose requirements at this point, but I am looking for a tool (or set of tools) where I can automate and control a large group of tasks by a basic web front end.
I have a series of scripts that do various conversions of data or media, as well as analysis and I want to be able check their status, see if they completed or if they failed. Then possibly react or setup alternate jobs if they passed or failed, etc. - some basic logic.
I want to avoid building something for this. But if there already exists a tool(s) that I could tailor that would be good too. Something Perl would be perfect, but PHP could be made to work. Free or not would be acceptable.
Thanks for any ideas.
-Mauriat
I have pretty loose requirements at this point, but I am looking for a tool (or set of tools) where I can automate and control a large group of tasks by a basic web front end.
Webmin?
Then possibly react or setup alternate jobs if they passed or failed, etc. - some basic logic.
So the gui should have logic? Maybe phpRecEvent...
Joseph L. Casale wrote:
I have pretty loose requirements at this point, but I am looking for a tool (or set of tools) where I can automate and control a large group of tasks by a basic web front end.
There is this, Java based but can run scripts in any language: http://www.sos-berlin.com/modules/cjaycontent/index.php?id=62&page=osour...
YMMV - it's not exactly simple or easy to set up or understand (documentation is a bit disorganized). -Alan
On Tue, Jun 30, 2009 at 9:43 PM, Alan Sparksasparks@doublesparks.net wrote:
Joseph L. Casale wrote:
I have pretty loose requirements at this point, but I am looking for a tool (or set of tools) where I can automate and control a large group of tasks by a basic web front end.
There is this, Java based but can run scripts in any language: http://www.sos-berlin.com/modules/cjaycontent/index.php?id=62&page=osour...
YMMV - it's not exactly simple or easy to set up or understand (documentation is a bit disorganized).
Thanks that looks promising.
I also found the following, but it seems more coding involvement than I would like: http://batchserver.sourceforge.net/
-Mauriat
On Tue, Jun 30, 2009 at 9:38 PM, Joseph L. CasaleJCasale@activenetwerx.com wrote:
I have pretty loose requirements at this point, but I am looking for a tool (or set of tools) where I can automate and control a large group of tasks by a basic web front end.
Webmin?
Webmin can do basic cron and process management, but it looks like I would have to find (or develop) a module to do what I want.
Then possibly react or setup alternate jobs if they passed or failed, etc. - some basic logic.
So the gui should have logic?
If 1 process fails, another can launch or some means to have alternate set of tasks, scripts. The gui need not have "logic", but it would be nice if I can control paths, instead of having to make more complex scripts. ... Or that's what I envision.
Maybe phpRecEvent...
It looks like that is for recreational events.
-Mauriat
Mauriat Miranda wrote:
On Tue, Jun 30, 2009 at 9:38 PM, Joseph L. CasaleJCasale@activenetwerx.com wrote:
I have pretty loose requirements at this point, but I am looking for a tool (or set of tools) where I can automate and control a large group of tasks by a basic web front end.
Webmin?
Webmin can do basic cron and process management, but it looks like I would have to find (or develop) a module to do what I want.
Have you looked at Hudson: http://wiki.hudson-ci.org/display/HUDSON/Meet+Hudson? It is typically used to build/test software projects repeatedly during development but it can run any jobs you want - and on multiple machines. And it runs fine under the stock openjdk/tomcat on Centos.
Mauriat Miranda wrote:
Hi. Looking for suggestions/ideas.
I have pretty loose requirements at this point, but I am looking for a tool (or set of tools) where I can automate and control a large group of tasks by a basic web front end.
I have a series of scripts that do various conversions of data or media, as well as analysis and I want to be able check their status, see if they completed or if they failed. Then possibly react or setup alternate jobs if they passed or failed, etc. - some basic logic.
I want to avoid building something for this. But if there already exists a tool(s) that I could tailor that would be good too. Something Perl would be perfect, but PHP could be made to work. Free or not would be acceptable.
Thanks for any ideas.
-Mauriat _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi
I suggest sge. It doesn't have a web interface, but a GUI. Or torque.
Regards
mg.
On Wed, Jul 1, 2009 at 8:03 AM, Marcelo M. Garciamarcelo.maia.garcia@googlemail.com wrote:
I suggest sge. It doesn't have a web interface, but a GUI. Or torque.
Looks like most of the robust tools are Java based, including Hudson.
I also found the following: https://computing.llnl.gov/linux/slurm/ non free: http://www.nobix.com/JobQueX/JobQueX.aspx
Thanks for all the ideas. I will have to evaluate each option.
-Mauriat
Mauriat Miranda wrote:
On Wed, Jul 1, 2009 at 8:03 AM, Marcelo M. Garciamarcelo.maia.garcia@googlemail.com wrote:
I suggest sge. It doesn't have a web interface, but a GUI. Or torque.
Looks like most of the robust tools are Java based, including Hudson.
I also found the following: https://computing.llnl.gov/linux/slurm/ non free: http://www.nobix.com/JobQueX/JobQueX.aspx
Thanks for all the ideas. I will have to evaluate each option.
-Mauriat _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi
Nor sge neither torque are Java base. Sge has a GUI, but I don't think is Java-based.
Torque is purely text interface, the web administration is not free, but it's not expensive. Have a look at "cluster resources": http://www.clusterresources.com/
Regards
mg.