WEB based HPC cluster node management

Posted by Skuja on Server Fault See other posts from Server Fault or by Skuja
Published on 2010-04-08T21:00:06Z Indexed on 2010/04/08 21:03 UTC
Read the original article Hit count: 332

Filed under:
|
|
|

Hello, i am working on my school diploma thesis. The main goal is to create web based application where logged users could see free and busy nodes, turn them on and off, see what process they are running etc. Figured out that i could do something like this - write some cron daemon that would run every 30seconds or so, and it could run ping utility for each node to find out if it is on or off, then write results to some file. Then from my web app (i will write in PHP) i could read the info. Will it be a good solution? How would you suggest me to do it? And finally, is there any existing solutions (it may not be a definetly ewb based) for managment of cluster nodes?

© Server Fault or respective owner

Related posts about linux

Related posts about hpc