On Tue, 30 Sep 2003 13:06:49 -0400, Axel Schwenke wrote:
>
> But then this central storage will be your single point of failure. Not
> to mention the possible bottleneck.
>
Very true. However, my thinking on this is that even though it is,
technically, a single point of failure, it is also a single point of
backup. Instead of backing up 10-20 server I back up one and if something
bad does happen with that one central storage box then I just replace it
and re-load the data.
> NAS servers are more optimized. But some are just Linux boxes running
> kernel-nfsd and/or Samba. That need'nt be a problem. @Home my NFS server
> (Linux) is a PII @300MHz and reaches ~8MB/s in my 100MBit LAN.
>
Would the performance from a NAS be better than that of a Linux box
serving NFS? If so, would it be substantial? I have been having a hard
time finding _hard_ numbers on performance for NAS devices.
>
> I prefer webservers with local storage. At the moment I'm running 12
> servers. Content is distributed with rsync (over ssh) which is pretty
> fast and reliable. For comfort I wrote a Perl script that starts rsync
> with appropriate options in multiple child processes.
>
Agreed, this is certainly the best option. However, for us we have
several sites running on the web server that are continually updated,
meaning within the span of one minute we may have 100 things change on
the site, mostly images. Using rsync would be a huge nightmare for
someting like this. There is no way we could do it efficently, which is
why I'm thinking the central storage route.
If we ignore the single point of failure aspect for a moment and think of
the performance...
How much of a hit am I going to take serving content from an NFS export?
Currently everything is running on one box with U320 RAID 5. It is fast.
Am I going to see a noticable difference when I connect to the site and
view a page?
I know that is hard to figure out in true numbers, but I'm just trying to
figure out if I'm barking up the right tree or not.
Many thanks.
-- Orca<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: NFS vs NAS vs SAN for Apache?