> 
> I apologize for asking what is probably a newbie user 
> question on a Dev list, but i didn't see a user one..
> 
> We have some proprietary extensions available to use that use 
> Netfn of 0x3c, AKA OEM7.  This BMC supports IPMI V2.  In 
> looking at the IPMI V2 spec, I do see some references to OEM7 
> being the end of a (OEM) range, so that seems reasonable.
> 
> But running, e.g., 'ipmitool bmc getenables' reports:
> 
> Receive Message Queue Interrupt          : disabled
> Event Message Buffer Full Interrupt      : enabled
> Event Message Buffer                     : enabled
> System Event Logging                     : enabled
> OEM 0                                    : disabled
> OEM 1                                    : disabled
> OEM 2                                    : disabled
> 
> That's it -- the corresponding setenables won't take higher 
> than oem2.  Is there any limitation to using ipmitool for 
> higher OEM levels?  I just want to test some raw commands to 
> make sure they do what is advertised before jumping into code.
> 
> Thanks, and if I need to be sent elsewhere, that's fine, too.
> 

The 'ipmitool bmc getenables' sends the Get BMC global enables command (NetFn 
App / Cmd 0x2F). This has nothing to do with the OEM commands. 

If you are running over the lan/lanplus interface, you might need to specify -L 
OEM in order to execute the OEM commands. 

Also, if the firmware firewall is enabled in the BMC, the commands might be 
disabled on certain interfaces/channels. You can test for this with the 'Get 
NetFn Support' and 'Get Command Support' commands from an API point of view. 

For first time tests, send the commands in raw format

Ipmitool raw 0x3c ...

Best regards

Holger
------------------------------------------------------------------------------
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to