Hot swap of FRUs other than FRU #0 does not work at this point (See bug
#1794820). By the way, you should remove the last 2 lines of your
openhpi.conf file since there is no need for the plugin to poll MCs in ATCA
systems - it's done by the Shelf Manager - and MC 0x20 is always polled by
default.

 

Pierre

 

  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nancy Chen
Sent: Friday, September 21, 2007 21:04
To: [email protected];
[EMAIL PROTECTED]
Subject: [Openhpi-devel] AMC hotswap events

 

I am trying to write a simple AMC hotswap application. I can see through
debugging messages, ipmidirect plugin code already goes into
cIpmiMcThread::HandleEvent(), but I keep getting "hotswap event without a MC
!". What does it mean? Do I have the correct configuration file? Here is my
openhpi.conf. I am running with version 2.4.1.

 

handler libipmidirect {

        entity_root = "{SYSTEM_CHASSIS,6}"

        name = "smi"

        addr = 0

        logflags = "file"      # logging off

        # logflags = "file stdout"

        # infos goes to logfile and stdout

        # the logfile are log00.log, log01.log ...

        logfile = "/var/log/ipmidirect"

        # if #logfile_max reached replace the oldest one

        logfile_max = "10"

        # IpmiConnectionTimeout & AtcaConnectionTimeout in ms

        IpmiConnectionTimeout = "10000"

        AtcaConnectionTimeout = "5000"

        EnableSelOnAll = "1"

        AtcaPollAliveMCs = "1"

        MC20 = "initial_discover poll_alive poll_dead"

}

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Openhpi-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openhpi-devel

Reply via email to