From owner-freebsd-questions@freebsd.org Sat Sep 2 14:30:07 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AB12E160A5 for ; Sat, 2 Sep 2017 14:30:07 +0000 (UTC) (envelope-from frank2@fjl.co.uk) Received: from bs1.fjl.org.uk (bs1.fjl.org.uk [84.45.41.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "bs1.fjl.org.uk", Issuer "bs1.fjl.org.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C549E64958 for ; Sat, 2 Sep 2017 14:30:06 +0000 (UTC) (envelope-from frank2@fjl.co.uk) Received: from [192.168.1.35] (host86-191-18-76.range86-191.btcentralplus.com [86.191.18.76]) (authenticated bits=0) by bs1.fjl.org.uk (8.14.4/8.14.4) with ESMTP id v82EU4b5089149 for ; Sat, 2 Sep 2017 15:30:04 +0100 (BST) (envelope-from frank2@fjl.co.uk) Subject: Re: Fun with HAST and inter-host connections To: freebsd-questions@freebsd.org References: <6cc75798-b7f2-b794-faec-8807616fd7f4@fjl.co.uk> <4199b174-63df-a6a8-6e8e-0e7330dd189f@laverenz.de> <20170901005054.66c13aa18da29aaaf8064836@yahoo.es> From: Frank Leonhardt Message-ID: Date: Sat, 2 Sep 2017 15:30:06 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170901005054.66c13aa18da29aaaf8064836@yahoo.es> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Sep 2017 14:30:07 -0000 On 31/08/2017 23:50, Eduardo Morras via freebsd-questions wrote: > On Thu, 31 Aug 2017 14:07:49 +0200 > Uwe Laverenz wrote: > >> Hi, >> >> Am 30.08.2017 um 23:40 schrieb Frank Leonhardt: >> >>> Thoughts anyone? In particular, is the USB 3.1 idea crazy? And is >>> anyone else crazy enough to be trying the same thing? >> 5) 1Gb ethernet and multipathing: use 2 or more interfaces for iSCSI. > 6) Use Dolphinic pci express cards (I'm not affiliated) (No BSD drivers). Allows interconnect 2 servers via raw Pci express or use a pci express router to add more. > > https://www.dolphinics.com https://www.dolphinics.com/products/PXH810.html Now that's something I didn't know about! Googling or a dealer with a price turns up nothing; I guess if you need you ask you can't afford it. Perhaps they'd lend me some :-) > 7) I developed a backup using sctp with cmt instead tcp. It used, all ethernet cards simultaneusly, converting sata3 in the bottleneck. > That sounds like the kind of hack I had in mind, but using USB 3.1 instead of Ethernet. Regards, Frank.