From owner-freebsd-proliant@FreeBSD.ORG Tue Jan 29 10:15:56 2008 Return-Path: Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0F2616A417 for ; Tue, 29 Jan 2008 10:15:56 +0000 (UTC) (envelope-from Geoff.Buckingham@reuters.com) Received: from outbound7-sin-R.bigfish.com (outbound-sin.frontbridge.com [207.46.51.80]) by mx1.freebsd.org (Postfix) with ESMTP id 4A1A713C457 for ; Tue, 29 Jan 2008 10:15:56 +0000 (UTC) (envelope-from Geoff.Buckingham@reuters.com) Received: from outbound7-sin.bigfish.com (localhost.localdomain [127.0.0.1]) by outbound7-sin-R.bigfish.com (Postfix) with ESMTP id 4A66B1279CEC for ; Tue, 29 Jan 2008 09:47:41 +0000 (UTC) Received: from mail36-sin-R.bigfish.com (unknown [10.3.40.3]) by outbound7-sin.bigfish.com (Postfix) with ESMTP id 2FB4BD48056 for ; Tue, 29 Jan 2008 09:47:41 +0000 (UTC) Received: from mail36-sin (localhost.localdomain [127.0.0.1]) by mail36-sin-R.bigfish.com (Postfix) with ESMTP id DD1191BB81EA for ; Tue, 29 Jan 2008 09:47:40 +0000 (UTC) X-BigFish: VP X-MS-Exchange-Organization-Antispam-Report: OrigIP: 192.165.213.23; Service: EHS Received: by mail36-sin (MessageSwitch) id 1201600060490113_2672; Tue, 29 Jan 2008 09:47:40 +0000 (UCT) Received: from lonsmime01.rit.reuters.com (lonsmimeo.rit.reuters.com [192.165.213.23]) by mail36-sin.bigfish.com (Postfix) with ESMTP id 69550720087 for ; Tue, 29 Jan 2008 09:47:37 +0000 (UTC) Received: from eupig2 (unverified [129.1.30.40]) by lonsmime01.rit.reuters.com (Content Technologies SMTPRS 4.3.19) with ESMTP id ; Tue, 29 Jan 2008 09:47:36 +0000 Received: from lonsmsxb01.emea.ime.reuters.com ([10.14.113.6]) by eupig2.dtc.lon.ime.reuters.com (PMDF V6.2-1x10 #31408) with ESMTP id <0JVE00I0RGJCMG@eupig2.dtc.lon.ime.reuters.com>; Tue, 29 Jan 2008 09:47:36 +0000 (GMT) Received: from LONSMSXM04.emea.ime.reuters.com ([10.14.113.15]) by lonsmsxb01.emea.ime.reuters.com with Microsoft SMTPSVC (6.0.3790.1830); Tue, 29 Jan 2008 09:47:36 +0000 Date: Tue, 29 Jan 2008 09:47:04 +0000 From: Geoff Buckingham In-reply-to: <00e001c86255$84d0fc90$3a2a13ac@staff.ktc.lan> To: Reko Turja , freebsd-proliant@freebsd.org, jcagle @gmail.com Message-id: <8753F8EA457BFF4A9707CADA143C8F6804810FFE@LONSMSXM04.emea.ime.reuters.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.5 Content-type: text/plain; charset="us-ascii" Content-transfer-encoding: quoted-printable Thread-Topic: hpasmd in FreeBSD 6.2 Thread-Index: AchiWBG9th5qmoivQ+WGFW10nvH4WgAAXObA Content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 29 Jan 2008 09:47:36.0471 (UTC) FILETIME=[FA864A70:01C8625B] Cc: Subject: RE: hpasmd in FreeBSD 6.2 X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2008 10:15:57 -0000 The hpacucli only works with ciss SCSI/SAS controllers. There was a native FreeBSD (ida) tool with source to at least monitor ida raids around about 2-3 years ago, = Unfortunately I cant recall enough detail to successfully Google at the moment. You may be able to find it buy checking the CVS logs of the ida driver for commits of "new" ioctls. Then Google the committer. I found this with Google which might help but is not what I was looking for. http://www.strocamp.net/spark_starbreeze/array-util/ = -----Original Message----- From: owner-freebsd-proliant@freebsd.org [mailto:owner-freebsd-proliant@freebsd.org] On Behalf Of Reko Turja Sent: 29 January 2008 09:01 To: freebsd-proliant@freebsd.org; jcagle@gmail.com Subject: Re: hpasmd in FreeBSD 6.2 ----- Original Message ----- From: "John Cagle" To: Sent: Tuesday, January 29, 2008 12:31 AM Subject: Re: hpasmd in FreeBSD 6.2 > FYI - Soumitri sent me the files and I've updated the website. = > Here's a link: > > http://people.freebsd.org/~jcagle/ > > John I just tried to install the port using the port and package supplied = at John's site and ran into following problems: www# hpacucli /usr/libexec/ld-elf.so.1: Shared object "libncurses.so.5" not found, = required by ".hpacucli" www# hpacucli /usr/libexec/ld-elf.so.1: Shared object "libcam.so.2" not found, = required by ".hpacucli" so the binary seems to be linked against 5.x libraries instead of = .x - this machine is: FreeBSD www.liukuma.net 6.2-STABLE FreeBSD 6.2-STABLE #2: Mon Nov 19 12:54:53 EET 2007 root@www.liukuma.net:/usr/obj/usr/src/sys/WWW = i386 The computer in question is first generation Proliant DL580 and the = raid array controller is integrated smart array (ida) After doing some ln trickery with the libraries, I managed to get = hpacucli running, but giving loads of error messages from the start = (could these happen due cam layer library version mismatch?) www# hpacucli .P Array Configuration Utility CLI .2. Detecting Controllers...In AddChild:0x838c180 In AddChild child doesnot exists:0x838c180 Iam inside findDevce The device enumerated now is 0x838c180 In Reenumerate Childern Eoption is 1 This device can discover children Tue Jan 29 10:22:44 2008 Operation Call: OperationSetAllowedControllerDiscovery Tue Jan 29 10:22:44 2008 Operation Call: OperationReadSystemInfo Tue Jan 29 10:22:44 2008 Operation Call: OperationCaptureConfigurationMutex Tue Jan 29 10:22:44 2008 Operation Call: OperationReleaseConfigurationMutex Tue Jan 29 10:22:44 2008 Operation Call: OperationDiscoverHostBusAdapters Tue Jan 29 10:22:44 2008 Operation Call: OperationDiscoverNonFibreHBA Tue Jan 29 10:22:44 2008 Operation Call: OperationDiscoverInternalArrayControllers Tue Jan 29 10:22:44 2008 Operation Call: OperationDiscoverChildren The device enumerated now is 0x838c180 In Reenumerate Childern Eoption is 2 In Enumerate Child nodes Tue Jan 29 10:22:44 2008 Operation Call: OperationSystemPostProcess Pchild in GenerateXML:0x8386d80 Pchild in GenerateXML:0x0 Tue Jan 29 10:22:44 2008 Operation Call: OperationCaptureConfigurationMutex Tue Jan 29 10:22:44 2008 Tue Jan 29 10:22:44 2008 OperationCaptureConfigurationMutex Tue Jan 29 10:22:44 2008 ModRoot137888128-System137937280 Tue Jan 29 10:22:44 2008 Done. Type "help" for a list of supported commands. Type "exit" to close the console. And the ida controller, nor the installed drives didn't show using = "controller all show" =3D> controller all show The device enumerated now is 0x838c180 In Reenumerate Childern Eoption is 1 This device can discover children Tue Jan 29 10:23:24 2008 Operation Call: OperationSetAllowedControllerDiscovery Tue Jan 29 10:23:24 2008 Operation Call: OperationReadSystemInfo Tue Jan 29 10:23:24 2008 Operation Call: OperationCaptureConfigurationMutex Tue Jan 29 10:23:24 2008 Operation Call: OperationReleaseConfigurationMutex Tue Jan 29 10:23:24 2008 Operation Call: OperationDiscoverHostBusAdapters Tue Jan 29 10:23:24 2008 Operation Call: OperationDiscoverNonFibreHBA Tue Jan 29 10:23:24 2008 Operation Call: OperationDiscoverInternalArrayControllers Tue Jan 29 10:23:24 2008 Operation Call: OperationDiscoverChildren The device enumerated now is 0x838c180 In Reenumerate Childern Eoption is 2 In Enumerate Child nodes Tue Jan 29 10:23:24 2008 Operation Call: OperationSystemPostProcess Pchild in GenerateXML:0x8386d80 Pchild in GenerateXML:0x0 Error: No controllers detected. Thanks for the FreeBSD support! Reko Turja = _______________________________________________ freebsd-proliant@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-proliant To unsubscribe, send any mail to "freebsd-proliant-unsubscribe@freebsd.org" This email was sent to you by Reuters, the global news and information comp= any. = To find out more about Reuters visit www.about.reuters.com Any views expressed in this message are those of the individual sender, = except where the sender specifically states them to be the views of Reuters= Limited. Reuters Limited is part of the Reuters Group of companies, of which Reuters= Group PLC is the ultimate parent company. Reuters Group PLC - Registered office address: The Reuters Building, South = Colonnade, Canary Wharf, London E14 5EP, United Kingdom Registered No: 3296375 Registered in England and Wales