On Tue, 2008-08-05 at 06:28 -0400, Mark Seger wrote:
> I've been using the following sequence on a number of systems, which 
> someone on this list pointed me to a few weeks ago, and it works great.  
> Significantly speeds up the processing times from multiple seconds to 
> sub-seconds:
> 
> ipmitool sdr dump /tmp/xxx
> ipmitool sdr -c -S /tmp/xxx type fan
> 
> However, there is an older system I'm trying this on and though the 
> 'dump' appears to wors fine, when I try the query command using -S I get 
> (just the first few lines):
> 
> [EMAIL PROTECTED] ~]# ipmitool sdr -c -S /tmp/xxx type fan
> invalid sdr header version 01
> invalid sdr header version 69
> invalid sdr header version 20

This is just a guess.  

It looks like the SDR data is filled with some invalid data, which is
checked when you run w/ -S.  Perhaps ipmitool does not check/care if the
version data is valid/invalid when you run without -S.

One experiment is just to flat out remove those checks from the tool and
see if things work out fine.  Updating the firmware is also a
possibility if the SDR is out of date.

Al

> This is ipmitool V1.8.2 and it works fine without -S, but takes about 5 
> seconds to process the command and I really want to use -S because of 
> its speed.
> 
> any suggestions on how to track down the problem?
> 
> -mark
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http:// moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Ipmitool-devel mailing list
> Ipmitool-devel@lists.sourceforge.net
> https:// lists.sourceforge.net/lists/listinfo/ipmitool-devel
> 
-- 
Albert Chu
[EMAIL PROTECTED]
925-422-5311
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to