Networking Forums

Networking Forums > Computer Networking > Linux Networking > Distributed Filesystem

Reply
Thread Tools Display Modes

Distributed Filesystem

 
 
Christian Kier
Guest
Posts: n/a

 
      12-10-2003, 10:11 AM
Hi,

I'd like to use the unused space on harddisks of some linux and solaris
machines here around.

The best solution for me would be a server managing several real volumes as
one logical volume. These real volumes would correspond to partitions or
files on the machines which are offered to the server.

The server would also take some redundancy into account. Quasi like a RAID
but with the disks on different computers.

The Home directories I move onto the logical (distributed) volume where they
are mounted by the clients as hitherto by autofs+NFS.

Is this a reasonable solution?

Are there any filesystems and tools to make this solution work?

Thanks for answers,
/Christian
 
Reply With Quote
 
 
 
 
Neil Horman
Guest
Posts: n/a

 
      12-10-2003, 11:46 AM
Christian Kier wrote:
> Hi,
>
> I'd like to use the unused space on harddisks of some linux and solaris
> machines here around.
>
> The best solution for me would be a server managing several real volumes as
> one logical volume. These real volumes would correspond to partitions or
> files on the machines which are offered to the server.
>
> The server would also take some redundancy into account. Quasi like a RAID
> but with the disks on different computers.
>
> The Home directories I move onto the logical (distributed) volume where they
> are mounted by the clients as hitherto by autofs+NFS.
>
> Is this a reasonable solution?
>
> Are there any filesystems and tools to make this solution work?
>
> Thanks for answers,
> /Christian

You have a two primary choices that I can think of:

1) iscsi and lvm - iscsi allows you to connect via IP to a remote scsi
device as though it were locally attached to your scsi bus. lvm allows
you to create software raid devices. Using these two items in
conjunction should allow you to gan all your drives together as 1 big
device. I've not tried this myself, but it seems pretty straightforward.

2) AFS - the AFS file system allows you to take many systems and use
them as file servers in one global namespace. It allows you to make
several machines act as though they were effectively one big hard drive.

I've set up AFS systems before, and there is a significant learning
curve associated with it, but once you get the hang of it its pretty
stable and robust.

HTH
Neil

--
Neil Horman
Red Hat, Inc., http://people.redhat.com/nhorman
gpg keyid: 1024D / 0x92A74FA1, http://www.keyserver.net

 
Reply With Quote
 
Mangled&Munged
Guest
Posts: n/a

 
      12-10-2003, 07:51 PM

"Christian Kier" <(E-Mail Removed)> wrote in message
news:br6umb$84r$(E-Mail Removed)...
> Hi,
>
> I'd like to use the unused space on harddisks of some linux and solaris
> machines here around.
>
> The best solution for me would be a server managing several real volumes

as
> one logical volume. These real volumes would correspond to partitions or
> files on the machines which are offered to the server.
>
> The server would also take some redundancy into account. Quasi like a RAID
> but with the disks on different computers.
>
> The Home directories I move onto the logical (distributed) volume where

they
> are mounted by the clients as hitherto by autofs+NFS.
>
> Is this a reasonable solution?
>
> Are there any filesystems and tools to make this solution work?
>
> Thanks for answers,
> /Christian


For the Linux boxen, there be Lustre.
See: http://www.clusterfs.com

Enjoy,
Mangled&Munged


 
Reply With Quote
 
Neil Horman
Guest
Posts: n/a

 
      12-10-2003, 07:57 PM
Mangled&Munged wrote:
> "Christian Kier" <(E-Mail Removed)> wrote in message
> news:br6umb$84r$(E-Mail Removed)...
>
>>Hi,
>>
>>I'd like to use the unused space on harddisks of some linux and solaris
>>machines here around.
>>
>>The best solution for me would be a server managing several real volumes

>
> as
>
>>one logical volume. These real volumes would correspond to partitions or
>>files on the machines which are offered to the server.
>>
>>The server would also take some redundancy into account. Quasi like a RAID
>>but with the disks on different computers.
>>
>>The Home directories I move onto the logical (distributed) volume where

>
> they
>
>>are mounted by the clients as hitherto by autofs+NFS.
>>
>>Is this a reasonable solution?
>>
>>Are there any filesystems and tools to make this solution work?
>>
>>Thanks for answers,
>>/Christian

>
>
> For the Linux boxen, there be Lustre.
> See: http://www.clusterfs.com
>
> Enjoy,
> Mangled&Munged
>
>

Yeah, thats a really cool filesystem. I think it takes a _bunch_ of
machines to do anything really worthwhile though.

--
Neil Horman
Red Hat, Inc., http://people.redhat.com/nhorman
gpg keyid: 1024D / 0x92A74FA1, http://www.keyserver.net

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mount of AIX jfs2 filesystem on Linux server extremely slow Govind Linux Networking 0 07-23-2008 10:02 PM
Write on proc filesystem ValerioZ Linux Networking 3 02-09-2005 10:46 PM
Remote filesystem in a directory Sam Windows Networking 1 09-17-2004 04:33 PM
How to mount a remote filesystem in LINUX. Charlie T Linux Networking 3 08-19-2004 08:45 PM
Distributed Database Alan Connor Linux Networking 9 12-17-2003 04:39 AM



1 2 3 4 5 6 7 8 9 10 11