From owner-freebsd-hardware@FreeBSD.ORG Sun Mar 28 00:26:23 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A23111065686 for ; Sun, 28 Mar 2010 00:26:23 +0000 (UTC) (envelope-from agh@coolrhaug.com) Received: from mail5.qnetau.com (mail5.qnetau.com [202.146.209.190]) by mx1.freebsd.org (Postfix) with ESMTP id A4A518FC14 for ; Sun, 28 Mar 2010 00:26:22 +0000 (UTC) Received: (qmail 7096 invoked by uid 399); 28 Mar 2010 00:26:20 -0000 Received: from unknown (HELO madcat.localnet) (203.59.9.21) by mail5.qnetau.com with ESMTPM; 28 Mar 2010 00:26:20 -0000 X-Originating-IP: 203.59.9.21 From: Alastair Hogge To: John Baldwin Date: Sun, 28 Mar 2010 08:26:19 +0800 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.5; i386; ; ) References: <201002212231.12018.agh@coolrhaug.com> <201003162122.28370.agh@coolrhaug.com> <201003171123.03817.jhb@freebsd.org> In-Reply-To: <201003171123.03817.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201003280826.19914.agh@coolrhaug.com> Cc: kochetkov.andrew@gmail.com, Randy Chou , freebsd-hardware@freebsd.org Subject: Re: Intel DP45SG motherboard problem (amd64) X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: agh@coolrhaug.com List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2010 00:26:23 -0000 On Wed March 17 2010 23:23:03 John Baldwin wrote: > On Tuesday 16 March 2010 9:22:28 am Alastair Hogge wrote: > > On Tue March 2 2010 00:54:00 John Baldwin wrote: > > > This would not change acpidump output, just the kernel. Are you able > > > to capture the boot messages with this kernel? > > > > Full log: > > http://codepad.org/96PT5OO8 > > Oh! ACPI is working, but the MADT is not so it's trying to mix and match > mptable (for SMP) with ACPI. Odd that you didn't get a warning message > about the checksum failing from boot -v. Try this patch: > > Index: amd64/acpica/acpi_machdep.c > =================================================================== > --- amd64/acpica/acpi_machdep.c (revision 205249) > +++ amd64/acpica/acpi_machdep.c (working copy) > @@ -627,8 +627,10 @@ > if (ACPI_FAILURE(AcpiTbChecksum(table, length))) { > if (bootverbose) > printf("ACPI: Failed checksum for table %s\n", sig); > +#if (ACPI_CHECKSUM_ABORT) > table_unmap(table, length); > return (NULL); > +#endif > } > return (table); > } > Index: i386/acpica/acpi_machdep.c > =================================================================== > --- i386/acpica/acpi_machdep.c (revision 205249) > +++ i386/acpica/acpi_machdep.c (working copy) > @@ -641,8 +641,10 @@ > if (ACPI_FAILURE(AcpiTbChecksum(table, length))) { > if (bootverbose) > printf("ACPI: Failed checksum for table %s\n", sig); > +#if (ACPI_CHECKSUM_ABORT) > table_unmap(table, length); > return (NULL); > +#endif > } > return (table); > } > OK, I've applied the patch to my i386 system & there doesn't appear to be problems so far. I also created an amd64 bootonly CD with the patch & was able to boot into sysinstall :-) [dcons connected] lapic: Divisor 2, Frequency 166664803 Hz ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 59 Timecounter "TSC" frequency 2833301532 Hz quality -100 Timecounters tick every 1.000 msec vlan: initialized, using hash tables with chaining lo0: bpf attached hptrr: no controller detected. ata2: Identifying devices: 00000001 ata2: New devices: 00000001 firewire0: 2 nodes, maxhop <= 1 cable IRM irm(1) (me) firewire0: bus manager 1 md0: Preloaded image 4194304 bytes at 0xffffffff8104f9f8 usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 480Mbps High Speed USB v2.0 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 12Mbps Full Speed USB v1.0 usbus6: 12Mbps Full Speed USB v1.0 usbus7: 480Mbps High Speed USB v2.0 ata2-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad4: setting UDMA100 ad4: 286188MB at ata2-master UDMA100 SATA 3Gb/s ad4: 586114704 sectors [581463C/16H/63S] 16 sectors/interrupt 1 depth queue GEOM: new disk ad4 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 ugen2.1: at usbus2 uhub2: on usbus2 ugen3.1: at usbus3 uhub3: on usbus3 ugen4.1: at usbus4 uhub4: on usbus4 ugen5.1: at usbus5 uhub5: on usbus5 ugen6.1: at usbus6 uhub6: on usbus6 ugen7.1: at usbus7 uhub7: on usbus7 ad4: Intel check1 failed ad4: Adaptec check1 failed ad4: LSI (v3) check1 failed ad4: LSI (v2) check1 failed ad4: FreeBSD check1 failed ata3: Identifying devices: 00000001 ata3: New devices: 00000001 ata3-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad6: setting UDMA100 ad6: 476940MB at ata3-master UDMA100 SATA 3Gb/s ad6: 976773168 sectors [969021C/16H/63S] 16 sectors/interrupt 1 depth queue ad6: Intel check1 failed ad6: Adaptec check1 failed ad6: LSI (v3) check1 failed ad6: LSI (v2) check1 failed ad6: FreeBSD check1 failed ata4: Identifying devices: 00000001 ata4: New devices: 00000001 ata4-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad8: setting UDMA100 ad8: 114473MB at ata4-master UDMA100 SATA 1.5Gb/s ad8: 234441648 sectors [232581C/16H/63S] 16 sectors/interrupt 1 depth queue ad8: Intel check1 failed ad8: Adaptec check1 failed ad8: LSI (v3) check1 failed ad8: LSI (v2) check1 failed ad8: FreeBSD check1 failed ata5: Identifying devices: 00000000 ata5: New devices: 00000000 ata6: Identifying devices: 00000001 ata6: New devices: 00000001 ata6-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad12: setting UDMA100 ad12: 476940MB at ata6-master UDMA100 SATA 3Gb/s ad12: 976773168 sectors [969021C/16H/63S] 16 sectors/interrupt 1 depth queue ad12: Intel check1 failed ad12: Adaptec check1 failed ad12: LSI (v3) check1 failed ad12: LSI (v2) check1 failed ad12: FreeBSD check1 failed ata7: Identifying devices: 00010000 ata7: New devices: 00010000 ata7-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=40 wire acd0: setting UDMA100 ata7: device_reset timeout=230us acd0: DVDR drive at ata7 as master acd0: read 8269KB/s (8269KB/s) write 8269KB/s (8269KB/s), 2048KB buffer, UDMA100 SATA 1.5Gb/s acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: CDR, CDRW, DVDR, DVDRAM, test write, burnproof acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: CD-ROM 120mm data disc GEOM: new disk ad6 GEOM: new disk ad8 GEOM: new disk ad12 firewire0: New S400 device ID:00902700022b34b9 uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered uhub5: 2 ports with 2 removable, self powered uhub6: 2 ports with 2 removable, self powered uhub3: 6 ports with 6 removable, self powered uhub7: 6 ports with 6 removable, self powered ugen0.2: at usbus0 uhub8: on usbus0 (probe1:sbp0:0:1:0): Error 22, Unretryable error (probe2:sbp0:0:2:0): Error 22, Unretryable error (probe3:sbp0:0:3:0): Error 22, Unretryable error (probe0:sbp0:0:0:0): Error 22, Unretryable error (probe4:sbp0:0:4:0): Error 22, Unretryable error (probe5:sbp0:0:5:0): Error 22, Unretryable error (probe6:sbp0:0:6:0): Error 22, Unretryable error ATA PseudoRAID loaded SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x01000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010400 SMP: AP CPU #3 Launched! cpu3 AP: ID: 0x03000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010400 SMP: AP CPU #2 Launched! cpu2 AP: ID: 0x02000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010400 ioapic0: routing intpin 3 (ISA fIlRoQw t3a)b lteo cllaepaince r1 svteacrttoerd 4 8 ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 2 vector 48 ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 3 vector 48 ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 1 vector 49 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 2 vector 49 ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 3 vector 49 ioapic0: routing intpin 21 (PCI IRQ 21) to lapic 1 vector 50 ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 2 vector 50 msi: Assigning MSI IRQ 256 to local APIC 3 vector 50 WARNING: WITNESS option enabled, expect reduced performance. ugen1.2: at usbus1 ukbd0: on usbus1 kbd2 at ukbd0 kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000 ums0: on usbus1 uhub8: 4 ports with 4 removable, self powered ugen0.3: at usbus0 ums1: on usbus0 ums1: 7 buttons and [XYZ] coordinates ID=2 acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x05 acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x05 Trying to mount root from ufs:/dev/md0 ct_to_ts([2010-03-28 08:05:57]) = 1269763557.000000000 start_init: trying /sbin/init start_init: trying /sbin/oinit start_init: trying /sbin/init.bak start_init: trying /rescue/init start_init: trying /stand/sysinstall Thanks for the help John & *, any chance this will get committed? From owner-freebsd-hardware@FreeBSD.ORG Sun Mar 28 22:37:37 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D97C21065677 for ; Sun, 28 Mar 2010 22:37:37 +0000 (UTC) (envelope-from s-qJs93ZP6lLrJhdwXBi4cxTeUuL8tzGrILDscWFMWP2kjKVFfAK5WUM@bounce.linkedin.com) Received: from mail14-a-ad.linkedin.com (mail14-a-ad.linkedin.com [208.111.169.136]) by mx1.freebsd.org (Postfix) with ESMTP id 9909D8FC18 for ; Sun, 28 Mar 2010 22:37:37 +0000 (UTC) DomainKey-Signature: s=prod; d=linkedin.com; c=nofws; q=dns; h=Sender:Date:From:To:Message-ID:Subject:MIME-Version: Content-Type:X-LinkedIn-fbl; b=nIUmHS5n7ROY7UdkY98/cQdU+VxiRAQm7o4/KIWoHrEuQfSOH62EBq9Q /GcyOpjqKvvnmP+GmSnZgH5X+qZbb7eJ0p3QwCQSSNX+flWeuz4UtcMxz plufcpDMAXC8n/n; DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=linkedin.com; i=invitations@linkedin.com; q=dns/txt; s=proddkim; t=1269815857; x=1301351857; h=from:sender:reply-to:subject:date:message-id:to:cc: mime-version:content-transfer-encoding:content-id: content-description:resent-date:resent-from:resent-sender: resent-to:resent-cc:resent-message-id:in-reply-to: references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:list-owner:list-archive; z=From:=20"Douglas=20D.=20J.=20de=20Macedo=20(LinkedIn=20I nvitations)"=20|Sender:=20messa ges-noreply@bounce.linkedin.com|Subject:=20Reminder=20abo ut=20your=20invitation=20from=20Douglas=20D.=20J.=20de=20 Macedo|Date:=20Sun,=2028=20Mar=202010=2015:09:08=20-0700 =20(PDT)|Message-ID:=20<741951734.5185065.1269814148031.J avaMail.app@ech3-cdn09.prod>|To:=20=20|MIME-Version:=201.0; bh=HHgPmlDeAT6LjofpmY7lr/8NQJwgUeIR8h7VDHIN41M=; b=Owepets/wBo1OjdufuHFWGWjhYDE6OEausy/AInE2/wGDZ04dX9ZneMb WFcKLqMiQL9BzRfceb6vENDecBWE8IdSlha8Hxv7M09Lo07vxHFgMXolh mG/eNzfEQW55Raw; Sender: messages-noreply@bounce.linkedin.com Date: Sun, 28 Mar 2010 15:09:08 -0700 (PDT) From: "Douglas D. J. de Macedo (LinkedIn Invitations)" To: Message-ID: <741951734.5185065.1269814148031.JavaMail.app@ech3-cdn09.prod> MIME-Version: 1.0 X-LinkedIn-fbl: qJs93ZP6lLrJhdwXBi4cxTeUuL8tzGrILDscWFMWP2kjKVFfAK5WUM Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Reminder about your invitation from Douglas D. J. de Macedo X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2010 22:37:37 -0000 LinkedIn ------------ This is a reminder that on March 20, Douglas D. J. de Macedo sent you an invitation to become part of his or her professional network at LinkedIn. Follow this link to accept Douglas D. J. de Macedo's invitation. https://www.linkedin.com/e/doi/1162436066/dVRAxQ5l/gir_26679596_0/EML-inv_17_rem/ Signing up is free and takes less than a minute. On March 20, Douglas D. J. de Macedo wrote: > To: [freebsd-hardware@freebsd.org] > From: Douglas D. J. de Macedo [macedo@inf.ufsc.br] > Subject: Douglas D. J. de Macedo wants to stay in touch on LinkedIn > > I'd like to add you to my professional network on LinkedIn. > > - Douglas D. J. de Macedo The only way to get access to Douglas D. J. de Macedo's professional network on LinkedIn is through the following link: https://www.linkedin.com/e/doi/1162436066/dVRAxQ5l/gir_26679596_0/EML-inv_17_rem/ You can remove yourself from Douglas D. J. de Macedo's network at any time. -------------- ------ (c) 2010, LinkedIn Corporation From owner-freebsd-hardware@FreeBSD.ORG Mon Mar 29 14:22:34 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAF04106566B for ; Mon, 29 Mar 2010 14:22:34 +0000 (UTC) (envelope-from comp.john@googlemail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id 734178FC18 for ; Mon, 29 Mar 2010 14:22:34 +0000 (UTC) Received: by bwz8 with SMTP id 8so4826174bwz.3 for ; Mon, 29 Mar 2010 07:22:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=tywp7fnL2sspa0LVAYCwEQJ+jlC+SbDs251rpo5HJCY=; b=mjf1RJKCfoYSCRj8W6/CshDMz9JIxEcjgJVYlgWlYyMZdzw6ZOcittCCT8H/WhvvPe SlGizfIuydtmqTZbRYpZqLIj83ouSJlLuXCwTtilu4AwpGcSC+eR3m30kIYFaBxYasoG C9b3LaCOz8jTSoGZyAEIn+gULm4zcdkH4qEgA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=KvfLZ5H+OwMLV0Q5oUbIpzlvDPM7WdBcxXvcEkgFtg7nXGyp3KZLQK01m5QFCyII2v oRmcUzW6Alug6nYoTT6nubLxQgV48DGairb/Aq+B0czCrK/V5jwTDTmWssYeLIHWstc4 HKQohpv234Zk6vBAcbFX0/brVwHPgMpvd/QxU= Received: by 10.204.144.130 with SMTP id z2mr3273551bku.55.1269870982054; Mon, 29 Mar 2010 06:56:22 -0700 (PDT) Received: from potato (potato.growveg.org [62.49.247.163]) by mx.google.com with ESMTPS id a11sm38443940bkc.21.2010.03.29.06.56.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 29 Mar 2010 06:56:20 -0700 (PDT) Date: Mon, 29 Mar 2010 14:53:40 +0100 From: John To: freebsd-hardware@freebsd.org Message-ID: <20100329135340.GA85635@potato> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@freebsd.org Subject: freebsd-8 support for dell R710 SATA raid-0 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2010 14:22:35 -0000 Hello list I've run into a bit of an impasse with freebsd8 nd dell R710 server. Basically it has 3x 2TB disks (SATA) connected to a LSI card (on the order it is referred to as SAS6IR/PERC H200). I make the virtual disk on the SATA card (raid0 gives about 5.4Tb) but freebsd, after sysinstall loads and I set the timezone and keyboard, won't see the disk. I am accessing the server remotely via IDRAC6. This means I have a great deal of difficulty grabbing the console with alt-f2 on bootup. I have the feeling that maybe I have to pass a parameter to freebsd boot to make it see the virtual disk. Is this the cade? Or is the card just pants? Or is it not possible to boot over 2Tb? Or perhaps I need to boot a running system from a SD card, and then make the virtual disk? Or is it a sysinstall issue? Or a card issue? Freebsd sees the card (at least freebsd-9 did) but not the disk (same as freebsd-8) FWIW CentOS won't see it either. Please help! -- John - comp dot john at googlemail dot com OpenBSD firewall | FreeBSD desktop | Ubuntu Karmic laptop GPG: 0xF08A33C5 From owner-freebsd-hardware@FreeBSD.ORG Mon Mar 29 14:46:13 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C3981065670 for ; Mon, 29 Mar 2010 14:46:13 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-qy0-f195.google.com (mail-qy0-f195.google.com [209.85.221.195]) by mx1.freebsd.org (Postfix) with ESMTP id 428F18FC13 for ; Mon, 29 Mar 2010 14:46:12 +0000 (UTC) Received: by qyk33 with SMTP id 33so7366785qyk.28 for ; Mon, 29 Mar 2010 07:46:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=nxF1jrvG7/Tg9C/T9bqE/Icvzn0hELrkmVbdA7C8ihE=; b=miCoLD33S/YswUQjSPfyzb1W5EOU/2pKzvzUB1KL9Vt/L2n9DILnLrb/mOSd6wK3Mf I/5B6a8gEc8MISDrt+HVlMwXXxuKot+/sBeEqjtG0Ybx86SrEzjmEWVU2fep0c24108n z/+LzwKjVhZe9E8luC4tB/w8zyscl9OW2eyVI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Q6iqM2DeporiAhMmqYpvrrv3s3tFQkDL524e7oU6g3oet65BBHYJL4CW62L+fJzlFk rS2lOVxN2NaGdveSEaT1rUEM2Xj7eQP/ln0n0ge/fyaTNm10ek72HaeYD+n0bc9ebVuR dhPKH051uK0aGIT2woCUn25UffyuevTG895i4= MIME-Version: 1.0 Received: by 10.229.82.14 with HTTP; Mon, 29 Mar 2010 07:39:58 -0700 (PDT) In-Reply-To: <6201873e1003290731x148a2415q5113feb8a0479d4b@mail.gmail.com> References: <20100329135340.GA85635@potato> <6201873e1003290731x148a2415q5113feb8a0479d4b@mail.gmail.com> Date: Mon, 29 Mar 2010 08:39:58 -0600 Received: by 10.229.222.82 with SMTP id if18mr3383248qcb.65.1269873598303; Mon, 29 Mar 2010 07:39:58 -0700 (PDT) Message-ID: <6201873e1003290739t588ae242gef92d14e9d889749@mail.gmail.com> From: Adam Vande More To: John Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: freebsd-8 support for dell R710 SATA raid-0 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2010 14:46:13 -0000 On Mon, Mar 29, 2010 at 8:31 AM, Adam Vande More wrote: > >> FWIW CentOS won't see it either. Please help! >> > > > You'll need to use GPT partition instead of MBR if you're trying to boot > with a size > TB. AKAIK, sysinstall doesn't support this, requiring a more > "hands on" installation. > > If you haven't considered it, it may be worthwhile to use ZFS. In that > scenario, you'd want to the controller to present the disks as JBOD and use > RAIDZ. Once again, sysinstall doesn't support this, but there are some good > FreeBSD wiki articles on it. > Opps, didn't read the RAID-0 bit, still try the GPT stuff, the 2TB MBR is a hard limit. gstripe(8) would also be an option. With you're RAID-0, were you looking of for read or write speed? You can still use RAIDZ and outperform a straight stripe in most workloads if you make use of an ssd based L2ARC and a ZIL for read and writes respectively. -- Adam Vande More From owner-freebsd-hardware@FreeBSD.ORG Mon Mar 29 14:57:58 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27ECF106564A for ; Mon, 29 Mar 2010 14:57:58 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-qy0-f195.google.com (mail-qy0-f195.google.com [209.85.221.195]) by mx1.freebsd.org (Postfix) with ESMTP id D31858FC18 for ; Mon, 29 Mar 2010 14:57:57 +0000 (UTC) Received: by qyk33 with SMTP id 33so7378649qyk.28 for ; Mon, 29 Mar 2010 07:57:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=R/AaXjhgsDZPtFgq4K/U7MuWAzcCQ8eqFySovuE2Nn8=; b=nqHKu3HLYx4DbgrK6ktxB8XxqgS4Gl1dsuxRwoHV88c9PMiOSExnenGk/ZF6ilsYqz xOBSWRWUeXP7UsV7/5fRqc2rB+56CLBEJfLMyRxfz9GXtMsdsFWlO6UWBNIuME+PR5eZ YUllmI+tipdxo11QCOK+0QS4BtBex4Errq1hc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=PkreBsnyKtQxpAa55u4Y9N7XH2PmyR9ByG/TV+lTGDdWZh1IDmwQuR9Mvd0/D013ov /WQXMt22KGcFgBVAET06gw3hXPIOm6F6t7B01rDOR+qR1jQjWTSuB+TzSgHZ7Sf6HPeP n9nE8gRqyy2U0gbPb/LrDuix7IH9ZklX7Rc+0= MIME-Version: 1.0 Received: by 10.229.82.14 with HTTP; Mon, 29 Mar 2010 07:31:59 -0700 (PDT) In-Reply-To: <20100329135340.GA85635@potato> References: <20100329135340.GA85635@potato> Date: Mon, 29 Mar 2010 08:31:59 -0600 Received: by 10.229.227.5 with SMTP id iy5mr3452528qcb.29.1269873119959; Mon, 29 Mar 2010 07:31:59 -0700 (PDT) Message-ID: <6201873e1003290731x148a2415q5113feb8a0479d4b@mail.gmail.com> From: Adam Vande More To: John Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: freebsd-8 support for dell R710 SATA raid-0 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2010 14:57:58 -0000 On Mon, Mar 29, 2010 at 7:53 AM, John wrote: > Hello list > > I've run into a bit of an impasse with freebsd8 nd dell R710 server. > Basically it has 3x 2TB disks (SATA) connected to a LSI card (on the > order it is referred to as SAS6IR/PERC H200). I make the virtual disk on > the SATA card (raid0 gives about 5.4Tb) but freebsd, after sysinstall > loads and I set the timezone and keyboard, won't see the disk. > > I am accessing the server remotely via IDRAC6. This means I have a great > deal of difficulty grabbing the console with alt-f2 on bootup. > > I have the feeling that maybe I have to pass a parameter to freebsd boot > to make it see the virtual disk. Is this the cade? Or is the card just > pants? Or is it not possible to boot over 2Tb? Or perhaps I need to boot > a running system from a SD card, and then make the virtual disk? > > Or is it a sysinstall issue? Or a card issue? Freebsd sees the card (at > least freebsd-9 did) but not the disk (same as freebsd-8) > > FWIW CentOS won't see it either. Please help! > You'll need to use GPT partition instead of MBR if you're trying to boot with a size > TB. AKAIK, sysinstall doesn't support this, requiring a more "hands on" installation. If you haven't considered it, it may be worthwhile to use ZFS. In that scenario, you'd want to the controller to present the disks as JBOD and use RAIDZ. Once again, sysinstall doesn't support this, but there are some good FreeBSD wiki articles on it. -- Adam Vande More From owner-freebsd-hardware@FreeBSD.ORG Mon Mar 29 16:16:44 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B719C106564A for ; Mon, 29 Mar 2010 16:16:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 766CB8FC0A for ; Mon, 29 Mar 2010 16:16:44 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id E718A46BA7; Mon, 29 Mar 2010 12:16:43 -0400 (EDT) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id AACAC8A01F; Mon, 29 Mar 2010 12:16:42 -0400 (EDT) From: John Baldwin To: agh@coolrhaug.com Date: Mon, 29 Mar 2010 12:02:16 -0400 User-Agent: KMail/1.12.1 (FreeBSD/7.3-CBSD-20100217; KDE/4.3.1; amd64; ; ) References: <201002212231.12018.agh@coolrhaug.com> <201003171123.03817.jhb@freebsd.org> <201003280826.19914.agh@coolrhaug.com> In-Reply-To: <201003280826.19914.agh@coolrhaug.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201003291202.16104.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Mon, 29 Mar 2010 12:16:42 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.7 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: kochetkov.andrew@gmail.com, Randy Chou , freebsd-hardware@freebsd.org Subject: Re: Intel DP45SG motherboard problem (amd64) X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2010 16:16:44 -0000 On Saturday 27 March 2010 8:26:19 pm Alastair Hogge wrote: > On Wed March 17 2010 23:23:03 John Baldwin wrote: > > On Tuesday 16 March 2010 9:22:28 am Alastair Hogge wrote: > > > On Tue March 2 2010 00:54:00 John Baldwin wrote: > > > > This would not change acpidump output, just the kernel. Are you able > > > > to capture the boot messages with this kernel? > > > > > > Full log: > > > http://codepad.org/96PT5OO8 > > > > Oh! ACPI is working, but the MADT is not so it's trying to mix and match > > mptable (for SMP) with ACPI. Odd that you didn't get a warning message > > about the checksum failing from boot -v. Try this patch: > > > > Index: amd64/acpica/acpi_machdep.c > > =================================================================== > > --- amd64/acpica/acpi_machdep.c (revision 205249) > > +++ amd64/acpica/acpi_machdep.c (working copy) > > @@ -627,8 +627,10 @@ > > if (ACPI_FAILURE(AcpiTbChecksum(table, length))) { > > if (bootverbose) > > printf("ACPI: Failed checksum for table %s\n", sig); > > +#if (ACPI_CHECKSUM_ABORT) > > table_unmap(table, length); > > return (NULL); > > +#endif > > } > > return (table); > > } > > Index: i386/acpica/acpi_machdep.c > > =================================================================== > > --- i386/acpica/acpi_machdep.c (revision 205249) > > +++ i386/acpica/acpi_machdep.c (working copy) > > @@ -641,8 +641,10 @@ > > if (ACPI_FAILURE(AcpiTbChecksum(table, length))) { > > if (bootverbose) > > printf("ACPI: Failed checksum for table %s\n", sig); > > +#if (ACPI_CHECKSUM_ABORT) > > table_unmap(table, length); > > return (NULL); > > +#endif > > } > > return (table); > > } > > > OK, I've applied the patch to my i386 system & there doesn't appear to be > problems so far. > > I also created an amd64 bootonly CD with the patch & was able to boot into > sysinstall :-) > > [dcons connected] > lapic: Divisor 2, Frequency 166664803 Hz > ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 59 > Timecounter "TSC" frequency 2833301532 Hz quality -100 > Timecounters tick every 1.000 msec > vlan: initialized, using hash tables with chaining > lo0: bpf attached > hptrr: no controller detected. > ata2: Identifying devices: 00000001 > ata2: New devices: 00000001 > firewire0: 2 nodes, maxhop <= 1 cable IRM irm(1) (me) > firewire0: bus manager 1 > md0: Preloaded image 4194304 bytes at 0xffffffff8104f9f8 > usbus0: 12Mbps Full Speed USB v1.0 > usbus1: 12Mbps Full Speed USB v1.0 > usbus2: 12Mbps Full Speed USB v1.0 > usbus3: 480Mbps High Speed USB v2.0 > usbus4: 12Mbps Full Speed USB v1.0 > usbus5: 12Mbps Full Speed USB v1.0 > usbus6: 12Mbps Full Speed USB v1.0 > usbus7: 480Mbps High Speed USB v2.0 > ata2-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire > ad4: setting UDMA100 > ad4: 286188MB at ata2-master UDMA100 SATA 3Gb/s > ad4: 586114704 sectors [581463C/16H/63S] 16 sectors/interrupt 1 depth queue > GEOM: new disk ad4 > ugen0.1: at usbus0 > uhub0: on usbus0 > ugen1.1: at usbus1 > uhub1: on usbus1 > ugen2.1: at usbus2 > uhub2: on usbus2 > ugen3.1: at usbus3 > uhub3: on usbus3 > ugen4.1: at usbus4 > uhub4: on usbus4 > ugen5.1: at usbus5 > uhub5: on usbus5 > ugen6.1: at usbus6 > uhub6: on usbus6 > ugen7.1: at usbus7 > uhub7: on usbus7 > ad4: Intel check1 failed > ad4: Adaptec check1 failed > ad4: LSI (v3) check1 failed > ad4: LSI (v2) check1 failed > ad4: FreeBSD check1 failed > ata3: Identifying devices: 00000001 > ata3: New devices: 00000001 > ata3-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire > ad6: setting UDMA100 > ad6: 476940MB at ata3-master UDMA100 SATA 3Gb/s > ad6: 976773168 sectors [969021C/16H/63S] 16 sectors/interrupt 1 depth queue > ad6: Intel check1 failed > ad6: Adaptec check1 failed > ad6: LSI (v3) check1 failed > ad6: LSI (v2) check1 failed > ad6: FreeBSD check1 failed > ata4: Identifying devices: 00000001 > ata4: New devices: 00000001 > ata4-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire > ad8: setting UDMA100 > ad8: 114473MB at ata4-master UDMA100 SATA 1.5Gb/s > ad8: 234441648 sectors [232581C/16H/63S] 16 sectors/interrupt 1 depth queue > ad8: Intel check1 failed > ad8: Adaptec check1 failed > ad8: LSI (v3) check1 failed > ad8: LSI (v2) check1 failed > ad8: FreeBSD check1 failed > ata5: Identifying devices: 00000000 > ata5: New devices: 00000000 > ata6: Identifying devices: 00000001 > ata6: New devices: 00000001 > ata6-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire > ad12: setting UDMA100 > ad12: 476940MB at ata6-master UDMA100 SATA 3Gb/s > ad12: 976773168 sectors [969021C/16H/63S] 16 sectors/interrupt 1 depth queue > ad12: Intel check1 failed > ad12: Adaptec check1 failed > ad12: LSI (v3) check1 failed > ad12: LSI (v2) check1 failed > ad12: FreeBSD check1 failed > ata7: Identifying devices: 00010000 > ata7: New devices: 00010000 > ata7-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=40 wire > acd0: setting UDMA100 > ata7: device_reset timeout=230us > acd0: DVDR drive at ata7 as master > acd0: read 8269KB/s (8269KB/s) write 8269KB/s (8269KB/s), 2048KB buffer, > UDMA100 SATA 1.5Gb/s > acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet > acd0: Writes: CDR, CDRW, DVDR, DVDRAM, test write, burnproof > acd0: Audio: play, 256 volume levels > acd0: Mechanism: ejectable tray, unlocked > acd0: Medium: CD-ROM 120mm data disc > GEOM: new disk ad6 > GEOM: new disk ad8 > GEOM: new disk ad12 > firewire0: New S400 device ID:00902700022b34b9 > uhub0: 2 ports with 2 removable, self powered > uhub1: 2 ports with 2 removable, self powered > uhub2: 2 ports with 2 removable, self powered > uhub4: 2 ports with 2 removable, self powered > uhub5: 2 ports with 2 removable, self powered > uhub6: 2 ports with 2 removable, self powered > uhub3: 6 ports with 6 removable, self powered > uhub7: 6 ports with 6 removable, self powered > ugen0.2: at usbus0 > uhub8: on usbus0 > (probe1:sbp0:0:1:0): Error 22, Unretryable error > (probe2:sbp0:0:2:0): Error 22, Unretryable error > (probe3:sbp0:0:3:0): Error 22, Unretryable error > (probe0:sbp0:0:0:0): Error 22, Unretryable error > (probe4:sbp0:0:4:0): Error 22, Unretryable error > (probe5:sbp0:0:5:0): Error 22, Unretryable error > (probe6:sbp0:0:6:0): Error 22, Unretryable error > ATA PseudoRAID loaded > SMP: AP CPU #1 Launched! > cpu1 AP: > ID: 0x01000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff > lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff > timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010400 > SMP: AP CPU #3 Launched! > cpu3 AP: > ID: 0x03000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff > lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff > timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010400 > SMP: AP CPU #2 Launched! > cpu2 AP: > ID: 0x02000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff > lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff > timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010400 > ioapic0: routing intpin 3 (ISA fIlRoQw t3a)b lteo cllaepaince r1 > svteacrttoerd 4 > 8 > ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 2 vector 48 > ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 3 vector 48 > ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 1 vector 49 > ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 2 vector 49 > ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 3 vector 49 > ioapic0: routing intpin 21 (PCI IRQ 21) to lapic 1 vector 50 > ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 2 vector 50 > msi: Assigning MSI IRQ 256 to local APIC 3 vector 50 > WARNING: WITNESS option enabled, expect reduced performance. > ugen1.2: at usbus1 > ukbd0: on usbus1 > kbd2 at ukbd0 > kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000 > ums0: on usbus1 > uhub8: 4 ports with 4 removable, self powered > ugen0.3: at usbus0 > ums1: on > usbus0 > ums1: 7 buttons and [XYZ] coordinates ID=2 > acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x05 > acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x05 > Trying to mount root from ufs:/dev/md0 > ct_to_ts([2010-03-28 08:05:57]) = 1269763557.000000000 > start_init: trying /sbin/init > start_init: trying /sbin/oinit > start_init: trying /sbin/init.bak > start_init: trying /rescue/init > start_init: trying /stand/sysinstall > > Thanks for the help John & *, any chance this will get committed? It is already in the tree and merged to 7 and 8. It should be present in 7.4 and 8.1. -- John Baldwin From owner-freebsd-hardware@FreeBSD.ORG Mon Mar 29 16:21:10 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D33F106566B for ; Mon, 29 Mar 2010 16:21:10 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from mail-fx0-f225.google.com (mail-fx0-f225.google.com [209.85.220.225]) by mx1.freebsd.org (Postfix) with ESMTP id CF0858FC20 for ; Mon, 29 Mar 2010 16:21:09 +0000 (UTC) Received: by fxm25 with SMTP id 25so16818fxm.3 for ; Mon, 29 Mar 2010 09:21:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=fij4IpnGCnmvXYZqCYfC+q0xTvMMYV5eI/gdg8/2KJc=; b=MAc3orWy9kF6fYiS869DuePLNq5J+7CUd3jlw9RntPKwDSWy3E1b37qLUOa9rd2aKx N5ShBKPG27KYTs/ppU9U1Kw+arX6IJ2Fx5UAFjCo7czoBrux2M2qriQiY+W9RN2vJ0Zv gGEUtVPpxZBlwW8KT+JE+R57vULLwv02bqw2c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=qwu0C30eCajw01pZr/YDV8S4swzOEhwf09uTWrjxH2tcmJPXGfG8J4Yv9136FeO1a7 NCcsMuyBZAMXIy72MbuOcoNzA7Dq9PyvNUUojGmtxAX954jdR69MLqAxwh5Cw9Pg7x5Z 0W7E7BvNb3wQy6eAMTr9+QhFtVNKPgWbR+ZD4= MIME-Version: 1.0 Received: by 10.239.157.136 with HTTP; Mon, 29 Mar 2010 08:57:08 -0700 (PDT) In-Reply-To: <6201873e1003290739t588ae242gef92d14e9d889749@mail.gmail.com> References: <20100329135340.GA85635@potato> <6201873e1003290731x148a2415q5113feb8a0479d4b@mail.gmail.com> <6201873e1003290739t588ae242gef92d14e9d889749@mail.gmail.com> Date: Mon, 29 Mar 2010 16:57:08 +0100 Received: by 10.239.152.211 with SMTP id w19mr460595hbb.150.1269878228110; Mon, 29 Mar 2010 08:57:08 -0700 (PDT) Message-ID: From: krad To: Adam Vande More Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: John , freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: freebsd-8 support for dell R710 SATA raid-0 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2010 16:21:10 -0000 On 29 March 2010 15:39, Adam Vande More wrote: > On Mon, Mar 29, 2010 at 8:31 AM, Adam Vande More >wrote: > > > > >> FWIW CentOS won't see it either. Please help! > >> > > > > > > You'll need to use GPT partition instead of MBR if you're trying to boot > > with a size > TB. AKAIK, sysinstall doesn't support this, requiring a > more > > "hands on" installation. > > > > If you haven't considered it, it may be worthwhile to use ZFS. In that > > scenario, you'd want to the controller to present the disks as JBOD and > use > > RAIDZ. Once again, sysinstall doesn't support this, but there are some > good > > FreeBSD wiki articles on it. > > > > Opps, didn't read the RAID-0 bit, still try the GPT stuff, the 2TB MBR is a > hard limit. gstripe(8) would also be an option. With you're RAID-0, were > you looking of for read or write speed? You can still use RAIDZ and > outperform a straight stripe in most workloads if you make use of an ssd > based L2ARC and a ZIL for read and writes respectively. > > > -- > Adam Vande More > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > I think his problem is he cant see a device to partition in the first place? From owner-freebsd-hardware@FreeBSD.ORG Mon Mar 29 17:27:06 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60ED71065675; Mon, 29 Mar 2010 17:27:06 +0000 (UTC) (envelope-from comp.john@googlemail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id 9AB9A8FC1C; Mon, 29 Mar 2010 17:27:05 +0000 (UTC) Received: by bwz8 with SMTP id 8so4976212bwz.3 for ; Mon, 29 Mar 2010 10:27:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=gPWlz5F8RCFTl6UanagqG4FokCZ49l6bm8rHqlwoFFs=; b=nvpHC1VjWf2l86I4/3dwMORlkfXoEeex3DdNRQla7Fldidh1Ekg5jYtZHFu+OD1CCd 8/IT0Uq46pZOcN7sgtDYCu2S73RJL/zU+k2kb+kRqv+fPpi+01KVk6Xmk4bqq+JLNqcL cD32R1kxjjVMi1liONCi9Q6rpY1SefFPnujM4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=T0/txbCQKOqqECA9dxsN/JkbXz5AZutxKquVl2Q9VBrLsE5f6gxkkvpFfp/vqCVQQ7 qWg3lCNqkcCE/PR997eJtziOuN9vmPs088Q4U+gdHJJWNaMFpaACNbwp204zn/hwv466 ef9dVAz3KksQFO6L9CoUdCSSaBKCVQI+uh6qM= Received: by 10.204.137.89 with SMTP id v25mr5268248bkt.13.1269883624474; Mon, 29 Mar 2010 10:27:04 -0700 (PDT) Received: from potato (potato.growveg.org [62.49.247.163]) by mx.google.com with ESMTPS id 24sm39820656bkr.6.2010.03.29.10.26.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 29 Mar 2010 10:26:33 -0700 (PDT) Date: Mon, 29 Mar 2010 18:23:52 +0100 From: John To: krad Message-ID: <20100329172352.GA85779@potato> References: <20100329135340.GA85635@potato> <6201873e1003290731x148a2415q5113feb8a0479d4b@mail.gmail.com> <6201873e1003290739t588ae242gef92d14e9d889749@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Adam Vande More , freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: freebsd-8 support for dell R710 SATA raid-0 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2010 17:27:06 -0000 On Mon, Mar 29, 2010 at 04:57:08PM +0100, krad wrote: > > I think his problem is he cant see a device to partition in the first > place? This is correct. -- John - comp dot john at googlemail dot com OpenBSD firewall | FreeBSD desktop | Ubuntu Karmic laptop GPG: 0xF08A33C5 From owner-freebsd-hardware@FreeBSD.ORG Tue Mar 30 17:50:04 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0AE11065672; Tue, 30 Mar 2010 17:50:04 +0000 (UTC) (envelope-from varanokul@hotmail.com) Received: from snt0-omc3-s10.snt0.hotmail.com (snt0-omc3-s10.snt0.hotmail.com [65.55.90.149]) by mx1.freebsd.org (Postfix) with ESMTP id 7CCAE8FC18; Tue, 30 Mar 2010 17:50:04 +0000 (UTC) Received: from SNT141-W20 ([65.55.90.136]) by snt0-omc3-s10.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 30 Mar 2010 10:37:58 -0700 Message-ID: X-Originating-IP: [58.9.53.63] From: Varan Okul To: , Date: Tue, 30 Mar 2010 17:37:58 +0000 Importance: Normal In-Reply-To: <20100329172352.GA85779@potato> References: <20100329135340.GA85635@potato>, <6201873e1003290731x148a2415q5113feb8a0479d4b@mail.gmail.com>, <6201873e1003290739t588ae242gef92d14e9d889749@mail.gmail.com>, , <20100329172352.GA85779@potato> MIME-Version: 1.0 X-OriginalArrivalTime: 30 Mar 2010 17:37:58.0776 (UTC) FILETIME=[BD148780:01CAD02F] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: amvandemore@gmail.com, freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org Subject: RE: freebsd-8 support for dell R710 SATA raid-0 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2010 17:50:04 -0000 Hi=2C =20 I suggest you try these scenario first. =20 1st - At RAID controller BIOS. Create 1 small logical drive for FreeBSD installation. The rest space from RAID0=2C just create 2TB for each logical drive. =20 2nd - Boot with FreeBSD installation CD/DVD Lets see FreeBSD bootable CD/DVD can see the small logical drive creat= ed=2C or not? If this not work=2C may be the RAID controller is too new for this FreeBSD = version. The CD/DVD doesn't have driver for it inside. You may need to change to older RAID controller=2C or move to newer FreeBSD= version. =20 Best Regards Varan. =20 > Date: Mon=2C 29 Mar 2010 18:23:52 +0100 > From: comp.john@googlemail.com > To: kraduk@googlemail.com > CC: amvandemore@gmail.com=3B freebsd-questions@freebsd.org=3B freebsd-har= dware@freebsd.org > Subject: Re: freebsd-8 support for dell R710 SATA raid-0 >=20 > On Mon=2C Mar 29=2C 2010 at 04:57:08PM +0100=2C krad wrote: > >=20 > > I think his problem is he cant see a device to partition in the first > > place? >=20 > This is correct. > --=20 > John - comp dot john at googlemail dot com > OpenBSD firewall | FreeBSD desktop | Ubuntu Karmic laptop > GPG: 0xF08A33C5 > _______________________________________________ > freebsd-hardware@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > To unsubscribe=2C send any mail to "freebsd-hardware-unsubscribe@freebsd.= org" = From owner-freebsd-hardware@FreeBSD.ORG Wed Mar 31 00:59:34 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19B18106564A; Wed, 31 Mar 2010 00:59:34 +0000 (UTC) (envelope-from comp.john@googlemail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id 69E668FC22; Wed, 31 Mar 2010 00:59:32 +0000 (UTC) Received: by bwz8 with SMTP id 8so6106644bwz.3 for ; Tue, 30 Mar 2010 17:59:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=KW9lm4HHQztF6UzwvOMh/lmN+IPHDlsUgmaTTF4OMMY=; b=dqDqvM+kdcYg4Ep4UwFnjVg5yvKK9XTQHZrW88vnUCl7A5aYg2HihjkgQzIiEnZLps OjLrvowK4pkAw2o9Z4KsA7fcGA26LSiSeyQqpkx/RPc2cxpi9sKIezom6ZUVQcefiQQ+ 3RfMR2BxtLF16DOiUnGqCMBz+9rJxDNwCBrw8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=p2TlmoHwM9DgjvPV9bE+tkV6LhidzaZEI3vz35VHCyN2WtQGzQQQeOSNNlyq3xsO42 7FFDmXCvJqq7QTq15ppgDaVEAXXZJnlfLywEJ2vOT+4mc96UV3XoQZ4ne/wxNAGg/VK4 oAOi3AO4ckeiKSONMFzODN455+FnqtT3DRPTw= Received: by 10.204.155.69 with SMTP id r5mr3977463bkw.0.1269997172146; Tue, 30 Mar 2010 17:59:32 -0700 (PDT) Received: from potato (potato.growveg.org [62.49.247.163]) by mx.google.com with ESMTPS id 24sm52748353bkr.12.2010.03.30.17.59.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 30 Mar 2010 17:59:30 -0700 (PDT) Date: Wed, 31 Mar 2010 01:56:39 +0100 From: John To: Varan Okul Message-ID: <20100331005639.GA91332@potato> References: <20100329135340.GA85635@potato> <6201873e1003290731x148a2415q5113feb8a0479d4b@mail.gmail.com> <6201873e1003290739t588ae242gef92d14e9d889749@mail.gmail.com> <20100329172352.GA85779@potato> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: amvandemore@gmail.com, kraduk@googlemail.com, freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: freebsd-8 support for dell R710 SATA raid-0 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2010 00:59:34 -0000 On Tue, Mar 30, 2010 at 05:37:58PM +0000, Varan Okul wrote: > Hi, > > I suggest you try these scenario first. > > 1st - At RAID controller BIOS. > Create 1 small logical drive for FreeBSD installation. > The rest space from RAID0, just create 2TB for each logical drive. > > 2nd - Boot with FreeBSD installation CD/DVD > Lets see FreeBSD bootable CD/DVD can see the small logical drive > created, or not? > > If this not work, may be the RAID controller is too new for this FreeBSD > version. > The CD/DVD doesn't have driver for it inside. > You may need to change to older RAID controller, or move to newer FreeBSD > version. Hi, thanks for your input. I have an idea. Would the answer be to install the OS to a SD card, boot from that then use GPT or ZFS to see the drive once the OS is installed? What i mean is, the disks are attached to the SATA raid card. if I don't select any disks in the raid, will they be seen by the OS? then I could just use zfs for raid functionality. Freebsd 8 sees the card, just not the disks. The server has a sd slot. Maybe this is what it's for? -- John - comp dot john at googlemail dot com OpenBSD firewall | FreeBSD desktop | Ubuntu Karmic laptop GPG: 0xF08A33C5 From owner-freebsd-hardware@FreeBSD.ORG Wed Mar 31 01:13:37 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E0B5106568D; Wed, 31 Mar 2010 01:13:37 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id EC3CE8FC2D; Wed, 31 Mar 2010 01:13:36 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 3so1038585qwe.7 for ; Tue, 30 Mar 2010 18:13:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=bjcg/fb8D3oWEgSs7bPqYAhkKg/w+6L979XxWE5V7Tk=; b=PL0LZ73DIRipS0EXGN2AiDCnAhKbvsO6G+WSeHfmteHkJd5mv5z9bC4pcYeSYuEmbV dMetrKjAJxscpjNF3iLVIO1XkwgTmaHsQW/hfH0PdRLXQjBE49Wfd21pw2awE8T3l/cL gFuAAWrUh3un+nUTmvQEYZDAi3+Mz+uvz/70k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=i3ojj5WST1BN46F6nd45JCzIr4SmPXGEXMr/KJZ9ClUDxJsA2o1p8SOMP4NLX/3RsE Iwgyukm0vnqPvjDJTquS6VTGeyZnCWomeq8OaGZMmhjNccqj6XTUpKookUA33XwGmgCs OvUw8z/QRNu6l/p+Vo2hOAruiYiq4SVxcMt/4= MIME-Version: 1.0 Received: by 10.229.82.14 with HTTP; Tue, 30 Mar 2010 18:13:35 -0700 (PDT) In-Reply-To: <20100331005639.GA91332@potato> References: <20100329135340.GA85635@potato> <6201873e1003290731x148a2415q5113feb8a0479d4b@mail.gmail.com> <6201873e1003290739t588ae242gef92d14e9d889749@mail.gmail.com> <20100329172352.GA85779@potato> <20100331005639.GA91332@potato> Date: Tue, 30 Mar 2010 19:13:35 -0600 Received: by 10.229.222.76 with SMTP id if12mr3424469qcb.17.1269998015993; Tue, 30 Mar 2010 18:13:35 -0700 (PDT) Message-ID: <6201873e1003301813o32024529s8dae620af17b87db@mail.gmail.com> From: Adam Vande More To: John Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Varan Okul , kraduk@googlemail.com, freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: freebsd-8 support for dell R710 SATA raid-0 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2010 01:13:37 -0000 On Tue, Mar 30, 2010 at 6:56 PM, John wrote: > > > Hi, thanks for your input. > > I have an idea. Would the answer be to install the OS to a SD card, boot > from that then use GPT or ZFS to see the drive once the OS is installed? > > What i mean is, the disks are attached to the SATA raid card. if I don't > select any disks in the raid, will they be seen by the OS? then I could > just use zfs for raid functionality. > > Freebsd 8 sees the card, just not the disks. The server has a sd slot. > Maybe this is what it's for? > -- > John - comp dot john at googlemail dot com > OpenBSD firewall | FreeBSD desktop | Ubuntu Karmic laptop > GPG: 0xF08A33C5 > Your best bet would be to configure the drives as JBOD and see if it detects the disks. Post dmesg from that. -- Adam Vande More From owner-freebsd-hardware@FreeBSD.ORG Wed Mar 31 10:56:08 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A1CC1065673; Wed, 31 Mar 2010 10:56:08 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from mail-fx0-f225.google.com (mail-fx0-f225.google.com [209.85.220.225]) by mx1.freebsd.org (Postfix) with ESMTP id EAE748FC15; Wed, 31 Mar 2010 10:56:07 +0000 (UTC) Received: by fxm25 with SMTP id 25so85923fxm.3 for ; Wed, 31 Mar 2010 03:56:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=3bmhFCU96JYlDZ3m+DBxZ3R94hKcwzzV/JWFMd0IZzw=; b=vwAqrsXiDW2Duu8ro6G8LZdCSm0lhcrT6yN+lMPMtjBWlfjvXAR6s7mrSdewSHJnRb tstITy/DqIjbLR3ek4zTLuXvvd2hONK3uWv+QHyKJjPF3UyOlq8/wgiAlz9qcdpDLtx+ X9RbGIkPqaUj4heViaK1dtrJXG94B3aSJKjLA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=UCmcEt2U7I426ZJo/IAGY2TX7qZ1qbI6ZuMzPpLmIzjVvICoVxx0eSkUD86ZcE6mXy BJjAYUsDYnstTwvCQrXNjV7ZZr6j5bxS7anAzISPQjbPMftXYYq1f0whRKqcpoVI8j8o 0mkx8R0EFY6BNNs+VTW9YBW1rY2xt4O8FNApU= MIME-Version: 1.0 Received: by 10.239.157.136 with HTTP; Wed, 31 Mar 2010 03:56:06 -0700 (PDT) In-Reply-To: <6201873e1003301813o32024529s8dae620af17b87db@mail.gmail.com> References: <20100329135340.GA85635@potato> <6201873e1003290731x148a2415q5113feb8a0479d4b@mail.gmail.com> <6201873e1003290739t588ae242gef92d14e9d889749@mail.gmail.com> <20100329172352.GA85779@potato> <20100331005639.GA91332@potato> <6201873e1003301813o32024529s8dae620af17b87db@mail.gmail.com> Date: Wed, 31 Mar 2010 11:56:06 +0100 Received: by 10.239.154.135 with SMTP id e7mr689884hbc.76.1270032966635; Wed, 31 Mar 2010 03:56:06 -0700 (PDT) Message-ID: From: krad To: Adam Vande More Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: John , freebsd-hardware@freebsd.org, freebsd-questions@freebsd.org, Varan Okul Subject: Re: freebsd-8 support for dell R710 SATA raid-0 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2010 10:56:08 -0000 On 31 March 2010 02:13, Adam Vande More wrote: > On Tue, Mar 30, 2010 at 6:56 PM, John wrote: > >> >> >> Hi, thanks for your input. >> >> I have an idea. Would the answer be to install the OS to a SD card, boot >> from that then use GPT or ZFS to see the drive once the OS is installed? >> >> What i mean is, the disks are attached to the SATA raid card. if I don't >> select any disks in the raid, will they be seen by the OS? then I could >> just use zfs for raid functionality. >> >> Freebsd 8 sees the card, just not the disks. The server has a sd slot. >> Maybe this is what it's for? >> -- >> John - comp dot john at googlemail dot com >> OpenBSD firewall | FreeBSD desktop | Ubuntu Karmic laptop >> GPG: 0xF08A33C5 >> > > Your best bet would be to configure the drives as JBOD and see if it > detects the disks. Post dmesg from that. > > -- > Adam Vande More > we are testing one at work at the moment. I think its a driver issue. We are looking at either putting in a perc card or swapping it for the next chasis. From owner-freebsd-hardware@FreeBSD.ORG Thu Apr 1 14:01:49 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDABA106564A; Thu, 1 Apr 2010 14:01:49 +0000 (UTC) (envelope-from comp.john@googlemail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id 2E3128FC27; Thu, 1 Apr 2010 14:01:47 +0000 (UTC) Received: by bwz8 with SMTP id 8so912220bwz.3 for ; Thu, 01 Apr 2010 07:01:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=aF0gIOnQUJKAI1UmHykVNFp87mVPLyOSWmfeByb537Q=; b=ZjmBY6K7XpZ6kzsvESQ/wmRSzPPSgshPA8UXLjMQj48xTR7ORjQ0WStFvnItmapzoS 3YlLtOT5EPamJnB/CmeLv6Xgh2gBXI767DBdC9mPbDHMFcfDqUjSWn61miQCcasU2emy 6YtOiJd+Z6QmxcG3WKzpF5MAtaMoS+RvjQQro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=N7cJ+MHNI5ZNUhz09SOm8J7u5veuiQFa65fGryudPxk6NeBD3KwaY98eyUwFBiYOIw azn7q/qvEoPRiwSDjVB4714s5Pa6N3N1GNw7huvFuQ+hc4F4m0dEJWywycQzluIpwQYj rtZu9qsG5uQK06G6ICOTKgpfB0Mmn8dlwt1ps= Received: by 10.204.48.197 with SMTP id s5mr1401563bkf.177.1270130505583; Thu, 01 Apr 2010 07:01:45 -0700 (PDT) Received: from potato (potato.growveg.org [62.49.247.163]) by mx.google.com with ESMTPS id l1sm67421037bkl.20.2010.04.01.07.01.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 01 Apr 2010 07:01:42 -0700 (PDT) Date: Thu, 1 Apr 2010 14:58:41 +0100 From: John To: krad Message-ID: <20100401135841.GA98802@potato> References: <20100329135340.GA85635@potato> <6201873e1003290731x148a2415q5113feb8a0479d4b@mail.gmail.com> <6201873e1003290739t588ae242gef92d14e9d889749@mail.gmail.com> <20100329172352.GA85779@potato> <20100331005639.GA91332@potato> <6201873e1003301813o32024529s8dae620af17b87db@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Adam Vande More , Varan Okul , freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: freebsd-8 support for dell R710 SATA raid-0 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2010 14:01:50 -0000 On Wed, Mar 31, 2010 at 11:56:06AM +0100, krad wrote: > > we are testing one at work at the moment. I think its a driver issue. We > are looking at either putting in a perc card or swapping it for the next > chasis. I configured the disks as JBOD but got the same results. I think the problem lies with all the disks each being 2TB so they can't be seen with sysinstall. maybe the way forward is to boot to live CD so there's a full environment, then try to sort it with GPT, then do an install from the liveCD. I'll try this tonight. -- John - comp dot john at googlemail dot com OpenBSD firewall | FreeBSD desktop | Ubuntu Karmic laptop GPG: 0xF08A33C5 From owner-freebsd-hardware@FreeBSD.ORG Thu Apr 1 21:55:50 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5B2F106564A; Thu, 1 Apr 2010 21:55:50 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from mail-fx0-f209.google.com (mail-fx0-f209.google.com [209.85.220.209]) by mx1.freebsd.org (Postfix) with ESMTP id 40A2E8FC0C; Thu, 1 Apr 2010 21:55:49 +0000 (UTC) Received: by fxm1 with SMTP id 1so1142275fxm.13 for ; Thu, 01 Apr 2010 14:55:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=ZIgaZNp8MsQpENP5RGDfguJuwqiTkKQFO8O3QI1ZVOY=; b=c55OjpHID5keia16UQHX6E/XU1b6CRnFAiOjd5wiTZRmbzhnKv8sB9pRcSJurzHJF2 DUtotWkZ81rKyt+g50/M1FHbz6CF9XTsEHb2bRKglRLndSjcrXirKvkER1cqRVyE7qvQ 2aNRVZ6rnanss+yaDNiswBXTEKgame5v0rwHA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=s8ANA5hktSF7WrE4jYnrq6bMg8zjDYzNRipjlg8fth3N3K3G1PwXtXZqtHTQyCrrZY YT2l78OOOEK/OVV0w2lXeC15QCpTd1WnJT/2YvB9w+PwB3qsmbUEflJYJ1S+bRcx8Ydw e/cFL8TokBjFClSamaYjf0ZgP23euunyc4y6c= MIME-Version: 1.0 Received: by 10.239.157.136 with HTTP; Thu, 1 Apr 2010 14:55:48 -0700 (PDT) In-Reply-To: <20100401135841.GA98802@potato> References: <20100329135340.GA85635@potato> <6201873e1003290731x148a2415q5113feb8a0479d4b@mail.gmail.com> <6201873e1003290739t588ae242gef92d14e9d889749@mail.gmail.com> <20100329172352.GA85779@potato> <20100331005639.GA91332@potato> <6201873e1003301813o32024529s8dae620af17b87db@mail.gmail.com> <20100401135841.GA98802@potato> Date: Thu, 1 Apr 2010 22:55:48 +0100 Received: by 10.239.160.19 with SMTP id a19mr106257hbd.165.1270158948993; Thu, 01 Apr 2010 14:55:48 -0700 (PDT) Message-ID: From: krad To: John Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Adam Vande More , Varan Okul , freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: freebsd-8 support for dell R710 SATA raid-0 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2010 21:55:51 -0000 On 1 April 2010 14:58, John wrote: > On Wed, Mar 31, 2010 at 11:56:06AM +0100, krad wrote: > > > > we are testing one at work at the moment. I think its a driver issue. > We > > are looking at either putting in a perc card or swapping it for the > next > > chasis. > > I configured the disks as JBOD but got the same results. I think the > problem lies with all the disks each being 2TB so they can't be seen > with sysinstall. maybe the way forward is to boot to live CD so there's > a full environment, then try to sort it with GPT, then do an install > from the liveCD. I'll try this tonight. > -- > John - comp dot john at googlemail dot com > OpenBSD firewall | FreeBSD desktop | Ubuntu Karmic laptop > GPG: 0xF08A33C5 > your probably right as sysinstall only handles mbr, not gpt and you will definately need gpt. From owner-freebsd-hardware@FreeBSD.ORG Fri Apr 2 10:52:13 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2946F1065675 for ; Fri, 2 Apr 2010 10:52:13 +0000 (UTC) (envelope-from comp.john@googlemail.com) Received: from mail-bw0-f228.google.com (mail-bw0-f228.google.com [209.85.218.228]) by mx1.freebsd.org (Postfix) with ESMTP id A45238FC18 for ; Fri, 2 Apr 2010 10:52:12 +0000 (UTC) Received: by bwz28 with SMTP id 28so1473205bwz.14 for ; Fri, 02 Apr 2010 03:52:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=NGD4mTUSnDlbgwJmqS3kXwnJ00RTx3oBNQRddfl0VgI=; b=brDNMD/rMBQxyBYlcOndzJQRZBVJzk5/WJEZqDrIZw31cEZJp1Oh8dHYJ5Af1CLKDI ImihMijBTrLeYkl2SdQ0vcOqZXA4HxNudzhLXc4veVP4cuy0qSuMFszsSWJcy5RzUszH pe9dn0Nj8VXjLMqhyig1SR4ufOhm+xwl7KCBg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=eF80NduC0s/DpGVx871I2JLbw/jxQrVnZm8zvFFHJD4sf9UmKFMosCoDPo3tP1ZluQ WILlHrP0863o2KjtNqlpvZsY7CCU2oJmaPD4ggb75tVOqNI2g9jnFqGlQHK9jbyPMJ3u C3WfYHzLsn442BtU7+KH2tWUNfUggVe5oZ9HQ= Received: by 10.204.23.8 with SMTP id p8mr2894206bkb.111.1270205531393; Fri, 02 Apr 2010 03:52:11 -0700 (PDT) Received: from potato (potato.growveg.org [62.49.247.163]) by mx.google.com with ESMTPS id s17sm76067971bkd.10.2010.04.02.03.52.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 02 Apr 2010 03:52:08 -0700 (PDT) Date: Fri, 2 Apr 2010 11:49:01 +0100 From: John To: Michael Fuckner Message-ID: <20100402104901.GA3492@potato> References: <4B683F37.4040807@fuckner.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B683F37.4040807@fuckner.net> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Tanel Rebane , "'freebsd-hardware@freebsd.org'" Subject: Re: Status on LSI SAS2008? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Apr 2010 10:52:13 -0000 On Tue, Feb 02, 2010 at 04:05:27PM +0100, Michael Fuckner wrote: > On 02/02/10 13:11, Tanel Rebane wrote: > > > Does anyone know the status of the LSI SAS2008 chipset in regards to > > FreeBSD? If any, I suppose it?s the mfi(4)-driver that should pick up > > support. I know the LSI SAS2108 should work fine with mfi(4) but I > > have no idea how big the differences between 2008 and 2108 are. > > Hi all, > > I've been running those cards on Linux. > > The 2008-Chip is an HBA-Chip. Linux uses the mpt2sas Driver (the old > HBAs are using mptsas). > > > The 2108 is the Raid-Chip using the megaraid_sas or 3w-sas driver > (depending on the firmware installed- LSI 9261-8i and 3ware 9750-8i seem > to have identical Hardware. Hi, Can you please clarify which linux works and how large the individual disks are? My problem under BSD is 2-fold: 1. There is an open PR for this LSI device at http://www.freebsd.org/cgi/query-pr.cgi?pr=144326 2. My smallest disk is 2TB Without visiting the datacentre, I have no device to install to. thanks! -- John - comp dot john at googlemail dot com OpenBSD firewall | FreeBSD desktop | Ubuntu Karmic laptop GPG: 0xF08A33C5 From owner-freebsd-hardware@FreeBSD.ORG Fri Apr 2 11:23:47 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CDA51065670 for ; Fri, 2 Apr 2010 11:23:47 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from dedihh.fuckner.net (dedihh.fuckner.net [81.209.183.161]) by mx1.freebsd.org (Postfix) with ESMTP id DDD2E8FC0A for ; Fri, 2 Apr 2010 11:23:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dedihh.fuckner.net (Postfix) with ESMTP id 52EB81CC0C; Fri, 2 Apr 2010 13:24:58 +0200 (CEST) X-Virus-Scanned: amavisd-new at example.com Received: from dedihh.fuckner.net ([127.0.0.1]) by localhost (dedihh.fuckner.net [127.0.0.1]) (amavisd-new, port 10024) with SMTP id adOPOj2u6VTa; Fri, 2 Apr 2010 13:24:52 +0200 (CEST) Received: from c64.rebootking.de (e176137063.adsl.alicedsl.de [85.176.137.63]) by dedihh.fuckner.net (Postfix) with ESMTPA id 10E211CC03; Fri, 2 Apr 2010 13:24:51 +0200 (CEST) Message-ID: <4BB5D3BA.2050303@fuckner.net> Date: Fri, 02 Apr 2010 13:23:38 +0200 From: Michael Fuckner User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.8) Gecko/20100318 Thunderbird/3.0.3 MIME-Version: 1.0 To: John References: <4B683F37.4040807@fuckner.net> <20100402104901.GA3492@potato> In-Reply-To: <20100402104901.GA3492@potato> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Tanel Rebane , "'freebsd-hardware@freebsd.org'" Subject: Re: Status on LSI SAS2008? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Apr 2010 11:23:47 -0000 On 04/02/10 12:49, John wrote: > On Tue, Feb 02, 2010 at 04:05:27PM +0100, Michael Fuckner wrote: >> On 02/02/10 13:11, Tanel Rebane wrote: >> >> > Does anyone know the status of the LSI SAS2008 chipset in regards to >> > FreeBSD? If any, I suppose it?s the mfi(4)-driver that should pick up >> > support. I know the LSI SAS2108 should work fine with mfi(4) but I >> > have no idea how big the differences between 2008 and 2108 are. >> >> Hi all, >> >> I've been running those cards on Linux. >> >> The 2008-Chip is an HBA-Chip. Linux uses the mpt2sas Driver (the old >> HBAs are using mptsas). >> >> >> The 2108 is the Raid-Chip using the megaraid_sas or 3w-sas driver >> (depending on the firmware installed- LSI 9261-8i and 3ware 9750-8i seem >> to have identical Hardware. > > Hi, Hi all, > Can you please clarify which linux works and how large the individual > disks are? I know that 6GBIT SAS HBAs with LSI 2008 Chip are in the default kernel since 2.6.33- patches are available. The Disksize shouldn't matter. > My problem under BSD is 2-fold: > > 1. There is an open PR for this LSI device at > http://www.freebsd.org/cgi/query-pr.cgi?pr=144326 you should reclassify the pr- telling about the exact device (device/ vendor id). > 2. My smallest disk is 2TB is this a problem? When you have a driver, it is recognized. Your largest disk is probably also 2TB ;) > Without visiting the datacentre, I have no device to install to. even when visiting the DC, I suppose. I know of some 3GBit HBAs beeing able to be upgraded to Raidcontrollers (linux driver changes from mptsas to megaraid_sas). But this is not possible with all LSI devices. Afaik we don't have a driver for freebsd yet. Regards, Michael!