Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 1998 11:07:21 +0800
From:      Stephen Hocking-Senior Programmer PGS Tensor Perth <shocking@ariadne.prth.tensor.pgs.com>
To:        hackers@FreeBSD.ORG
Subject:   Clusters, Distributed File Systems and the like.
Message-ID:  <199806180307.LAA27243@ariadne.tensor.pgs.com>

next in thread | raw e-mail | index | archive | help

I'm wondering if anyone has done some work on a distributed file system, where 
various nodes are each responsible for part of a filesystem and can see other 
node's part of the filesystem, with files being able to span more than one 
node. I think Greg Lehey's work (vinum) could be used as part of a solution.

The reason I ask is that I'm working for a geophysics data processing company, 
and we have all the 32 & 64 node IBM SP2 boxes floating about. Each node runs 
its own copy of AIX and has a couple of 9Gb disks, of which one is for the OS 
and the other is for the CFS (Common File System) which is shared between all 
the nodes in a system. It struck me as an interesting problem which has 
probably been solved a number of times. I'm in the process of porting our 
geophysical software to FreeBSD, which currently uses PVM and will soon be 
using MPI to distribute the processes among the nodes. I'm not expecting the 
performance to be within cooee of the SP2s, but it's an interesting exercide 
all the same.


	Stephen


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806180307.LAA27243>