Hi Phil,

Are you trying to program a raw command via libfreeipmi?  What problems
are you having?

It's sort of hard to describe a raw command to do it, since one normally
uses it to encapsulate another command for bridging, and its dependent
on the channel and addresses you're sending to.  Here's an example of a
send message, bridging a sensor read, on a motheboard I have.

ipmi-raw 0 6 0x34 0x06 0x2c 0x10 0xc4 0x20 0x4e 0x2d 0x1a 0x4b

Here's the packet I created it from.

=====================================================
Send Message Request
=====================================================
KCS Header:
------------
[               0h] = lun[ 2b]
[               6h] = net_fn[ 6b]
IPMI Command Data:
------------------
[              34h] = cmd[ 8b]
[               6h] = channel_number[ 4b]
[               0h] = send_message_with_authentication[ 1b]
[               0h] = send_message_with_encryption[ 1b]
[               0h] = tracking_operation[ 2b]
IPMB Message Header:
--------------------
[              2Ch] = rs_addr[ 8b]
[               0h] = rs_lun[ 2b]
[               4h] = net_fn[ 6b]
[              C4h] = checksum1[ 8b]
[              20h] = rq_addr[ 8b]
[               2h] = rq_lun[ 2b]
[              13h] = rq_seq[ 6b]
IPMB Message Data:
------------------
[              2Dh] = cmd[ 8b]
[              1Ah] = sensor_number[ 8b]
IPMB Message Trailer:
---------------------
[              4Bh] = checksum2[ 8b]

Al

On Sun, 2011-09-11 at 13:19 -0700, [email protected] wrote:
> I am trying to do a IPMI Send Message Command using Free IPMI but having 
> problems.
> Can someone send the RAW format for the IPMI Send Message Command?
> 
> 
> Phil Chidester
> Storage Engineering
> Dell | PG Development
> 512 728-4840
> 
> _______________________________________________
> Freeipmi-users mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/freeipmi-users
-- 
Albert Chu
[email protected]
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory



_______________________________________________
Freeipmi-users mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/freeipmi-users

Reply via email to