F5F Stay Refreshed Power Users Networks Computer Cluster

Computer Cluster

Computer Cluster

M
MIZUMIZU0203
Junior Member
13
08-26-2016, 01:11 PM
#1
I secured 21 machines and an old iMac from my university at a very low cost. Some of them are Dell workstations with decent specifications for their era. I’m curious if anyone has suggestions on setting up a cluster, especially since three of these units match the required specs.
M
MIZUMIZU0203
08-26-2016, 01:11 PM #1

I secured 21 machines and an old iMac from my university at a very low cost. Some of them are Dell workstations with decent specifications for their era. I’m curious if anyone has suggestions on setting up a cluster, especially since three of these units match the required specs.

M
Miktor
Junior Member
3
08-27-2016, 01:05 PM
#2
The cluster is intended for analyzing and interpreting data related to customer preferences and market trends.
M
Miktor
08-27-2016, 01:05 PM #2

The cluster is intended for analyzing and interpreting data related to customer preferences and market trends.

B
BHLxNJx
Posting Freak
881
08-27-2016, 08:50 PM
#3
All devices in the cluster don't have to match exactly. I didn't build one myself, but in a test setup you'd have a master node for interaction and many client nodes. There are several approaches—like using Message Passing interfaces such as Open MPI—and job schedulers. You might also consider building a grid computer so users can access resources on their own machines.
B
BHLxNJx
08-27-2016, 08:50 PM #3

All devices in the cluster don't have to match exactly. I didn't build one myself, but in a test setup you'd have a master node for interaction and many client nodes. There are several approaches—like using Message Passing interfaces such as Open MPI—and job schedulers. You might also consider building a grid computer so users can access resources on their own machines.

J
JR_GAMER07
Posting Freak
915
08-29-2016, 01:47 AM
#4
Microsoft clustering is available for applications such as database and file servers.
J
JR_GAMER07
08-29-2016, 01:47 AM #4

Microsoft clustering is available for applications such as database and file servers.

P
petmark
Junior Member
4
08-29-2016, 02:39 AM
#5
The focus is likely on handling data for processing or generating hashes.
P
petmark
08-29-2016, 02:39 AM #5

The focus is likely on handling data for processing or generating hashes.

C
ClaudiaCat
Member
141
09-04-2016, 06:32 PM
#6
Clustering focuses more on application needs than on operating systems or hardware. You should identify tools that handle tasks across distributed systems. For hashing, consider initiatives like Hashtopolis, though many just split wordlists and run them separately. When it comes to file storage, Ceph is a strong choice. For databases, Redis works well.
C
ClaudiaCat
09-04-2016, 06:32 PM #6

Clustering focuses more on application needs than on operating systems or hardware. You should identify tools that handle tasks across distributed systems. For hashing, consider initiatives like Hashtopolis, though many just split wordlists and run them separately. When it comes to file storage, Ceph is a strong choice. For databases, Redis works well.