Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2008 10:31:27 -0500
From:      Karl Denninger <karl@denninger.net>
To:        freebsd-stable@freebsd.org
Subject:   Re: Management interface for cards powered by the "mfi" driver?
Message-ID:  <20080618153127.GA2662@FS.denninger.net>
In-Reply-To: <485919B8.20705@moneybookers.com>
References:  <20080508050550.GA76170@FS.denninger.net> <E1Ju2Rt-000MNF-1k@dilbert.ticketswitch.com> <20080617012053.GA82316@FS.denninger.net> <20080618041530.GA81315@FS.denninger.net> <20080618050530.GA75831@citylink.fud.org.nz> <20080618053605.GA27112@FS.denninger.net> <4858E3A4.2000208@moneybookers.com> <20080618140236.GA23551@FS.denninger.net> <485919B8.20705@moneybookers.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> >
> >dbms# ./CmdTool2 -Cfgdsply -a0
> >                                     
> >Failed to get ControllerId List.
> >Failed to get CpController object.
> >dbms# 
> >
> >Hmmmm... this is on a new machine that I loaded 7-RELEASE on and then 
> >grabbed the CVS tree and pulled a -rRELENG_7 on and rebuilt.
> >
> >Let me dig around a bit..... I wonder if I got a "funny" in here... 
> >looking at kernel versions, it appears I might.
> >
> >If so, that's going to be an interesting problem (as in "how did that 
> >happen?")
> >to figure out.
> >
> >uname -v is returning:
> >FreeBSD 7.0-CURRENT-200608 #0: Mon Jun 16 20:54:25 UTC 2008     
> >karl@dbms.denninger.net:/usr/obj/usr/src/sys/GENERIC 
> >How'd that happen with the tag "RELENG_7" in the tag?  (and yes, it IS 
> >in there in the CVS directory in the "Tag" file....)
> >
> >-- Karl Denninger
> >karl@denninger.net

Ok, wiped the src tree, re-cvs'd out the RELENG_7, rebuild world and kernel
and reinstalled (nice fast machine eh?)

Anyway, no change:

dbms# uname -v
FreeBSD 7.0-STABLE #1: Wed Jun 18 14:43:29 CDT 2008 karl@dbms.denninger.net:/usr/obj/usr/src/sys/GENERIC 

dbms# megacli -adpCount
                                     

Controller Count: 0. 

dbms# megacli -Cfgdsply -a0
                                     
Failed to get ControllerId List.
Failed to get CpController object.

Still no joy

dbms# kldstat
Id Refs Address    Size     Name
 1   17 0xc0400000 943140   kernel
 2    1 0xc0d44000 6a2c4    acpi.ko
 3    1 0xc5534000 7000     linprocfs.ko
 4    3 0xc553b000 22000    linux.ko
 5    1 0xc5585000 3000     linsysfs.ko
 6    1 0xc7a34000 3000     daemon_saver.ko
 7    1 0xc7c2d000 2000     mfi_linux.ko

Says I got the proper KLDs loaded.

dbms# mount
/dev/mfid0s1a on / (ufs, local, soft-updates)
devfs on /dev (devfs, local)
/dev/mfid0s1e on /dbms (ufs, local, soft-updates)
/dev/mfid0s1d on /usr (ufs, local, soft-updates)
linprocfs on /usr/compat/linux/proc (linprocfs, local)
linsysfs on /usr/compat/linux/sys (linsysfs, local)

The two linux "look-sees" are there.

So it looks like all the pre-reqs are there, but it still doesn't work.

Here's the ID on the card and volume:

mfi0: 524 (267116948s/0x0020/0) - Adapter ticks 267116948 elapsed 61s: Time established as 06/18/08 15:09:08; (61 seconds since power on)
mfid0: <MFI Logical Disk> on mfi0
mfid0: 237464MB (486326272 sectors) RAID volume '' is optimal

What am I missing?

-- Karl Denninger
karl@denninger.net





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080618153127.GA2662>