From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from <gentoo-user+bounces-63933-garchives=archives.gentoo.org@gentoo.org>) id 1Hnfbr-0005fk-Qs for garchives@archives.gentoo.org; Mon, 14 May 2007 18:49:28 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l4EIm6wV012742; Mon, 14 May 2007 18:48:06 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l4EIguxp006827 for <gentoo-user@lists.gentoo.org>; Mon, 14 May 2007 18:42:57 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id A6043651F3 for <gentoo-user@lists.gentoo.org>; Mon, 14 May 2007 18:42:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -0.586 X-Spam-Level: X-Spam-Status: No, score=-0.586 required=5.5 tests=[AWL=-1.229, HTML_00_10=0.642, HTML_MESSAGE=0.001] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2H64Gcl3xcZ1 for <gentoo-user@lists.gentoo.org>; Mon, 14 May 2007 18:42:55 +0000 (UTC) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.224]) by smtp.gentoo.org (Postfix) with ESMTP id C36C364B13 for <gentoo-user@gentoo.org>; Mon, 14 May 2007 18:42:51 +0000 (UTC) Received: by nz-out-0506.google.com with SMTP id z3so1126428nzf for <gentoo-user@gentoo.org>; Mon, 14 May 2007 11:42:51 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=QpioVMURz53lQRNgUkDX2R/wuLQt6wC1Tl0tCDmdGlVr1L1UK0HH6mWpDcUhOp85o3gmBklDkNWOGwp/R6eFLeXAV0laQbdAWkUF5dLuvTpnBu11MVU5QrUFy27scRUrKX35ukFk8DqLnvqy1/AMCOJswigIjSr4biH19W3JtaA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=sJk6p156g8EpqxJ/YBQDyXKdtFINqQpgmUA0SrTm1Apn+FSYoTYoGOMnOvNULOhDAOQ3+SgmwtHoIwCRgD4+sn4a5oA7ASAIrYIIR1Cv4EZF02hLij4TQfHVn2QQJSqdwRuc+4sllWOT4x5jw5WoeUr54HUq6ApdjcnGbn7GX0Y= Received: by 10.115.58.1 with SMTP id l1mr1099761wak.1179168170836; Mon, 14 May 2007 11:42:50 -0700 (PDT) Received: by 10.114.169.7 with HTTP; Mon, 14 May 2007 11:42:45 -0700 (PDT) Message-ID: <8a0c7af10705141142u5a251a8fkfe90723e7952337e@mail.gmail.com> Date: Mon, 14 May 2007 15:42:45 -0300 From: "Daniel van Ham Colchete" <daniel.colchete@gmail.com> To: gentoo-user@lists.gentoo.org, gentoo-cluster@lists.gentoo.org Subject: [gentoo-user] Remote administration of a server Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_220716_31335505.1179168165696" X-Archives-Salt: 7f02f8d3-d723-4357-8a1f-54568ecf9a5d X-Archives-Hash: d1787ffaf726463b89ec5ab2851c8363 ------=_Part_220716_31335505.1179168165696 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello yall, first, this is a kind of "half-topic" issue, but I'll be using Gentoo and the matter is on the interest of this list. I'll be building a Gentoo Cluster soon in a datacenter 6000 miles (9600 km) away from me... This project has to be as cost efficient as possible. A lot of research was made in this heading: the best cost effective solution. Everything I'll be redundant and scalable. Somethings have three levels of fail safeness (like my storage). So everything can fail. Every single item on the cluster can fail and my service will still be online. Right now I'm concerned with how I'm going to fix software problems when they arrive. I'm thinking about a situation where I have a kernel panic or when the Linux won't boot for any reason (incorrect kernel upgrade, hard drive failure, etc...). To solve this, I'm seeing 2 options right now. The first would be buying a KVM-over-IP unit. But, a KVM-over-IP unit with the number of ports I need is expensive, almost as expensive as the servers it will be connected. The second option would be having another server acting as a USB Guest. This usb-guest-server would be connected to every other server through a USB cable and would be seen as a pen drive with a Gentoo rescue disk inside. Them, if something goes wrong, I can activate the virtual pen drive, remotely reboot the troubled server and it will boot the pen drive. There is a howto about this at http://www.linux-usb.org/gadget/file_storage.html. But I can't find the necessary hardware to do this. Has anyone been able to do anything like this? Thinking about other options, does anyone have any other tip for me? Am I going in the right direction? For the obvious answer: I know it's better to be closer to the datacenter, but that's not an option for me right now and I know I'll have a remote-hands service, but it can be very time inefficient sometimes and I'm trying to avoid it as much as possible. Thank you all. Best regards, Daniel Colchete ------=_Part_220716_31335505.1179168165696 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello yall,<br><br>first, this is a kind of "half-topic" issue, but I'll be using Gentoo and the matter is on the interest of this list.<br><br>I'll be building a Gentoo Cluster soon in a datacenter 6000 miles (9600 km) away from me... This project has to be as cost efficient as possible. A lot of research was made in this heading: the best cost effective solution. <br><br>Everything I'll be redundant and scalable. Somethings have three levels of fail safeness (like my storage). So everything can fail. Every single item on the cluster can fail and my service will still be online. <br><br>Right now I'm concerned with how I'm going to fix software problems when they arrive. I'm thinking about a situation where I have a kernel panic or when the Linux won't boot for any reason (incorrect kernel upgrade, hard drive failure, etc...). <br><br>To solve this, I'm seeing 2 options right now. The first would be buying a KVM-over-IP unit. But, a KVM-over-IP unit with the number of ports I need is expensive, almost as expensive as the servers it will be connected. <br><br>The second option would be having another server acting as a USB Guest. This usb-guest-server would be connected to every other server through a USB cable and would be seen as a pen drive with a Gentoo rescue disk inside. Them, if something goes wrong, I can activate the virtual pen drive, remotely reboot the troubled server and it will boot the pen drive. There is a howto about this at <a href="http://www.linux-usb.org/gadget/file_storage.html"> http://www.linux-usb.org/gadget/file_storage.html</a>. But I can't find the necessary hardware to do this. Has anyone been able to do anything like this?<br><br>Thinking about other options, does anyone have any other tip for me? Am I going in the right direction? For the obvious answer: I know it's better to be closer to the datacenter, but that's not an option for me right now and I know I'll have a remote-hands service, but it can be very time inefficient sometimes and I'm trying to avoid it as much as possible. <br><br>Thank you all.<br><br>Best regards,<br>Daniel Colchete<br> ------=_Part_220716_31335505.1179168165696-- -- gentoo-user@gentoo.org mailing list