Re: Install cluster - Please help !!!
"T.E. Spanjaard" <[email protected]> Tue, 31 Aug 2004 21:54:31 +0200
| Newsgroups | gmane.os.netbsd.devel.cluster |
|---|---|
| Message-ID | <005401c48f94$5520ef10$3ce25982@ninja> |
> We are going to setup a cluster of 16 identical nodes and 1 master node. We've > already have hardware setup now we have to install software to make it run as a > cluster. The way we want our cluster work is as follows: users will send their > requests to the master node; master node will distribute the requests to the > other nodes; the cluster should work with any application software. > Our problem is we don't know what software we should use to make a cluster and > how to setup a cluster. We would appreciate very much if you could give us > your advice. Looks to me that MOSIX is the way to go for you, but you'll have to give up on NetBSD for that (unless you want to port it first, ofcourse). The only requirement for MOSIX to work here is that the applications are multithreaded, which most 'heavy' applications are these days. If you want to stick to NetBSD, special clustering API's like PVM and MPI are a must for your software. cheers, T.E. Spanjaard