Jump to content

Multi-Disk System (MDS)


ShadowFoxLSU
 Share

Recommended Posts

I am trying to build a multidisk server. The way I want to set this up is:

Comp 1 Phoenix(Slave)

-P133

- 3 hard-drives (fire,ash,rebirth)

 

Comp 2 Hydra (Master Server)

-900Mhz Athlon

- 1 HDD 2 partitions (hydra,data)

 

Comp 3 Centaur(slave)

- 1Ghz Athlon

- 2 HDD's (man, horse)

 

Comp 4 Loki (slave/Desktop)

- 2600+ Athlon XP

- 1 HDD

- 2 Partitions to forward (downloads,data)

 

 

I want all of these drives to show up in the master server (hydra) as

/mnt/Phenoix/fire

/mnt/Phoenix/ash

/mnt/Phenoix/rebirth

/mnt/hydra/data/

/mnt/Centaur/horse

/mnt/Centaur/man

/mnt/Loki/downloads

/mnt/Loki/files

 

All of the computers are behind a firewall and the master server (hydra) has the SSH ports forwarded to it. I would like to have all of the slaves connect via SSH or NFS. What would be the best and most secure way to set this up so I have complete access to all my data?

Link to comment
Share on other sites

IMO, the best option would be to mount the folders via NFS.

 

It's easy to set up and mount your folders where you want them (in MDK, anyway). Sot so sure about security, though. I have 3 NFS mounts on my laptop from my desktop computer so I can copy files back and forth and share data. Not the fastest method out there, but it works quite well.

Link to comment
Share on other sites

On each of your systems that will have exports to your server, you need NFS installed (obviously). You will need to edit your /etc/exports file to look like this:

 

/mnt/music/Music        (rw)
/home/liquidzoo/Downloads/laptop        (rw)
/var/www/html   (rw)

 

I think that's all you need to do. Restart the NFS service, then go to your server.

 

I will have to give you an example of the fstab from my laptop when I get home. That will show how to set up that file to mount the folders. Then all you have to do is create the mountpoints and you should be all set.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...