efficient raid file server


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers efficient raid file server
# 1  
Old 10-21-2009
efficient raid file server

I need to put together a RAID1 file server for use by Windoze systems. I've built zillions of windows systems from components. I was a HPUX SE for a long time at HP, but have been out of the game for years.

I've got an old workhorse mobo FIC PA-2013 with a 450 MHz K6 III+ I could use, but I'd need to get a RAID card for that.

I've also got a PCCHIPS M789 mobo with the VIA C3 processor, and likely have some memory for that, would still need a RAID card.

I won't be doing video editing over the LAN which is currently 100 BT.

I would like a balance between performance and operation cost (ever calculate what 500 watts costs for 24x7?) It occurred to me that if I need to buy a RAID card I might be better off buying a new MOBO with the raid built in with a second or third tier efficient processor.

I would appreciate recommendations for both hardware and flavor of LINUX.

I realize that there may be posts here relating to this topic, but I haven't stumbled upon any.

tanksAbunch

pc
# 2  
Old 10-28-2009
Come on, guys. I'm dying here. Running out of space on my server and wanting to BUILD something economical and dependable.

tanks

pc
# 3  
Old 10-28-2009
Just about any PC should be able to do what you want. Use that C3 you've got (since it's probably a bit faster, and the motherboard probably has LAN on-board), connect 3-4 500 GB discs, and set them up as software RAID (no need for a RAID card). With a RAID 5 setup, you're looking at 1 TB to 1.3 TB of useable space (subtract 20 - 30 GB to have lots and lots of space for the OS).

Suggested layout (on all discs):
Partition 1: ca. 100 MB, RAID1, using ext2, mounted at /boot
Partition 2: ca. 20 GB, RAID1, using ext3, mounted at /
Partition 3: ca. 500 MB, swap (= 1.5 to 2 GB of swap space)
Partition 4: the rest, either RAID5 configured as LVM PV or just RAID5 using ReiserFS (quicker with small files), mounted at /srv/samba

As for the distribution: just about any should do, as any modern distro knows about software RAID, LVM, and Samba (for Windows connectivity), but I'd opt for Debian.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

Backup/RAID of HD on Old UNIX Server

I need to be able to make a backup image of an OLD UNIX server HD where I can restore the complete HD from scratch if (when) the HD fails. This server runs the accounting system for a company. I can and have backed the data up via local FTP, but O/S and Apps are so old that I am not sure I could... (21 Replies)
Discussion started by: chrishouse
21 Replies

2. Hardware

3ware RAID server

We have a 3ware RAID server at work, and as the appointed systems administrator (by virtue of being the one with the most knowledge) I've taken on the job of maintaining it. I've installed smartmontools on it to keep an eye on the drives and run scans every day, and looking at the data from the... (0 Replies)
Discussion started by: Krendoshazin
0 Replies

3. Debian

Best RAID settings for Debian Server? Help!! (1+0 or 5 or NAS)

I am installing a Debian Server on a: HP Proliant DL380 G4 Dual CPU's 3.20 ghz / 800 mhz / 1MB L2 5120 MB RAM 6 hard disks on HP Smart Array 6i controller (36.4 GB Ultra320 SCSI HD each) I will be using this server to capture VHS video, encode, compress, cut, edit, make DVD's, rip... (0 Replies)
Discussion started by: Marcus Aurelius
0 Replies

4. Linux

Help Setting up Linux Raid Server

I just built a home computer with 3TB hard drives I wanted to set up in a RAID 5 and load Ubuntu server onto it. The first thing I did was set up the drives in a RAID 5 using just the motherboard chipset software to do it, so a 'hardware' RAID basically. I installed Windows first to see if... (2 Replies)
Discussion started by: lorewap3
2 Replies

5. Hardware

Raid 0 on database server

Hi guys. if we want to use SSD drives on a database server, can we use RAID 0 configuration because of their reliability? (3 Replies)
Discussion started by: majid.merkava
3 Replies

6. Hardware

Hardware RAID on Sun T2000 Server

Hi All I have a Sun T2000 server. Couple of years ago I had configured and mirrored the boot drive with an other drive using hardware RAID 1 using raidctl command. Following is the hardware RAID output. root@oracledatabaseserver / $ raidctl RAID Volume RAID RAID Disk... (0 Replies)
Discussion started by: Tirmazi
0 Replies

7. Shell Programming and Scripting

File transformation - what is most efficient method

I've done quite a bit of searching on this but cannot seem to find exactly what I'm looking for. Say I have a | delimited input file with 6 columns and I need to change the value of a few columns and create an output file. With my limited knowledge I can do this with many lines of code but want... (5 Replies)
Discussion started by: 1superdork
5 Replies

8. Red Hat

linux server with raid controller card

I am planning on building a fedora box with raid controller (database server). Is anybody done that ? also what kind of software do you need to backup and recover data. (1 Reply)
Discussion started by: amir07
1 Replies

9. Filesystems, Disks and Memory

Adding RAID to server

Hi, I have a server that I am adding a RAID that we purchased to. The server works fine. It is running Fedora 7 and is a Dell Precision 690. When the RAID is attached, it boots up and says the following: Controller Bus #00, Device#1F, Function#02: 00 Ports No device found AHCI BIOS not... (0 Replies)
Discussion started by: user23
0 Replies

10. Filesystems, Disks and Memory

2-Ch RAID Problem in SCO Open Server

Help, if possible. In SCO Open Server with installation of two-channel RAID controller the following happens: on the channel 0 disk array is seen by an operational system, and on the channel 1 array is not seen (simultaneously). That is the operational system can not simultaneously use more than... (1 Reply)
Discussion started by: pko60
1 Replies
Login or Register to Ask a Question