Check which nodes of Beowulf HPC cluster system are free from PHP app?
Posted
by Skuja
on Stack Overflow
See other posts from Stack Overflow
or by Skuja
Published on 2010-04-09T14:52:15Z
Indexed on
2010/04/09
16:53 UTC
Read the original article
Hit count: 314
I am working on my diploma thesis project. I have access to 32Node Dell poweredge HPC cluster system with Linux(Debian i think) installed on it. My first goal is to create web (PHP) app where logged users could see free and busy nodes, turn them on and off. I am planning to do something like this - write some cron daemon that would run every 30seconds or other interval, 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 could read the info. Will it be a good solution? What existing for node management solutions are there?
© Stack Overflow or respective owner