RE: [Freeipmi-devel] Re: Fujitsu's iRMC S2 - support for get SEL entry long text within ipmi-oem

2010-08-20 Thread Liebig, Holger
  One problem is, that this OEM command requires admin privilege, which
  would have to be specified on the command line with -l admin.
 
 That is annoying.  We could up the default privilege to admin, but my
 general attitude is to max the privilege level at whatever is necessary
 for the tool.  Since this is an OEM extension thing, it's a little
 different.  Perhaps we could document it and if you run w/
 --interpret-oem-data, output an error if user isn't specifying atleast
 admin privilege???  Not entirely sure at this point, we'll ponder this a
 bit more.
[Liebig, Holger] 
At least some hint to the user would be nice. Since completion code 0xD4 is 
returned (insufficient Privilege), this could be potentially in lined into the 
output

I'm also working on integration of Fujitsu specific OEM sensor information into 
freeipmi, at least this would show some better information for the SEL than 
today when running without -l admin but with --interpret-oem-data.

Holger

___
Freeipmi-devel mailing list
Freeipmi-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/freeipmi-devel


RE: [Freeipmi-devel] Re: Fujitsu's iRMC S2 - support for get SEL entry long text within ipmi-oem

2010-08-20 Thread Liebig, Holger
 
 On 08/18/10 22:40, Albert Chu:
  Unfortunately due to memory constrains in the previous BMC generation
  the maximum length of a single response is limited to 64bytes, while on
  the current product line you should be able to get the full 100bytes
 
 0x64 = 100
 
 Random coincidence ? It look like typo within firmware sources that has
 been fixed later ...

Nope. Initial (non standard KCS) transfer size started with 80bytes in order to 
transfer 64Bytes with a single OEM command (plus command overhead). This is 
still true on iRMC S1 based systems (firmware 1.xx) and earlier BMC's (pre 
2005) timeframe). This SEL translation feature is available on iRMC / iRMC S2 
only. 

Holger


___
Freeipmi-devel mailing list
Freeipmi-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/freeipmi-devel


RE: [Freeipmi-devel] Re: Fujitsu's iRMC S2 - support for get SEL entry long text within ipmi-oem

2010-08-20 Thread Albert Chu

On Fri, 2010-08-20 at 05:20 -0700, Liebig, Holger wrote:
   One problem is, that this OEM command requires admin privilege, which
   would have to be specified on the command line with -l admin.
  
  That is annoying.  We could up the default privilege to admin, but my
  general attitude is to max the privilege level at whatever is necessary
  for the tool.  Since this is an OEM extension thing, it's a little
  different.  Perhaps we could document it and if you run w/
  --interpret-oem-data, output an error if user isn't specifying atleast
  admin privilege???  Not entirely sure at this point, we'll ponder this a
  bit more.
 [Liebig, Holger] 
 At least some hint to the user would be nice. Since completion code
 0xD4 is returned (insufficient Privilege), this could be potentially
 in lined into the output

Well, if we did nothing, a privilege level insufficient ... error
could would fallthrough from libfreeipmi/ to ipmi-sel's execution.  Not
good, but not terrible.  As I've thought about it more, I'm thinking the
--interpret-oem-data option should have a special case for Fujitsu
motherboards and report an error to the user just saying, Use -l
admin.

 I'm also working on integration of Fujitsu specific OEM sensor
 information into freeipmi, at least this would show some better
 information for the SEL than today when running without -l admin but
 with --interpret-oem-data.

Cool!

Al

 Holger
-- 
Albert Chu
ch...@llnl.gov
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory


___
Freeipmi-devel mailing list
Freeipmi-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/freeipmi-devel


[Freeipmi-devel] FreeIPMI 0.8.9 Released

2010-08-20 Thread Albert Chu
http://ftp.gluster.com/pub/freeipmi/0.8.8/

FreeIPMI 0.8.9 - 08/20/10
-
o In ipmi-sel and ipmimonitoring, workaround Supermicro H8QME SEL
  compliance issues in ipmi-sel.
o In ipmi-sel, do not report error if SEL is empty.
o Support Fujitsu 'get-sel-entry-long-text' in ipmi-oem.
o Fix workaround flags bug in ipmimonitoring.
o Revert 'Open Session Privilege Workaround' changes in 0.8.8, were unnecessary.
o Fix daylight savings bug when configuring BMC times in bmc-device.
o Support 'veryslowcommit' workaround for config tools to work around
  very slow BMCs.
o Support --enable-rawdumps compile option.
o Support SHA256 in IPMI 2.0.
o Other minor bug fixes.

Al

-- 
Albert Chu
ch...@llnl.gov
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory


___
Freeipmi-devel mailing list
Freeipmi-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/freeipmi-devel


[Freeipmi-devel] Re: [Freeipmi-users] FreeIPMI 0.8.9 Released

2010-08-20 Thread Albert Chu
Oops, didn't update the link properly.

http://ftp.gluster.com/pub/freeipmi/0.8.9/

Al

On Fri, 2010-08-20 at 13:51 -0700, Albert Chu wrote:
 http://ftp.gluster.com/pub/freeipmi/0.8.8/
 
 FreeIPMI 0.8.9 - 08/20/10
 -
 o In ipmi-sel and ipmimonitoring, workaround Supermicro H8QME SEL
   compliance issues in ipmi-sel.
 o In ipmi-sel, do not report error if SEL is empty.
 o Support Fujitsu 'get-sel-entry-long-text' in ipmi-oem.
 o Fix workaround flags bug in ipmimonitoring.
 o Revert 'Open Session Privilege Workaround' changes in 0.8.8, were 
 unnecessary.
 o Fix daylight savings bug when configuring BMC times in bmc-device.
 o Support 'veryslowcommit' workaround for config tools to work around
   very slow BMCs.
 o Support --enable-rawdumps compile option.
 o Support SHA256 in IPMI 2.0.
 o Other minor bug fixes.
 
 Al
 
-- 
Albert Chu
ch...@llnl.gov
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory


___
Freeipmi-devel mailing list
Freeipmi-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/freeipmi-devel