Find the answer to your Linux question:
Results 1 to 7 of 7
Can ANYONE point me in the right direction on how to use storage on multiple servers as a single cluster? I thought storage cluster was for that but, after much ...
  1. #1
    Just Joined!
    Join Date
    Apr 2011
    Posts
    4

    storage question

    Can ANYONE point me in the right direction on how to use storage on multiple servers as a single cluster?

    I thought storage cluster was for that but, after much googling, and even more help from here, I don't think that achieves my goal.

    My goal is to have multiple servers share a file system, to act as somewhat of a network raid, so if node-A goes down the files are available on other nodes, and hopefully so when the capacity of the nodes are reached I can add nodes to expand the "cluster".

    I have no idea if my terminology is correct but I'd appreciate ANY feedback.

  2. #2
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    Google: linux distributed storage

    Ceph

  3. #3
    Linux Enthusiast Mudgen's Avatar
    Join Date
    Feb 2007
    Location
    Virginia
    Posts
    623
    I've done it with an iscsi target server with ocfs2 layered onto the iscsi presentations. But if the target server goes down, no storage. To make it server independent, you'd probably need a higher end NAS or SAN, which is a server itself. Real HA calls for a SAN and servers with multiple network or fiber controllers and multiple network/fiber paths between them.

  4. #4
    Linux Enthusiast Mudgen's Avatar
    Join Date
    Feb 2007
    Location
    Virginia
    Posts
    623
    Re-read your post. What I said wasn't really what you asked for. You could try setting up multiple servers as iscsi target AND client, then software RAID1 presentations from two servers together and layer ocfs2 or another cluster filesystem on top of the md device, but I bet that would be finicky as all get out.

  5. #5
    Just Joined!
    Join Date
    Apr 2010
    Posts
    69
    You could try setting up multiple AoE "targets" in a raid array from a given host or set of hosts on which to lay down a global file system (GFS).

  6. #6
    Just Joined!
    Join Date
    Nov 2007
    Posts
    4
    MFS(moose fs) is easy to setup such cluster ( than others like gfs/ceiph).

  7. #7
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568

    Exclamation

    another option would be glusterfs Gluster | Cloud Computing & Storage

    disclosure - I work with glusterfs team :P
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...