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 ...
- 04-20-2011 #1Just 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.
- 04-20-2011 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
Google: linux distributed storage
Ceph
- 04-20-2011 #3
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.
- 04-20-2011 #4
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.
- 04-21-2011 #5Just 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).
- 04-21-2011 #6Just Joined!
- Join Date
- Nov 2007
- Posts
- 4
MFS(moose fs) is easy to setup such cluster ( than others like gfs/ceiph).
- 04-21-2011 #7
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
-------------------


Reply With Quote