freeipmi-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freeipmi-users] I would appreciate any advice on how to troubleshoo


From: Xrosgen/김순규
Subject: Re: [Freeipmi-users] I would appreciate any advice on how to troubleshoot this issue.(ipmi_sdr_cache_create: internal IPMI error)
Date: Sat, 1 Nov 2014 08:42:09 +0900

 

Hi, Hank Bruning

 

This product is not OCP server. 

The product is 
https://www.artesyn.com/computing/products/product/atca-7367-advancedtca-processor-blade.

 

Anyway.. Thank.

 

Best regards,

Sunkyu, Kim

 

Team Manager | Customer Support Team 1

T +82-2-3775-8668 | F +82-2-704-3395 | M +82-10-6700-4546
NateON address@hidden <mailto:address@hidden>  | E.Mail address@hidden 
<mailto:address@hidden> 

Xrosgen lnc. | 810/811 B dong , 583, Yangcheon-ro, Gangseo-gu, Seoul, 157-779, 
Korea

 

From: Hank Bruning [mailto:address@hidden 
Sent: Saturday, November 1, 2014 3:24 AM
To: Albert Chu
Cc: Xrosgen/김순규; address@hidden
Subject: Re: [Freeipmi-users] I would appreciate any advice on how to 
troubleshoot this issue.(ipmi_sdr_cache_create: internal IPMI error)

 

And if if it as OCP Facebook server there is no SDR repository.

Hank Bruning

JBlade

 

On Thu, Oct 30, 2014 at 6:27 PM, Albert Chu <address@hidden 
<mailto:address@hidden> > wrote:

I implemented a workaround for your motherboard.  The workaround is
'nosdrinfo' and in most FreeIPMI tools you'd pass '-W nosdrinfo' to use
it.  Could you please try the code in this branch.

svn co http://svn.savannah.gnu.org/svn/freeipmi/branches/nosdrinfo
freeipmi
cd freeipmi
./autogen.sh
./configure
make
ipmi-sensors/ipmi-sensors -W nosdrinfo

Not sure what version of FreeIPMI your using.  The ipmimonitoring script
is in ipmi-sensors/ but it may not be set up with the right paths until
it's installed.  It's very close to:

ipmi-sensors/ipmi-sensors -W nosdrinfo --output-sensor-state
--ignore-not-available-sensors

Al

On Fri, 2014-10-31 at 03:13 +0900, Xrosgen/김순규 wrote:
> Hi, Al
>
>
> Thank you for reply.
>
> I told your reply to the Artesyn(manufacturer).
>
>
> Best regards,
> Sunkyu, Kim
>
> Team Manager | Customer Support Team 1
> T +82-2-3775-8668 | F +82-2-704-3395 | M +82-10-6700-4546
> NateON address@hidden <mailto:address@hidden>  | E.Mail address@hidden 
> <mailto:address@hidden> 
> Xrosgen lnc. | 810/811 B dong , 583, Yangcheon-ro, Gangseo-gu, Seoul, 
> 157-779, Korea
>
> -----Original Message-----
> From: Albert Chu [mailto:address@hidden <mailto:address@hidden> ]
> Sent: Friday, October 31, 2014 2:18 AM
> To: Xrosgen/김순규
> Cc: address@hidden <mailto:address@hidden> 
> Subject: RE: I would appreciate any advice on how to troubleshoot this 
> issue.(ipmi_sdr_cache_create: internal IPMI error)
>
>
> On Thu, 2014-10-30 at 16:41 +0900, Xrosgen/김순규 wrote:
> > Hi, Al
> >
> >
> >
> >
> >
> > Is this problem of freeipmi source?  ( Ipmitool sensor normal,
> > ipmimonitoring sensor abnormal )
>
> The "get SDR repository information" is required by the vendor and is an 
> error on their part.  They can see IPMI spec chapter 33.7, table 33-2 for 
> proof.
>
> In the mean time, I will see if I can get FreeIPMI to work without it.
>
> Al
>
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Artesyn company said
> >
> >
> >
> > After detail check the freeipmi source code, when you execute
> > ipmimonitoring command, it use get SDR Repository information command.
> >
> > Unfortunately, ATCA-7365/7370 don’t support “get SDR Repository”
> > command.
> >
> > That is why ipmimoitoring return error information when you execute
> > ipmimonitoring tool.
> >
> > The below information is how to  get SDR repository through raw
> > command.
> >
> >
> >
> > address@hidden home]# ipmitool raw 0x0a 0x20
> >
> > Unable to send RAW command (channel=0x0 netfn=0xa lun=0x0 cmd=0x20
> > rsp=0xc1): Invalid command
> >
> > address@hidden home]# ipmitool fru
> >
> > FRU Device Description : Builtin FRU Device (ID 0)
> >
> > Board Mfg Date        : Fri Dec  3 18:16:00 2010
> >
> > Board Mfg             : EMERSON
> >
> >  Board Product         : PCA,ATCA-7365CE/80W/24GB/R.1.21/6E
> >
> >  Board Serial          : E015B62
> >
> > Board Part Number     : 0106865F17D
> >
> >  Product Manufacturer  : EMERSON
> >
> >  Product Name          : PCA,ATCA-7365CE/80W/24GB/R.1.21/6E
> >
> >  Product Part Number   : 0106865F17D
> >
> >  Product Version       : R1.21
> >
> > Product Serial        : E015B62
> >
> >
> >
> > FRU Device Description : RTM-ATCA-736X-DD (ID 1)
> >
> > Board Mfg Date        : Wed Feb 16 16:25:00 2011
> >
> > Board Mfg             : Emerson
> >
> > Board Product         : RTM-ATCA-736X-DD
> >
> > Board Serial          :  450A1010026
> >
> > Board Part Number     : 0106812K02A
> >
> > Product Manufacturer  : Emerson
> >
> > Product Name          : RTM-ATCA-736X-DD
> >
> > Product Part Number   : 0106812K02A
> >
> > Product Version       : A
> >
> > Product Serial        :  450A1010026
> >
> > Product Asset Tag     : 01
> >
> >
> >
> > address@hidden home]#
> >
> >
> >
> >
> >
> >
> >
> > address@hidden: ~]# ipmitool -V
> >
> > ipmitool version 1.8.15-rc1
> >
> > address@hidden: ~]# ipmitool sensor
> >
> > Hotswap Carrier  | 0x0        | discrete   | 0x1080| na        | na
> > | na        | na        | na        | na
> >
> > Hotswap_AMC      | 0x0        | discrete   | 0x1080| na        | na
> > | na        | na        | na        | na
> >
> > Hotswap_RTM      | 0x0        | discrete   | 0x1080| na        | na
> > | na        | na        | na        | na
> >
> > -48V A Volts     | 4.550      | Volts      | nr    | 39.000    |
> > 40.300    | na        | na        | 72.475    | 73.450
> >
> > -48V B Volts     | 50.700     | Volts      | ok    | 39.000    |
> > 40.300    | na        | na        | 72.475    | 73.450
> >
> > -48V Amps        | 1.410      | Amps       | ok    | na        | na
> > | na        | na        | na        | na
> >
> > HoldUp Cap Volts | 93.132     | Volts      | ok    | na        | na
> > | na        | na        | na        | na
> >
> > PWR Entry Temp   | 36.340     | degrees C  | ok    | na        | na
> > | na        | 65.740    | 75.540    | na
> >
> > PWR Entry Status | 0x0        | discrete   | 0x0100| na        | na
> > | na        | na        | na        | na
> >
> > Bottom Edge Temp | 27.000     | degrees C  | ok    | na        | na
> > | na        | 44.000    | 57.000    | 66.000
> >
> > Top Edge Temp    | 39.000     | degrees C  | ok    | na        | na
> > | na        | 66.000    | 76.000    | 85.000
> >
> > IPMC Temp        | 33.000     | degrees C  | ok    | na        | na
> > | na        | 69.000    | 79.000    | 88.000
> >
> > CPU Temp         | 32.000     | degrees C  | ok    | na        | na
> > | na        | 70.000    | 85.000    | 95.000
> >
> > DDR 1 Temp       | 30.000     | degrees C  | ok    | na        | na
> > | na        | 71.000    | 81.000    | 90.000
> >
> > DDR 2 Temp       | 31.000     | degrees C  | ok    | na        | na
> > | na        | 71.000    | 81.000    | 90.000
> >
> > DDR 3 Temp       | 30.000     | degrees C  | ok    | na        | na
> > | na        | 71.000    | 81.000    | 90.000
> >
> > DDR 4 Temp       | 30.000     | degrees C  | ok    | na        | na
> > | na        | 71.000    | 81.000    | 90.000
> >
> > DDR 5 Temp       | 31.000     | degrees C  | ok    | na        | na
> > | na        | 71.000    | 81.000    | 90.000
> >
> > DDR 6 Temp       | 31.000     | degrees C  | ok    | na        | na
> > | na        | 71.000    | 81.000    | 90.000
> >
> > IPMB Physical    | 0x88       | discrete   | 0x0880| na        | na
> > | na        | na        | na        | na
> >
> > BMC Watchdog     | 0x0        | discrete   | 0x0000| na        | na
> > | na        | na        | na        | na
> >
> > IPMC POST        | 0x0        | discrete   | 0x0100| na        | na
> > | na        | na        | na        | na
> >
> > Version Change   | 0x0        | discrete   | 0x0000| na        | na
> > | na        | na        | na        | na
> >
> > Fw Progress      | 0x0        | discrete   | 0x0480| na        |
> > na        | na        | na        | na        | na
> >
> > OS Boot          | na         | discrete   | na    | na        | na
> > | na        | na        | na        | na
> >
> > Boot Error       | na         | discrete   | na    | na        | na
> > | na        | na        | na        | na
> >
> > Boot Initiated   | 0x0        | discrete   | 0x0180| na        | na
> > | na        | na        | na        | na
> >
> > POST Code        | 0x0        | discrete   | 0x0000| na        | na
> > | na        | na        | na        | na
> >
> > ATCA-7367 IPMC   | 0x0        | discrete   | 0x1400| na        | na
> > | na        | na        | na        | na
> >
> > Power Good       | 0x0        | discrete   | 0x0100| na        | na
> > | na        | na        | na        | na
> >
> > Boot Bank        | 0x0        | discrete   | 0x0000| na        | na
> > | na        | na        | na        | na
> >
> > Reset Source     | 0x0        | discrete   | 0x0100| na        | na
> > | na        | na        | na        | na
> >
> > CPU Status       | na         | discrete   | na    | na        | na
> > | na        | na        | na        | na
> >
> > +3.3V            | 3.319      | Volts      | ok    | 3.005     | 3.105
> > | 3.162     | 3.462     | 3.505     | 3.605
> >
> > +5V              | 5.024      | Volts      | ok    | 4.509     | 4.656
> > | 4.754     | 5.269     | 5.367     | 5.514
> >
> > +12V             | 11.842     | Volts      | ok    | 10.027    |
> > 10.248    | 10.853    | 13.218    | 13.822    | 14.043
> >
> > Board Temp       | 40.330     | degrees C  | ok    | na        | na
> > | na        | 60.740    | 70.160    | 81.150
> >
> > Inlet Temp       | 36.000     | degrees C  | ok    | na        | na
> > | na        | 50.000    | 60.000    | 70.000
> >
> > Version change   | na         | discrete   | na    | na        | na
> > | na        | na        | na        | na
> >
> > +3.3V RTM        | 3.299      | Volts      | ok    | 2.909     | 3.007
> > | na        | na        | 3.611     | 3.709
> >
> > +12V RTM         | 11.896     | Volts      | ok    | 10.834    |
> > 11.129    | na        | na        | 12.957    | 13.252
> >
> > +1.2V RTM        | 1.220      | Volts      | ok    | 0.900     | 1.140
> > | na        | na        | 1.260     | 1.500
> >
> > +1.0V RTM        | 1.000      | Volts      | ok    | 0.393     | 0.931
> > | na        | na        | 1.079     | 1.618
> >
> > temp in RTM      | 27.000     | degrees C  | ok    | na        | na
> > | na        | 40.000    | 55.000    | na
> >
> > temp SAS         | 39.000     | degrees C  | ok    | na        | na
> > | na        | 40.000    | 55.000    | na
> >
> > temp ETH         | 36.000     | degrees C  | ok    | na        | na
> > | na        | 40.000    | 55.000    | na
> >
> > address@hidden: ~]# ipmimonitoring -V
> >
> > ipmi-sensors - 1.4.5
> >
> > Copyright (C) 2003-2014 FreeIPMI Core Team
> >
> > This program is free software; you may redistribute it under the terms
> > of
> >
> > the GNU General Public License.  This program has absolutely no
> > warranty.
> >
> > address@hidden: ~]# ipmimonitoring
> >
> > Caching SDR repository
> > information: /root/.freeipmi/sdr-cache/sdr-cache-fw.localhost
> >
> > ipmi_sdr_cache_create: internal IPMI error
> >
> > address@hidden: ~]#
> >
> >
> >
> >
> >
> >
> >
> > Best regards,
> >
> > Sunkyu, Kim
> >
> >
> >
> > Team Manager | Customer Support Team 1
> >
> > T +82-2-3775-8668 | F +82-2-704-3395 | M +82-10-6700-4546
> >
> > NateON address@hidden <mailto:address@hidden>  | E.Mail address@hidden 
> > <mailto:address@hidden> 
> >
> > Xrosgen lnc. | 810/811 B dong , 583, Yangcheon-ro, Gangseo-gu, Seoul,
> > 157-779, Korea
> >
> >
> >
> > -----Original Message-----
> > From: Albert Chu [mailto:address@hidden <mailto:address@hidden> ]
> > Sent: Friday, October 3, 2014 2:16 AM
> > To: address@hidden <mailto:address@hidden> 
> > Cc: address@hidden <mailto:address@hidden> 
> > Subject: Re: I would appreciate any advice on how to troubleshoot this
> > issue.(ipmi_sdr_cache_create: internal IPMI error)
> >
> >
> >
> > Hi
> >
> >
> >
> > =====================================================
> >
> >
> >
> > Get SDR Repository Info Response
> >
> >
> >
> > =====================================================
> >
> >
> >
> > [              20h] = cmd[ 8b]
> >
> >
> >
> > [              C1h] = comp_code[ 8b]
> >
> >
> >
> > 0xC1 means that there is no IPMI support for the "Get SDR Repository
> > Info" command on this motherboard.  This is a requirement for all IPMI
> > motherboards and is really bad.
> >
> >
> >
> > It is very likely a firmware issue w/ the vendor.
> >
> >
> >
> > Al
> >
> >
> >
> > > Hello
> >
> > >
> >
> > >
> >
> > >
> >
> > > I live in South Korea Sunkyu.
> >
> > >
> >
> > > I can not english well.
> >
> > >
> >
> > > I am having problems using ipmimonitoring on a ATCA-7367
> > ( Artesyn ).
> >
> > >
> >
> > > I consistently get "ipmi_sdr_cache_create: internal IPMI error"
> >
> > > messages.
> >
> > >
> >
> > > I have attached the debug information below.
> >
> > >
> >
> > > Artesyn company said : if this issue caused by IPMI firmware,
> > Artesyn
> >
> > > will fix it.
> >
> > >
> >
> > > I would appreciate any advice on how to troubleshoot this issue.
> >
> > >
> >
> > >
> >
> > >
> >
> > > Have a nice day!
> >
> > >
> >
> > > Best regards
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > > address@hidden: ~]# uname -a
> >
> > >
> >
> > > Linux localhost2.6.32-431.29.2.el6.x86_64 #1 SMP Tue Sep 9 21:36:05
> >
> > > UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
> >
> > >
> >
> > > address@hidden: ~]# cat /etc/redhat-release
> >
> > >
> >
> > > CentOS release 6.5 (Final)
> >
> > >
> >
> > > address@hidden: ~]# ipmimonitoring -V
> >
> > >
> >
> > > ipmi-sensors - 1.4.5
> >
> > >
> >
> > > Copyright (C) 2003-2014 FreeIPMI Core Team
> >
> > >
> >
> > > This program is free software; you may redistribute it under the
> > terms
> >
> > > of
> >
> > >
> >
> > > the GNU General Public License.  This program has absolutely no
> >
> > > warranty.
> >
> > >
> >
> > > address@hidden: ~]# ipmimonitoring --debug
> >
> > >
> >
> > > Caching SDR repository
> >
> > > information: /root/.freeipmi/sdr-cache/sdr-cache-fw.localhost
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get SDR Repository Info Request
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              20h] = cmd[ 8b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get SDR Repository Info Response
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              20h] = cmd[ 8b]
> >
> > >
> >
> > > [              C1h] = comp_code[ 8b]
> >
> > >
> >
> > > ipmi_sdr_cache_create: internal IPMI error
> >
> > >
> >
> > > address@hidden: ~]# ipmimonitoring -D KCS
> >
> > >
> >
> > > Caching SDR repository
> >
> > > information: /root/.freeipmi/sdr-cache/sdr-cache-fw.localhost
> >
> > >
> >
> > > ipmi_sdr_cache_create: internal IPMI error
> >
> > >
> >
> > > address@hidden: ~]# bmc-info --debug
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Device ID Request
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [               1h] = cmd[ 8b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Device ID Response
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [               1h] = cmd[ 8b]
> >
> > >
> >
> > > [               0h] = comp_code[ 8b]
> >
> > >
> >
> > > [               0h] = device_id[ 8b]
> >
> > >
> >
> > > [               0h] = device_revision.revision[ 4b]
> >
> > >
> >
> > > [               0h] = device_revision.reserved1[ 3b]
> >
> > >
> >
> > > [               1h] = device_revision.sdr_support[ 1b]
> >
> > >
> >
> > > [               2h] = firmware_revision1.major_revision[ 7b]
> >
> > >
> >
> > > [               0h] = firmware_revision1.device_available[ 1b]
> >
> > >
> >
> > > [               0h] = firmware_revision2.minor_revision[ 8b]
> >
> > >
> >
> > > [               1h] = ipmi_version_major[ 4b]
> >
> > >
> >
> > > [               5h] = ipmi_version_minor[ 4b]
> >
> > >
> >
> > > [               1h] = additional_device_support.sensor_device[ 1b]
> >
> > >
> >
> > > [               0h] =
> >
> > > additional_device_support.sdr_repository_device[ 1b]
> >
> > >
> >
> > > [               1h] = additional_device_support.sel_device[ 1b]
> >
> > >
> >
> > > [               1h] =
> >
> > > additional_device_support.fru_inventory_device[ 1b]
> >
> > >
> >
> > > [               0h] =
> >
> > > additional_device_support.ipmb_event_receiver[ 1b]
> >
> > >
> >
> > > [               1h] =
> >
> > > additional_device_support.ipmb_event_generator[ 1b]
> >
> > >
> >
> > > [               0h] = additional_device_support.bridge[ 1b]
> >
> > >
> >
> > > [               0h] = additional_device_support.chassis_device[ 1b]
> >
> > >
> >
> > > [            65CDh] = manufacturer_id.id <http://manufacturer_id.id> [20b]
> >
> > >
> >
> > > [               0h] = manufacturer_id.reserved1[ 4b]
> >
> > >
> >
> > > [              26h] = product_id[16b]
> >
> > >
> >
> > > [        23000000h] = auxiliary_firmware_revision_information[32b]
> >
> > >
> >
> > > Device ID             : 0
> >
> > >
> >
> > > Device Revision       : 0
> >
> > >
> >
> > > Device SDRs           : supported
> >
> > >
> >
> > > Firmware Revision     : 2.00
> >
> > >
> >
> > > Device Available      : yes (normal operation)
> >
> > >
> >
> > > IPMI Version          : 1.5
> >
> > >
> >
> > > Sensor Device         : supported
> >
> > >
> >
> > > SDR Repository Device : unsupported
> >
> > >
> >
> > > SEL Device            : supported
> >
> > >
> >
> > > FRU Inventory Device  : supported
> >
> > >
> >
> > > IPMB Event Receiver   : unsupported
> >
> > >
> >
> > > IPMB Event Generator  : supported
> >
> > >
> >
> > > Bridge                : unsupported
> >
> > >
> >
> > > Chassis Device        : unsupported
> >
> > >
> >
> > > Manufacturer ID       : Emerson Network Power, Embedded Computing
> >
> > > (26061)
> >
> > >
> >
> > > Product ID            : 38
> >
> > >
> >
> > > Auxiliary Firmware Revision Information : 23000000h
> >
> > >
> >
> > >
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Device GUID Request
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [               8h] = cmd[ 8b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Device GUID Response
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [               8h] = cmd[ 8b]
> >
> > >
> >
> > > [               0h] = comp_code[ 8b]
> >
> > >
> >
> > > [  BYTE ARRAY ... ] = guid[16B]
> >
> > >
> >
> > > [ 4Bh FCh 2Eh AFh 01h 00h 01h 00h ]
> >
> > >
> >
> > > [ DFh 11h B4h 5Fh 00h 40h 0Bh CEh ]
> >
> > >
> >
> > > Device GUID : ce0b4000-5fb4-11df-0001-0001af2efc4b
> >
> > >
> >
> > >
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get System GUID Request
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              37h] = cmd[ 8b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get System GUID Response
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              37h] = cmd[ 8b]
> >
> > >
> >
> > > [               0h] = comp_code[ 8b]
> >
> > >
> >
> > > [  BYTE ARRAY ... ] = guid[16B]
> >
> > >
> >
> > > [ 00h 00h 00h 00h 00h 00h 00h 00h ]
> >
> > >
> >
> > > [ 00h 00h 00h 00h 00h 00h 00h 00h ]
> >
> > >
> >
> > > System GUID : 00000000-0000-0000-0000-000000000000
> >
> > >
> >
> > >
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get System Info Parameters Request
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              59h] = cmd[ 8b]
> >
> > >
> >
> > > [               0h] = reserved[ 7b]
> >
> > >
> >
> > > [               0h] = get_parameter[ 1b]
> >
> > >
> >
> > > [               1h] = parameter_selector[ 8b]
> >
> > >
> >
> > > [               0h] = set_selector[ 8b]
> >
> > >
> >
> > > [               0h] = block_selector[ 8b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get System Info Parameters Response
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              59h] = cmd[ 8b]
> >
> > >
> >
> > > [              C1h] = comp_code[ 8b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Channel Info Command Request
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              42h] = cmd[ 8b]
> >
> > >
> >
> > > [               0h] = channel_number[ 4b]
> >
> > >
> >
> > > [               0h] = reserved[ 4b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Channel Info Command Response
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              42h] = cmd[ 8b]
> >
> > >
> >
> > > [               0h] = comp_code[ 8b]
> >
> > >
> >
> > > [               0h] = actual_channel_number[ 4b]
> >
> > >
> >
> > > [               0h] = actual_channel_number.reserved[ 4b]
> >
> > >
> >
> > > [               1h] = channel_medium_type[ 7b]
> >
> > >
> >
> > > [               0h] = channel_medium_type.reserved[ 1b]
> >
> > >
> >
> > > [               1h] = channel_protocol_type[ 5b]
> >
> > >
> >
> > > [               0h] = channel_protocol_type.reserved[ 3b]
> >
> > >
> >
> > > [               0h] = active_session_count[ 6b]
> >
> > >
> >
> > > [               0h] = session_support[ 2b]
> >
> > >
> >
> > > [            1BF2h] = vendor_id[24b]
> >
> > >
> >
> > > [               0h] = auxiliary_channel_info[16b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Channel Info Command Request
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              42h] = cmd[ 8b]
> >
> > >
> >
> > > [               1h] = channel_number[ 4b]
> >
> > >
> >
> > > [               0h] = reserved[ 4b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Channel Info Command Response
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              42h] = cmd[ 8b]
> >
> > >
> >
> > > [               0h] = comp_code[ 8b]
> >
> > >
> >
> > > [               1h] = actual_channel_number[ 4b]
> >
> > >
> >
> > > [               0h] = actual_channel_number.reserved[ 4b]
> >
> > >
> >
> > > [               5h] = channel_medium_type[ 7b]
> >
> > >
> >
> > > [               0h] = channel_medium_type.reserved[ 1b]
> >
> > >
> >
> > > [               9h] = channel_protocol_type[ 5b]
> >
> > >
> >
> > > [               0h] = channel_protocol_type.reserved[ 3b]
> >
> > >
> >
> > > [               0h] = active_session_count[ 6b]
> >
> > >
> >
> > > [               0h] = session_support[ 2b]
> >
> > >
> >
> > > [            400Ah] = vendor_id[24b]
> >
> > >
> >
> > > [               0h] = auxiliary_channel_info[16b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Channel Info Command Request
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              42h] = cmd[ 8b]
> >
> > >
> >
> > > [               2h] = channel_number[ 4b]
> >
> > >
> >
> > > [               0h] = reserved[ 4b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Channel Info Command Response
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              42h] = cmd[ 8b]
> >
> > >
> >
> > > [              CBh] = comp_code[ 8b]
> >
> > >
> >
> > > [               1h] = actual_channel_number[ 4b]
> >
> > >
> >
> > > [               0h] = actual_channel_number.reserved[ 4b]
> >
> > >
> >
> > > [               5h] = channel_medium_type[ 7b]
> >
> > >
> >
> > > [               0h] = channel_medium_type.reserved[ 1b]
> >
> > >
> >
> > > [               9h] = channel_protocol_type[ 5b]
> >
> > >
> >
> > > [               0h] = channel_protocol_type.reserved[ 3b]
> >
> > >
> >
> > > [               0h] = active_session_count[ 6b]
> >
> > >
> >
> > > [               0h] = session_support[ 2b]
> >
> > >
> >
> > > [            400Ah] = vendor_id[24b]
> >
> > >
> >
> > > [               0h] = auxiliary_channel_info[16b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Channel Info Command Request
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              42h] = cmd[ 8b]
> >
> > >
> >
> > > [               3h] = channel_number[ 4b]
> >
> > >
> >
> > > [               0h] = reserved[ 4b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Channel Info Command Response
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              42h] = cmd[ 8b]
> >
> > >
> >
> > > [              CBh] = comp_code[ 8b]
> >
> > >
> >
> > > [               1h] = actual_channel_number[ 4b]
> >
> > >
> >
> > > [               0h] = actual_channel_number.reserved[ 4b]
> >
> > >
> >
> > > [               5h] = channel_medium_type[ 7b]
> >
> > >
> >
> > > [               0h] = channel_medium_type.reserved[ 1b]
> >
> > >
> >
> > > [               9h] = channel_protocol_type[ 5b]
> >
> > >
> >
> > > [               0h] = channel_protocol_type.reserved[ 3b]
> >
> > >
> >
> > > [               0h] = active_session_count[ 6b]
> >
> > >
> >
> > > [               0h] = session_support[ 2b]
> >
> > >
> >
> > > [            400Ah] = vendor_id[24b]
> >
> > >
> >
> > > [               0h] = auxiliary_channel_info[16b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Channel Info Command Request
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              42h] = cmd[ 8b]
> >
> > >
> >
> > > [               4h] = channel_number[ 4b]
> >
> > >
> >
> > > [               0h] = reserved[ 4b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Channel Info Command Response
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              42h] = cmd[ 8b]
> >
> > >
> >
> > > [               0h] = comp_code[ 8b]
> >
> > >
> >
> > > [               4h] = actual_channel_number[ 4b]
> >
> > >
> >
> > > [               0h] = actual_channel_number.reserved[ 4b]
> >
> > >
> >
> > > [               Ch] = channel_medium_type[ 7b]
> >
> > >
> >
> > > [               0h] = channel_medium_type.reserved[ 1b]
> >
> > >
> >
> > > [               5h] = channel_protocol_type[ 5b]
> >
> > >
> >
> > > [               0h] = channel_protocol_type.reserved[ 3b]
> >
> > >
> >
> > > [               0h] = active_session_count[ 6b]
> >
> > >
> >
> > > [               0h] = session_support[ 2b]
> >
> > >
> >
> > > [            1BF2h] = vendor_id[24b]
> >
> > >
> >
> > > [               0h] = auxiliary_channel_info[16b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Channel Info Command Request
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              42h] = cmd[ 8b]
> >
> > >
> >
> > > [               5h] = channel_number[ 4b]
> >
> > >
> >
> > > [               0h] = reserved[ 4b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Channel Info Command Response
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              42h] = cmd[ 8b]
> >
> > >
> >
> > > [               0h] = comp_code[ 8b]
> >
> > >
> >
> > > [               5h] = actual_channel_number[ 4b]
> >
> > >
> >
> > > [               0h] = actual_channel_number.reserved[ 4b]
> >
> > >
> >
> > > [               4h] = channel_medium_type[ 7b]
> >
> > >
> >
> > > [               0h] = channel_medium_type.reserved[ 1b]
> >
> > >
> >
> > > [               1h] = channel_protocol_type[ 5b]
> >
> > >
> >
> > > [               0h] = channel_protocol_type.reserved[ 3b]
> >
> > >
> >
> > > [               0h] = active_session_count[ 6b]
> >
> > >
> >
> > > [               2h] = session_support[ 2b]
> >
> > >
> >
> > > [            1BF2h] = vendor_id[24b]
> >
> > >
> >
> > > [               0h] = auxiliary_channel_info[16b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Channel Info Command Request
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              42h] = cmd[ 8b]
> >
> > >
> >
> > > [               6h] = channel_number[ 4b]
> >
> > >
> >
> > > [               0h] = reserved[ 4b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Channel Info Command Response
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              42h] = cmd[ 8b]
> >
> > >
> >
> > > [               0h] = comp_code[ 8b]
> >
> > >
> >
> > > [               6h] = actual_channel_number[ 4b]
> >
> > >
> >
> > > [               0h] = actual_channel_number.reserved[ 4b]
> >
> > >
> >
> > > [               4h] = channel_medium_type[ 7b]
> >
> > >
> >
> > > [               0h] = channel_medium_type.reserved[ 1b]
> >
> > >
> >
> > > [               1h] = channel_protocol_type[ 5b]
> >
> > >
> >
> > > [               0h] = channel_protocol_type.reserved[ 3b]
> >
> > >
> >
> > > [               0h] = active_session_count[ 6b]
> >
> > >
> >
> > > [               2h] = session_support[ 2b]
> >
> > >
> >
> > > [            1BF2h] = vendor_id[24b]
> >
> > >
> >
> > > [               0h] = auxiliary_channel_info[16b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Channel Info Command Request
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              42h] = cmd[ 8b]
> >
> > >
> >
> > > [               7h] = channel_number[ 4b]
> >
> > >
> >
> > > [               0h] = reserved[ 4b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get Channel Info Command Response
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              42h] = cmd[ 8b]
> >
> > >
> >
> > > [               0h] = comp_code[ 8b]
> >
> > >
> >
> > > [               7h] = actual_channel_number[ 4b]
> >
> > >
> >
> > > [               0h] = actual_channel_number.reserved[ 4b]
> >
> > >
> >
> > > [               1h] = channel_medium_type[ 7b]
> >
> > >
> >
> > > [               0h] = channel_medium_type.reserved[ 1b]
> >
> > >
> >
> > > [               1h] = channel_protocol_type[ 5b]
> >
> > >
> >
> > > [               0h] = channel_protocol_type.reserved[ 3b]
> >
> > >
> >
> > > [               0h] = active_session_count[ 6b]
> >
> > >
> >
> > > [               0h] = session_support[ 2b]
> >
> > >
> >
> > > [            1BF2h] = vendor_id[24b]
> >
> > >
> >
> > > [               0h] = auxiliary_channel_info[16b]
> >
> > >
> >
> > > Channel Information
> >
> > >
> >
> > >
> >
> > >
> >
> > > Channel Number       : 0
> >
> > >
> >
> > > Medium Type          : IPMB (I2C)
> >
> > >
> >
> > > Protocol Type        : IPMB-1.0
> >
> > >
> >
> > > Active Session Count : 0
> >
> > >
> >
> > > Session Support      : session-less
> >
> > >
> >
> > > Vendor ID            : Intelligent Platform Management Interface
> > forum
> >
> > > (7154)
> >
> > >
> >
> > >
> >
> > >
> >
> > > Channel Number       : 1
> >
> > >
> >
> > > Medium Type          : Asynch. Serial/Modem (RS-232)
> >
> > >
> >
> > > Protocol Type        : TMODE
> >
> > >
> >
> > > Active Session Count : 0
> >
> > >
> >
> > > Session Support      : session-less
> >
> > >
> >
> > > Vendor ID            : Pigeon Point Systems (16394)
> >
> > >
> >
> > >
> >
> > >
> >
> > > Channel Number       : 4
> >
> > >
> >
> > > Medium Type          : System Interface (KCS, SMIC, or BT)
> >
> > >
> >
> > > Protocol Type        : KCS
> >
> > >
> >
> > > Active Session Count : 0
> >
> > >
> >
> > > Session Support      : session-less
> >
> > >
> >
> > > Vendor ID            : Intelligent Platform Management Interface
> > forum
> >
> > > (7154)
> >
> > >
> >
> > >
> >
> > >
> >
> > > Channel Number       : 5
> >
> > >
> >
> > > Medium Type          : 802.3 LAN
> >
> > >
> >
> > > Protocol Type        : IPMB-1.0
> >
> > >
> >
> > > Active Session Count : 0
> >
> > >
> >
> > > Session Support      : multi-session
> >
> > >
> >
> > > Vendor ID            : Intelligent Platform Management Interface
> > forum
> >
> > > (7154)
> >
> > >
> >
> > >
> >
> > >
> >
> > > Channel Number       : 6
> >
> > >
> >
> > > Medium Type          : 802.3 LAN
> >
> > >
> >
> > > Protocol Type        : IPMB-1.0
> >
> > >
> >
> > > Active Session Count : 0
> >
> > >
> >
> > > Session Support      : multi-session
> >
> > >
> >
> > > Vendor ID            : Intelligent Platform Management Interface
> > forum
> >
> > > (7154)
> >
> > >
> >
> > >
> >
> > >
> >
> > > Channel Number       : 7
> >
> > >
> >
> > > Medium Type          : IPMB (I2C)
> >
> > >
> >
> > > Protocol Type        : IPMB-1.0
> >
> > >
> >
> > > Active Session Count : 0
> >
> > >
> >
> > > Session Support      : session-less
> >
> > >
> >
> > > Vendor ID            : Intelligent Platform Management Interface
> > forum
> >
> > > (7154)
> >
> > >
> >
> > >
> >
> > >
> >
> > > address@hidden: ~]# ipmi-sensors --debug
> >
> > >
> >
> > > Caching SDR repository
> >
> > > information: /root/.freeipmi/sdr-cache/sdr-cache-fw.localhost
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get SDR Repository Info Request
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              20h] = cmd[ 8b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get SDR Repository Info Response
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              20h] = cmd[ 8b]
> >
> > >
> >
> > > [              C1h] = comp_code[ 8b]
> >
> > >
> >
> > > ipmi_sdr_cache_create: internal IPMI error
> >
> > >
> >
> > > address@hidden: ~]#
> >
> > >
> >
> > > address@hidden: ~]#  ipmi-sensors --debug --sdr-cache-recreate
> >
> > >
> >
> > > Caching SDR repository
> >
> > > information: /root/.freeipmi/sdr-cache/sdr-cache-fw.localhost
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get SDR Repository Info Request
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              20h] = cmd[ 8b]
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > Get SDR Repository Info Response
> >
> > >
> >
> > > =====================================================
> >
> > >
> >
> > > [              20h] = cmd[ 8b]
> >
> > >
> >
> > > [              C1h] = comp_code[ 8b]
> >
> > >
> >
> > > ipmi_sdr_cache_create: internal IPMI error
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > >
> >
> > > address@hidden: ~]# dmidecode
> >
> > >
> >
> > > # dmidecode 2.12
> >
> > >
> >
> > > SMBIOS 2.6 present.
> >
> > >
> >
> > > 27 structures occupying 1582 bytes.
> >
> > >
> >
> > > Table at 0x000E9140.
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0000, DMI type 0, 24 bytes
> >
> > >
> >
> > > BIOS Information
> >
> > >
> >
> > >        Vendor: Emerson
> >
> > >
> >
> > >        Version: 1.1.3
> >
> > >
> >
> > >        Release Date: 10/02/2013
> >
> > >
> >
> > >        Address: 0xF0000
> >
> > >
> >
> > >        Runtime Size: 64 kB
> >
> > >
> >
> > >        ROM Size: 1024 kB
> >
> > >
> >
> > >        Characteristics:
> >
> > >
> >
> > >              PCI is supported
> >
> > >
> >
> > >              PNP is supported
> >
> > >
> >
> > >              BIOS is upgradeable
> >
> > >
> >
> > >              BIOS shadowing is allowed
> >
> > >
> >
> > >              Boot from CD is supported
> >
> > >
> >
> > >              Selectable boot is supported
> >
> > >
> >
> > >              BIOS ROM is socketed
> >
> > >
> >
> > >              EDD is supported
> >
> > >
> >
> > >              5.25"/1.2 MB floppy services are supported (int 13h)
> >
> > >
> >
> > >              3.5"/720 kB floppy services are supported (int 13h)
> >
> > >
> >
> > >              3.5"/2.88 MB floppy services are supported (int 13h)
> >
> > >
> >
> > >              Print screen service is supported (int 5h)
> >
> > >
> >
> > >              8042 keyboard services are supported (int 9h)
> >
> > >
> >
> > >              Serial services are supported (int 14h)
> >
> > >
> >
> > >              Printer services are supported (int 17h)
> >
> > >
> >
> > >              ACPI is supported
> >
> > >
> >
> > >              USB legacy is supported
> >
> > >
> >
> > >              BIOS boot specification is supported
> >
> > >
> >
> > >              Targeted content distribution is supported
> >
> > >
> >
> > >        BIOS Revision: 4.6
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0001, DMI type 1, 27 bytes
> >
> > >
> >
> > > System Information
> >
> > >
> >
> > >        Manufacturer: EMERSON
> >
> > >
> >
> > >        Product Name: PCA,ATCA-7367/0GB/6E
> >
> > >
> >
> > >        Version: REV.B
> >
> > >
> >
> > >        Serial Number: 8571373
> >
> > >
> >
> > >        UUID: 5FB411DF-4000-CE0B-4BFC-2EAF01000100
> >
> > >
> >
> > >        Wake-up Type: Power Switch
> >
> > >
> >
> > >        SKU Number:
> >
> > >
> >
> > >        Family:
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0002, DMI type 2, 15 bytes
> >
> > >
> >
> > > Base Board Information
> >
> > >
> >
> > >        Manufacturer: Emerson
> >
> > >
> >
> > >        Product Name: PCA,ATCA-7367/0GB/6E
> >
> > >
> >
> > >        Version: 0106826H04B
> >
> > >
> >
> > >        Serial Number: 8571373
> >
> > >
> >
> > >        Asset Tag:
> >
> > >
> >
> > >        Features:
> >
> > >
> >
> > >              Board is a hosting board
> >
> > >
> >
> > >              Board is removable
> >
> > >
> >
> > >              Board is replaceable
> >
> > >
> >
> > >              Board is hot swappable
> >
> > >
> >
> > >        Location In Chassis:
> >
> > >
> >
> > >        Chassis Handle: 0x0003
> >
> > >
> >
> > >        Type: Server Blade
> >
> > >
> >
> > >        Contained Object Handles: 0
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0003, DMI type 4, 42 bytes
> >
> > >
> >
> > > Processor Information
> >
> > >
> >
> > >        Socket Designation: CPU 1
> >
> > >
> >
> > >        Type: Central Processor
> >
> > >
> >
> > >        Family: Xeon
> >
> > >
> >
> > >        Manufacturer: Intel
> >
> > >
> >
> > >        ID: C2 06 02 00 FF FB EB BF
> >
> > >
> >
> > >        Signature: Type 0, Family 6, Model 44, Stepping 2
> >
> > >
> >
> > >        Flags:
> >
> > >
> >
> > >              FPU (Floating-point unit on-chip)
> >
> > >
> >
> > >              VME (Virtual mode extension)
> >
> > >
> >
> > >              DE (Debugging extension)
> >
> > >
> >
> > >              PSE (Page size extension)
> >
> > >
> >
> > >              TSC (Time stamp counter)
> >
> > >
> >
> > >              MSR (Model specific registers)
> >
> > >
> >
> > >              PAE (Physical address extension)
> >
> > >
> >
> > >              MCE (Machine check exception)
> >
> > >
> >
> > >              CX8 (CMPXCHG8 instruction supported)
> >
> > >
> >
> > >              APIC (On-chip APIC hardware supported)
> >
> > >
> >
> > >              SEP (Fast system call)
> >
> > >
> >
> > >              MTRR (Memory type range registers)
> >
> > >
> >
> > >              PGE (Page global enable)
> >
> > >
> >
> > >              MCA (Machine check architecture)
> >
> > >
> >
> > >              CMOV (Conditional move instruction supported)
> >
> > >
> >
> > >              PAT (Page attribute table)
> >
> > >
> >
> > >              PSE-36 (36-bit page size extension)
> >
> > >
> >
> > >              CLFSH (CLFLUSH instruction supported)
> >
> > >
> >
> > >              DS (Debug store)
> >
> > >
> >
> > >              ACPI (ACPI supported)
> >
> > >
> >
> > >              MMX (MMX technology supported)
> >
> > >
> >
> > >              FXSR (FXSAVE and FXSTOR instructions supported)
> >
> > >
> >
> > >              SSE (Streaming SIMD extensions)
> >
> > >
> >
> > >              SSE2 (Streaming SIMD extensions 2)
> >
> > >
> >
> > >              SS (Self-snoop)
> >
> > >
> >
> > >              HTT (Multi-threading)
> >
> > >
> >
> > >              TM (Thermal monitor supported)
> >
> > >
> >
> > >              PBE (Pending break enabled)
> >
> > >
> >
> > >        Version: Intel(R) Xeon(R) CPU L5638 @ 2.00GHz
> >
> > >
> >
> > >        Voltage: 0.0 V
> >
> > >
> >
> > >        External Clock: 533 MHz
> >
> > >
> >
> > >        Max Speed: 4000 MHz
> >
> > >
> >
> > >        Current Speed: 1995 MHz
> >
> > >
> >
> > >        Status: Populated, Enabled
> >
> > >
> >
> > >        Upgrade: Socket LGA1366
> >
> > >
> >
> > >        L1 Cache Handle: 0x0004
> >
> > >
> >
> > >        L2 Cache Handle: 0x0005
> >
> > >
> >
> > >        L3 Cache Handle: 0x0006
> >
> > >
> >
> > >        Serial Number:
> >
> > >
> >
> > >        Asset Tag:
> >
> > >
> >
> > >        Part Number:
> >
> > >
> >
> > >        Core Count: 6
> >
> > >
> >
> > >        Core Enabled: 6
> >
> > >
> >
> > >        Thread Count: 12
> >
> > >
> >
> > >        Characteristics:
> >
> > >
> >
> > >              64-bit capable
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0004, DMI type 7, 19 bytes
> >
> > >
> >
> > > Cache Information
> >
> > >
> >
> > >        Socket Designation: L1-Cache
> >
> > >
> >
> > >        Configuration: Enabled, Not Socketed, Level 1
> >
> > >
> >
> > >        Operational Mode: Write Back
> >
> > >
> >
> > >        Location: Internal
> >
> > >
> >
> > >        Installed Size: 32 kB
> >
> > >
> >
> > >        Maximum Size: 32 kB
> >
> > >
> >
> > >        Supported SRAM Types:
> >
> > >
> >
> > >              Other
> >
> > >
> >
> > >        Installed SRAM Type: Other
> >
> > >
> >
> > >        Speed: Unknown
> >
> > >
> >
> > >        Error Correction Type: None
> >
> > >
> >
> > >        System Type: Unified
> >
> > >
> >
> > >        Associativity: 4-way Set-associative
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0005, DMI type 7, 19 bytes
> >
> > >
> >
> > > Cache Information
> >
> > >
> >
> > >        Socket Designation: L2-Cache
> >
> > >
> >
> > >        Configuration: Enabled, Not Socketed, Level 2
> >
> > >
> >
> > >        Operational Mode: Varies With Memory Address
> >
> > >
> >
> > >        Location: Internal
> >
> > >
> >
> > >        Installed Size: 256 kB
> >
> > >
> >
> > >        Maximum Size: 256 kB
> >
> > >
> >
> > >        Supported SRAM Types:
> >
> > >
> >
> > >              Other
> >
> > >
> >
> > >        Installed SRAM Type: Other
> >
> > >
> >
> > >        Speed: Unknown
> >
> > >
> >
> > >        Error Correction Type: None
> >
> > >
> >
> > >        System Type: Unified
> >
> > >
> >
> > >        Associativity: 8-way Set-associative
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0006, DMI type 7, 19 bytes
> >
> > >
> >
> > > Cache Information
> >
> > >
> >
> > >        Socket Designation: L3-Cache
> >
> > >
> >
> > >        Configuration: Disabled, Not Socketed, Level 3
> >
> > >
> >
> > >        Operational Mode: Unknown
> >
> > >
> >
> > >        Location: Internal
> >
> > >
> >
> > >        Installed Size: 12288 kB
> >
> > >
> >
> > >        Maximum Size: 12288 kB
> >
> > >
> >
> > >        Supported SRAM Types:
> >
> > >
> >
> > >              Other
> >
> > >
> >
> > >        Installed SRAM Type: Other
> >
> > >
> >
> > >        Speed: Unknown
> >
> > >
> >
> > >        Error Correction Type: None
> >
> > >
> >
> > >        System Type: Unified
> >
> > >
> >
> > >        Associativity: 16-way Set-associative
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0008, DMI type 12, 5 bytes
> >
> > >
> >
> > > System Configuration Options
> >
> > >
> >
> > >        Option 1: To Be Filled By O.E.M.
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0009, DMI type 13, 22 bytes
> >
> > >
> >
> > > BIOS Language Information
> >
> > >
> >
> > >        Language Description Format: Long
> >
> > >
> >
> > >        Installable Languages: 1
> >
> > >
> >
> > >              en|US|iso8859-1
> >
> > >
> >
> > >        Currently Installed Language: en|US|iso8859-1
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x000A, DMI type 16, 15 bytes
> >
> > >
> >
> > > Physical Memory Array
> >
> > >
> >
> > >        Location: System Board Or Motherboard
> >
> > >
> >
> > >        Use: System Memory
> >
> > >
> >
> > >        Error Correction Type: Single-bit ECC
> >
> > >
> >
> > >        Maximum Capacity: 96 GB
> >
> > >
> >
> > >        Error Information Handle: Not Provided
> >
> > >
> >
> > >        Number Of Devices: 6
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x000B, DMI type 19, 15 bytes
> >
> > >
> >
> > > Memory Array Mapped Address
> >
> > >
> >
> > >        Starting Address: 0x00000000000
> >
> > >
> >
> > >        Ending Address: 0x005FFFFFFFF
> >
> > >
> >
> > >        Range Size: 24 GB
> >
> > >
> >
> > >        Physical Array Handle: 0x000A
> >
> > >
> >
> > >        Partition Width: 18
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x000C, DMI type 17, 28 bytes
> >
> > >
> >
> > > Memory Device
> >
> > >
> >
> > >        Array Handle: 0x000A
> >
> > >
> >
> > >        Error Information Handle: Not Provided
> >
> > >
> >
> > >        Total Width: 72 bits
> >
> > >
> >
> > >        Data Width: 64 bits
> >
> > >
> >
> > >        Size: 4096 MB
> >
> > >
> >
> > >        Form Factor: DIMM
> >
> > >
> >
> > >        Set: 1
> >
> > >
> >
> > >        Locator: DIMM_Socket_P01
> >
> > >
> >
> > >        Bank Locator: DIMM_CPU#0
> >
> > >
> >
> > >        Type: DDR3
> >
> > >
> >
> > >        Type Detail: Synchronous
> >
> > >
> >
> > >        Speed: 1333 MHz
> >
> > >
> >
> > >        Manufacturer: Samsung
> >
> > >
> >
> > >        Serial Number: 34FA4761
> >
> > >
> >
> > >        Asset Tag:
> >
> > >
> >
> > >        Part Number: M392B5273DH0-CH9
> >
> > >
> >
> > >        Rank: 2
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x000D, DMI type 20, 19 bytes
> >
> > >
> >
> > > Memory Device Mapped Address
> >
> > >
> >
> > >        Starting Address: 0x00000000000
> >
> > >
> >
> > >        Ending Address: 0x000FFFFFFFF
> >
> > >
> >
> > >        Range Size: 4 GB
> >
> > >
> >
> > >        Physical Device Handle: 0x000C
> >
> > >
> >
> > >        Memory Array Mapped Address Handle: 0x000B
> >
> > >
> >
> > >        Partition Row Position: Unknown
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x000E, DMI type 17, 28 bytes
> >
> > >
> >
> > > Memory Device
> >
> > >
> >
> > >        Array Handle: 0x000A
> >
> > >
> >
> > >        Error Information Handle: Not Provided
> >
> > >
> >
> > >        Total Width: 72 bits
> >
> > >
> >
> > >        Data Width: 64 bits
> >
> > >
> >
> > >        Size: 4096 MB
> >
> > >
> >
> > >        Form Factor: DIMM
> >
> > >
> >
> > >        Set: 2
> >
> > >
> >
> > >        Locator: DIMM_Socket_P02
> >
> > >
> >
> > >        Bank Locator: DIMM_CPU#0
> >
> > >
> >
> > >        Type: DDR3
> >
> > >
> >
> > >        Type Detail: Synchronous
> >
> > >
> >
> > >        Speed: 1333 MHz
> >
> > >
> >
> > >        Manufacturer: Samsung
> >
> > >
> >
> > >        Serial Number: 34FA465E
> >
> > >
> >
> > >        Asset Tag:
> >
> > >
> >
> > >        Part Number: M392B5273DH0-CH9
> >
> > >
> >
> > >        Rank: 2
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x000F, DMI type 20, 19 bytes
> >
> > >
> >
> > > Memory Device Mapped Address
> >
> > >
> >
> > >        Starting Address: 0x00100000000
> >
> > >
> >
> > >        Ending Address: 0x001FFFFFFFF
> >
> > >
> >
> > >        Range Size: 4 GB
> >
> > >
> >
> > >        Physical Device Handle: 0x000E
> >
> > >
> >
> > >        Memory Array Mapped Address Handle: 0x000B
> >
> > >
> >
> > >        Partition Row Position: Unknown
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0010, DMI type 17, 28 bytes
> >
> > >
> >
> > > Memory Device
> >
> > >
> >
> > >        Array Handle: 0x000A
> >
> > >
> >
> > >        Error Information Handle: Not Provided
> >
> > >
> >
> > >        Total Width: 72 bits
> >
> > >
> >
> > >        Data Width: 64 bits
> >
> > >
> >
> > >        Size: 4096 MB
> >
> > >
> >
> > >        Form Factor: DIMM
> >
> > >
> >
> > >        Set: 4
> >
> > >
> >
> > >        Locator: DIMM_Socket_P03
> >
> > >
> >
> > >        Bank Locator: DIMM_CPU#0
> >
> > >
> >
> > >        Type: DDR3
> >
> > >
> >
> > >        Type Detail: Synchronous
> >
> > >
> >
> > >        Speed: 1333 MHz
> >
> > >
> >
> > >        Manufacturer: Samsung
> >
> > >
> >
> > >        Serial Number: 34FA4665
> >
> > >
> >
> > >        Asset Tag:
> >
> > >
> >
> > >        Part Number: M392B5273DH0-CH9
> >
> > >
> >
> > >        Rank: 2
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0011, DMI type 20, 19 bytes
> >
> > >
> >
> > > Memory Device Mapped Address
> >
> > >
> >
> > >        Starting Address: 0x00200000000
> >
> > >
> >
> > >        Ending Address: 0x002FFFFFFFF
> >
> > >
> >
> > >        Range Size: 4 GB
> >
> > >
> >
> > >        Physical Device Handle: 0x0010
> >
> > >
> >
> > >        Memory Array Mapped Address Handle: 0x000B
> >
> > >
> >
> > >        Partition Row Position: Unknown
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0012, DMI type 17, 28 bytes
> >
> > >
> >
> > > Memory Device
> >
> > >
> >
> > >        Array Handle: 0x000A
> >
> > >
> >
> > >        Error Information Handle: Not Provided
> >
> > >
> >
> > >        Total Width: 72 bits
> >
> > >
> >
> > >        Data Width: 64 bits
> >
> > >
> >
> > >        Size: 4096 MB
> >
> > >
> >
> > >        Form Factor: DIMM
> >
> > >
> >
> > >        Set: 5
> >
> > >
> >
> > >        Locator: DIMM_Socket_P04
> >
> > >
> >
> > >        Bank Locator: DIMM_CPU#0
> >
> > >
> >
> > >        Type: DDR3
> >
> > >
> >
> > >        Type Detail: Synchronous
> >
> > >
> >
> > >        Speed: 1333 MHz
> >
> > >
> >
> > >        Manufacturer: Samsung
> >
> > >
> >
> > >        Serial Number: 34FA46D1
> >
> > >
> >
> > >        Asset Tag:
> >
> > >
> >
> > >        Part Number: M392B5273DH0-CH9
> >
> > >
> >
> > >        Rank: 2
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0013, DMI type 20, 19 bytes
> >
> > >
> >
> > > Memory Device Mapped Address
> >
> > >
> >
> > >        Starting Address: 0x00300000000
> >
> > >
> >
> > >        Ending Address: 0x003FFFFFFFF
> >
> > >
> >
> > >        Range Size: 4 GB
> >
> > >
> >
> > >        Physical Device Handle: 0x0012
> >
> > >
> >
> > >        Memory Array Mapped Address Handle: 0x000B
> >
> > >
> >
> > >        Partition Row Position: Unknown
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0014, DMI type 17, 28 bytes
> >
> > >
> >
> > > Memory Device
> >
> > >
> >
> > >        Array Handle: 0x000A
> >
> > >
> >
> > >        Error Information Handle: Not Provided
> >
> > >
> >
> > >        Total Width: 72 bits
> >
> > >
> >
> > >        Data Width: 64 bits
> >
> > >
> >
> > >        Size: 4096 MB
> >
> > >
> >
> > >        Form Factor: DIMM
> >
> > >
> >
> > >        Set: 7
> >
> > >
> >
> > >        Locator: DIMM_Socket_P05
> >
> > >
> >
> > >        Bank Locator: DIMM_CPU#0
> >
> > >
> >
> > >        Type: DDR3
> >
> > >
> >
> > >        Type Detail: Synchronous
> >
> > >
> >
> > >        Speed: 1333 MHz
> >
> > >
> >
> > >        Manufacturer: Samsung
> >
> > >
> >
> > >        Serial Number: 34FA4735
> >
> > >
> >
> > >        Asset Tag:
> >
> > >
> >
> > >        Part Number: M392B5273DH0-CH9
> >
> > >
> >
> > >        Rank: 2
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0015, DMI type 20, 19 bytes
> >
> > >
> >
> > > Memory Device Mapped Address
> >
> > >
> >
> > >        Starting Address: 0x00400000000
> >
> > >
> >
> > >        Ending Address: 0x004FFFFFFFF
> >
> > >
> >
> > >        Range Size: 4 GB
> >
> > >
> >
> > >        Physical Device Handle: 0x0014
> >
> > >
> >
> > >        Memory Array Mapped Address Handle: 0x000B
> >
> > >
> >
> > >        Partition Row Position: Unknown
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0016, DMI type 17, 28 bytes
> >
> > >
> >
> > > Memory Device
> >
> > >
> >
> > >        Array Handle: 0x000A
> >
> > >
> >
> > >        Error Information Handle: Not Provided
> >
> > >
> >
> > >        Total Width: 72 bits
> >
> > >
> >
> > >        Data Width: 64 bits
> >
> > >
> >
> > >        Size: 4096 MB
> >
> > >
> >
> > >        Form Factor: DIMM
> >
> > >
> >
> > >        Set: 8
> >
> > >
> >
> > >        Locator: DIMM_Socket_P06
> >
> > >
> >
> > >        Bank Locator: DIMM_CPU#0
> >
> > >
> >
> > >        Type: DDR3
> >
> > >
> >
> > >        Type Detail: Synchronous
> >
> > >
> >
> > >        Speed: 1333 MHz
> >
> > >
> >
> > >        Manufacturer: Samsung
> >
> > >
> >
> > >        Serial Number: 34FA475A
> >
> > >
> >
> > >        Asset Tag:
> >
> > >
> >
> > >        Part Number: M392B5273DH0-CH9
> >
> > >
> >
> > >        Rank: 2
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0017, DMI type 20, 19 bytes
> >
> > >
> >
> > > Memory Device Mapped Address
> >
> > >
> >
> > >        Starting Address: 0x00500000000
> >
> > >
> >
> > >        Ending Address: 0x005FFFFFFFF
> >
> > >
> >
> > >        Range Size: 4 GB
> >
> > >
> >
> > >        Physical Device Handle: 0x0016
> >
> > >
> >
> > >        Memory Array Mapped Address Handle: 0x000B
> >
> > >
> >
> > >        Partition Row Position: Unknown
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0018, DMI type 32, 20 bytes
> >
> > >
> >
> > > System Boot Information
> >
> > >
> >
> > >        Status: No errors detected
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0019, DMI type 38, 18 bytes
> >
> > >
> >
> > > IPMI Device Information
> >
> > >
> >
> > >        Interface Type: KCS (Keyboard Control Style)
> >
> > >
> >
> > >        Specification Version: 2.0
> >
> > >
> >
> > >        I2C Slave Address: 0x4e
> >
> > >
> >
> > >        NV Storage Device: Not Present
> >
> > >
> >
> > >        Base Address: 0x0000000000000CA2 (I/O)
> >
> > >
> >
> > >        Register Spacing: Successive Byte Boundaries
> >
> > >
> >
> > >        Interrupt Number: 6
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x0007, DMI type 11, 5 bytes
> >
> > >
> >
> > > OEM Strings
> >
> > >
> >
> > >        String 1: $RC$.@ <mailto:$RC$.@> 
> >
> > >
> >
> > >        String 2: Last Reset Cause: PowerOn, CPU, IPMI
> >
> > >
> >
> > >
> >
> > >
> >
> > > Handle 0x001A, DMI type 127, 4 bytes
> >
> > >
> >
> > > End Of Table
> >
> > >
> >
> > >
> >
> > >
> >
> > > address@hidden: ~]#
> >
> > --
> >
> > Albert Chu
> >
> > address@hidden <mailto:address@hidden> 
> >
> > Computer Scientist
> >
> > High Performance Systems Division
> >
> > Lawrence Livermore National Laboratory
> >
> >
> >
> >
> >
> >
> --
> Albert Chu
> address@hidden <mailto:address@hidden> 
> Computer Scientist
> High Performance Systems Division
> Lawrence Livermore National Laboratory
>
>
>
--
Albert Chu
address@hidden <mailto:address@hidden> 
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory



_______________________________________________
Freeipmi-users mailing list
address@hidden <mailto:address@hidden> 
https://lists.gnu.org/mailman/listinfo/freeipmi-users

 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]