From owner-freebsd-questions@FreeBSD.ORG Tue Nov 15 16:05:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEC5716A41F for ; Tue, 15 Nov 2005 16:05:44 +0000 (GMT) (envelope-from ansarm@sympatico.ca) Received: from BAYC1-PASMTP05.bayc1.hotmail.com (bayc1-pasmtp05.bayc1.hotmail.com [65.54.191.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89DAD43D46 for ; Tue, 15 Nov 2005 16:05:44 +0000 (GMT) (envelope-from ansarm@sympatico.ca) Message-ID: X-Originating-IP: [216.118.213.190] X-Originating-Email: [ansarm@sympatico.ca] Received: from ansarmm2 ([216.118.213.190]) by BAYC1-PASMTP05.bayc1.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Tue, 15 Nov 2005 08:05:43 -0800 From: "Ansar Mohammed" To: "'Arden'" , Date: Tue, 15 Nov 2005 11:05:39 -0500 Message-ID: <002001c5e9fe$6ec47160$8c0113ac@northamerica.corp.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <20051115151548.36d2b78a@vector.linux.vnet> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Thread-Index: AcXp954uixCkvT1DRIywg740Uh4+2gABM4Mw X-OriginalArrivalTime: 15 Nov 2005 16:05:44.0113 (UTC) FILETIME=[6EE0FA10:01C5E9FE] Cc: Subject: RE: makings of a junk yard cluster ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2005 16:05:44 -0000 Ideally you need to define what you mean by a "cluster" Depending on who you talk to practical clusters are very different. The most common industry type cluster is called a "shared nothing" cluster. It is basically two or more physical servers connected to the same storage subsystem where data only resides. Traditionally the application executables reside on the servers themselves, facilitating what is known as a rolling upgrade. Since you probably don't have a shared disk or SAN you can do this by using geom on FreeBSD or iSCSI on linux/Windoze. This type of cluster is typical for database applications. The second type of cluster is "load balanced" where multiple machines "share" a logical IP Address and distribute the load evenly or unevenly between them. You can use carp for IP sharing and rsync for data synch. This is typically used for web servers, dns etc.. where data is minimal, auto replicated(as in DNS) or static. This is practical in your environment since you can actually put these machines to good use. The third type of cluster is the distributed cluster using MPI or PVM etc. This is typically used for distributing load in computational problems. > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of Arden > Sent: November 15, 2005 9:16 AM > To: freebsd-questions@freebsd.org > Subject: makings of a junk yard cluster ?? > > Hi Folk > > like most people involved in IT you tend to build you a "junk yard" of > redundant machines > > Ive just been through mine and found could at a push make 5 x86 PCs > > 2x amd 400mhz > 2x via 700mhz > 1x amd duron 1200 > > also have lots of spare nic cards > > Ive never looked at clusters before and this is just for fun (must have > way to much time on my hands) :) > > So I need to know would it be possible to build a cluster from these ? > I'm not sure if the nodes need to be matched in any way ? > > dose anyone know where to find an idiots to setting one up ? > > also what would the equivelent power be i.e would i just be making a > 1gig space heater ? > > Arden > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org"