Hi All,

We are attempting to get OpenHPI working with some new Intel Servers S2600JF 
which have the RMM4 plugin BMC, configuring OpenHPI with libipmidirect with the 
details from ipmitool we get the following in the /var/log/messages

Sep 11 03:04:35 emeafae00 openhpid: openhpid: plugin.c:580: A handler #1 on the 
libipmidirect plugin could not be opened.
Sep 11 03:04:35 emeafae00 openhpid: openhpid: conf.c:588: Couldn't load handler 
for plugin libipmidirect.

Below is my openhpi config for this system and the output from ipmitool 

Can you suggest a debug strategy to get more information on this problem? Or 
point me at my mistake int he config file :)

Thanks in advance.

## Section for ipmidirect plugin using RMCP:
handler libipmidirect {
        entity_root = "{SYSTEM_CHASSIS,0}"
        name = "lan"         # RMCP
        addr = "172.16.0.101"   # Host name or IP address
        port = "623"         # RMCP port
        auth_type = "NONE"   # none, md2, md5 or straight
        auth_level = "admin" # operator or admin
        username = "NONE"
        password = "NONE"
        IpmiConnectionTimeout = "5000"
        AtcaConnectionTimeout = "1000"
#        MaxOutstanding = "1" # Allow parallel processing of
#        # ipmi commands; change with care
#        logflags = ""      # logging off
#        # logflags = "file stdout"
#        # infos goes to logfile and stdout
#        # the logfile are log00.log, log01.log ...
#        logfile = "log"
#        # if #logfile_max reached replace the oldest one
#        logfile_max = "10"
}


ipmitool shows the following configuration

ipmitool lan print 1
Set in Progress         : Set Complete
Auth Type Support       : NONE MD5 PASSWORD 
Auth Type Enable        : Callback : NONE MD5 PASSWORD 
                        : User     : NONE MD5 PASSWORD 
                        : Operator : NONE MD5 PASSWORD 
                        : Admin    : NONE MD5 PASSWORD 
                        : OEM      : 
IP Address Source       : Static Address
IP Address              : 172.16.0.101
Subnet Mask             : 255.255.0.0
MAC Address             : 00:1e:67:39:b2:8a
SNMP Community String   : public
IP Header               : TTL=0x00 Flags=0x00 Precedence=0x00 TOS=0x00
BMC ARP Control         : ARP Responses Enabled, Gratuitous ARP Disabled
Gratituous ARP Intrvl   : 0.0 seconds
Default Gateway IP      : 0.0.0.0
Default Gateway MAC     : 00:00:00:00:00:00
Backup Gateway IP       : 0.0.0.0
Backup Gateway MAC      : 00:00:00:00:00:00
802.1q VLAN ID          : Disabled
802.1q VLAN Priority    : 0
RMCP+ Cipher Suites     : 1,2,3,4,6,7,8,9,11,12,13,15,16,17,18,0
Cipher Suite Priv Max   : caaaXXaaaXXaaXX
                        :     X=Cipher Suite Unused
                        :     c=CALLBACK
                        :     u=USER
                        :     o=OPERATOR
                        :     a=ADMIN
                        :     O=OEM




Regards,
Chris

Chris Bloxham
Xyratex (www.xyratex.com)
______________________________________________________________________
For additional information including the registered office and the treatment of 
Xyratex confidential information please visit www.xyratex.com
______________________________________________________________________


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openhpi-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openhpi-devel

Reply via email to