From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-150686-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 39B8B1381F3
	for <garchives@archives.gentoo.org>; Sun, 15 Sep 2013 11:05:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 87F3AE0D08;
	Sun, 15 Sep 2013 11:05:06 +0000 (UTC)
Received: from mail-qa0-f50.google.com (mail-qa0-f50.google.com [209.85.216.50])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 865FDE0CDF
	for <gentoo-user@lists.gentoo.org>; Sun, 15 Sep 2013 11:05:05 +0000 (UTC)
Received: by mail-qa0-f50.google.com with SMTP id j7so475115qaq.9
        for <gentoo-user@lists.gentoo.org>; Sun, 15 Sep 2013 04:05:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        bh=sGew8PQk4wUBl74zsDZFOf4sdbl3jUIGJEYNTQzELP0=;
        b=cZJPczuG+nuz45dkGw3Zwnrj83vj3wWE8J7f/ITGu8oZ4CYMRYU/FxXoMcnPCS1po9
         ZffUy5BMf8Xl12LloPvJ4DL1WrgfeznhfoZrliqWiqsS84Mp6g6Lrp3o3mAxHfHuXiR2
         fcNQ+syDw93Kq7Bj+nYP62yLWAcZgiOMcM406spGgVUkd2qNq+4c4P+D7TzQTn7XquFl
         sc//frzBoxl7Hb1R86+dN8N5RrgplRAOtzOzWDAgthf+JWy3OfgoMxtIRq6FdvXGONSz
         IPIveDz+LDvrtXhzmt0pZqkZMlD/5la+G3ZlB3TGozkb12F/4nnjJGh2Fju10BEm+OcU
         7Big==
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
X-Received: by 10.224.135.196 with SMTP id o4mr7191129qat.46.1379243104745;
 Sun, 15 Sep 2013 04:05:04 -0700 (PDT)
Received: by 10.140.25.83 with HTTP; Sun, 15 Sep 2013 04:05:04 -0700 (PDT)
In-Reply-To: <523442BF.9050006@thegeezer.net>
References: <CAN0CFw0dkS=vCSXTPWyXDKOi=RVzKGEqXo56YiupvejfvJc1yQ@mail.gmail.com>
	<CAN0CFw2agKWRS2eBsPEx3sT9ML7HN96bu-tad58tYemZATgiUg@mail.gmail.com>
	<523442BF.9050006@thegeezer.net>
Date: Sun, 15 Sep 2013 04:05:04 -0700
Message-ID: <CAN0CFw3TLW8SYBqOxkZgpp0e5YYYAvALLadZrGCEWsMMi_hXkg@mail.gmail.com>
Subject: Re: [gentoo-user] Re: {OT} Need a new server
From: Grant <emailgrant@gmail.com>
To: Gentoo mailing list <gentoo-user@lists.gentoo.org>
Content-Type: text/plain; charset=ISO-8859-1
X-Archives-Salt: 180c48e1-9563-4eb8-917c-d88c01b4c1be
X-Archives-Hash: 8223b51b5f77de364067acd01f393377

>>> It's time to switch hosts.  I'm looking at the following:
>>>
>>> Dual Xeon E5-2690
>>> 32GB RAM
>>> 4x SSD RAID10
>> If I make this 6x SSD RAID10 with redundant power supplies, what is my
>> weakest link as far as hardware?  If a CPU craps out, will the system
>> keep running?
>>
>> - Grant
>>
> consider making the main memory ECC too and flick the correct switches
> in kernel to ensure ECC is monitored.
> no point in ensuring the data is resilient if the content is garbled.

Soft Layer does use ECC memory and I will make sure I'm monitoring it.

> and also consider what happens if the raid controller fails due to a
> popped capacitor five years from now
> will you still be able to get a like for like replacement ?
> bear in mind that you may have to keep the raid card firmware up to date
> in order to be compatible with newer cards
> of course, this is all relative to how long you stay with your host but
> you have to decide how much resilience you want to build in.

Can the RAID controller's firmware be updated in a running system?

> it's the mechanical parts of spinning rust or pseudo mechanical nand
> gate switching for SSD that will tend to fail,
> secondary to that in most places the PSU acts as a static cling with a
> dust blower attached, and any slight knock knocks the dust off causing a
> short circuit especially if any humidity is caught in the air
> also consider the fans blowing around the air inside the machine

That's great, I'm planning on 6xSSD RAID 10 and redundant power
supplies/feeds so I should be pretty well covered.

- Grant