From owner-freebsd-stable@FreeBSD.ORG Tue Nov 8 11:08:40 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 471F5106566B for ; Tue, 8 Nov 2011 11:08:40 +0000 (UTC) (envelope-from andrej@antiszoc.hu) Received: from mail.deployis.eu (mail.deployis.eu [217.20.135.253]) by mx1.freebsd.org (Postfix) with ESMTP id BF5FD8FC19 for ; Tue, 8 Nov 2011 11:08:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=antiszoc.hu; s=default; h=Subject:To:From:Date; bh=Ym3G5BS0aLjxzxQOKapKGZFEGDXCV4VnNgCbRizIGPc=; b=a8hV4DpMbLWEFuVhavQbkLw5nPDmwsjZ5QtVaim5ZfC1y72C4bUDOlTBiyPOXgOURBmYpuOBq90+IJ/7RPOS4m7wR9NWWvDnxQqb+dQ+sCebnDQbe5eNWYf7pKIjROEl; Received: from localhost ([127.0.0.1]:58433 helo=mail.deployis.eu) by mail.deployis.eu with esmtp (Exim 4.71 #1 (Debian)) id 1RNjXh-0008NE-V1 from for ; Tue, 08 Nov 2011 12:08:38 +0100 Received: from 131-75.95.80.dunakanyar.net ([80.95.75.131]) by mail.deployis.eu with HTTP (HTTP/1.1 POST); Tue, 08 Nov 2011 12:08:37 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 08 Nov 2011 12:08:37 +0100 From: =?UTF-8?Q?G=C3=B3t_Andr=C3=A1s?= To: Message-ID: <84c2fa3f7bc937b86f4fa75e7072c9c3@antiszoc.hu> X-Sender: andrej@antiszoc.hu User-Agent: RoundCube Webmail/0.2.1 X-DKIM-Status: None (from 127.0.0.1) X-Mail-Status-postahivatal: trustedmail (from 127.0.0.1) X-Spam-Score-postahivatal: -43 Subject: FreeBSD on IBM X3550 M3 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2011 11:08:40 -0000 Dear All, To anyone who plan to use the machine in the subject and interested in 'what's in box' I made some printout saves. Actually my last FreeBSD install was a FreeBSD 6.1 (6.2 now, and has a nice 790 days of uptime) on an Intel branded server. Printouts from IBM X3550 M3: ---------------------------- ipmitool sensor: http://www.antiszoc.hu/x3550m3/ipmitool_sensor.txt ipmitool sdr: http://www.antiszoc.hu/x3550m3/ipmitool_sdr.txt dmesg: http://www.antiszoc.hu/x3550m3/dmesg.txt mfiutil show adapter: http://www.antiszoc.hu/x3550m3/mfiutil_show_adapter.txt actual kernel config: http://www.antiszoc.hu/x3550m3/X3550M3 NOTES on installing the machine: -------------------------------- 1) It comes with UEFI instead of a BIOS. I had to install from a real USB CD/DVD, because the memstick image didn't work. I think the installer would also work with the Virtual Media option, but there were problem with arrow keys. It also occured on the UEFI screens, so I don't think it's FreeBSD related. (Virtual Media option arrived later then I could check the installer with it.) 2) The machine really boots slow, be patient. :) 3) Memory MUST BE installed in the order that's in the manual. It will boot, but you'll get a 'mem err' message on the small diagnostic panel in the front of the machine. 4) The IBM M5014 (LSI based) works fine with mfi(4) and mfiutil. Hot inserting new drives and creating an array was 5 minutes (including opening the disk packagings). 5) ACPI shutdown/restart etc. from the out-of-band management (IBM calls it IMM) console works fine. 6) I couldn't include pf in the kernel, because in that case ipmi(4) failed to load or find the interface. The pf and the mfip module loaded from loader.conf. Best, Andras