Multiple servers acting like a single one with all the hardware?
Posted
by marc.riera
on Server Fault
See other posts from Server Fault
or by marc.riera
Published on 2010-01-26T22:34:53Z
Indexed on
2010/03/11
18:19 UTC
Read the original article
Hit count: 309
Hello,
by now I have 10 servers for hpc, power computing oriented. My users need to launch several processes using qmake. The users are used to work with ubuntu 9.10, and the software from the repositories is switable for them.
I've deployed ubuntu 9.10 to all 10 servers (pxe rocks).
By now we work with parallel-ssh and cluster-ssh, which allows as to launch the same process to all servers. With this tools this tools the servers remain as independent but with the same software and the same launched command.
Now we would like to go to next step and see all the servers as a single one with all the resources from the other 9 as if was its resources.
The difference would be substantial in time to process and also time to design the command to launch.
Any advice on wich software to use will be very useful?
Thanks
© Server Fault or respective owner