689 Commits

Author SHA1 Message Date
Duncan Laurie
a7bcb2422e make rhel build i386 arch rpms on opteron when using 'make rpm' 2005-06-28 20:28:40 +00:00
Jeremy Ellington
4067bafa57 Added some support for the interpretation of OEM event messages (type 2 SEL
entries with with an event type in the OEM range).  For Newisys OEM SEL
entries, textual message descriptions are retrieved through a Newisys IPMI
OEM command.
include/ipmitool/ipmi_sel.h lib/ipmi_sel.c src/ipmievd.c CVS:
----------------------------------------------------------------------
2005-06-28 20:19:08 +00:00
Duncan Laurie
624392f798 add check for tgetent to fix readline problems on RHEL4 2005-06-28 18:53:37 +00:00
Duncan Laurie
ac2cc29ac0 remove / from string 2005-06-27 22:45:14 +00:00
Duncan Laurie
87540ecf2a don't spin while waiting for 0 bytes in case BMC lies about how much data is in a FRU 2005-06-27 22:23:34 +00:00
Duncan Laurie
6d77f698f2 allow SOL port to be sent in network byte order since some BMCs do this 2005-06-27 22:15:05 +00:00
Duncan Laurie
083e6afc46 fix doc bug 2005-06-27 22:07:04 +00:00
Duncan Laurie
384f9219ba move selftest results to its own command 2005-06-27 22:01:54 +00:00
Duncan Laurie
fef402714f print binary data for i2c transactions 2005-06-25 17:33:35 +00:00
Jeremy Ellington
312b564091 A clarification (E347) in the IPMI v2 errata document (mark II) makes it
pretty clear that listing algorithms by cipher suite does not list all
algorithms, but lists supported algothms *grouped* by cipher suite.  Since
both views contain the same information, we will just support one in
ipmitool -- supported algorithms listed by cipher suite view.
2005-06-22 22:12:59 +00:00
Duncan Laurie
a85bd201df work around readline 4.2 bug 2005-06-17 23:14:44 +00:00
Duncan Laurie
e633524d34 fix freebsd compile problem 2005-06-17 23:12:53 +00:00
Duncan Laurie
a892bb499a add configure option for specifying a distro tag for "make rpm" builds 2005-06-16 23:56:32 +00:00
Duncan Laurie
836149f966 update changelog 2005-06-16 23:54:01 +00:00
Duncan Laurie
694f92918f add support for entering netfn as a string for raw commands 2005-06-16 23:48:58 +00:00
Duncan Laurie
1fe48e8a36 fix sdr printing of deassertion events and negative values for min/max 2005-06-16 23:47:15 +00:00
Duncan Laurie
380f330e15 handle 0xcc response without error 2005-06-16 23:46:26 +00:00
Duncan Laurie
fe38fb4e7b fix potential crash in cleanup code 2005-06-16 16:58:11 +00:00
Duncan Laurie
ffd03bc964 two changes:
1. the IPMI spec says sessions are opened at USER level and must
be increased to desired privilege level.  This was not happening
for lanplus connections and causing problems with an OSA stack.

2. the 5ms delay between retries was not happening for SOL packets,
this is causing problems with a different implementation...
2005-06-16 16:53:01 +00:00
Duncan Laurie
f9e30a894c typo 2005-06-16 16:50:28 +00:00
Duncan Laurie
f733bcf2f1 decode cpu/dimm handling in sel if possible 2005-06-15 19:26:55 +00:00
Petter Reinholdtsen
51e906b7c6 Uploaded debian package into the Debian archive. 2005-06-05 09:01:32 +00:00
Duncan Laurie
70cc60d8a4 add self-test results to chassis status output 2005-06-02 22:03:18 +00:00
Duncan Laurie
c2c1204cb1 enable sdrcache on solaris 2005-06-02 22:02:41 +00:00
Duncan Laurie
f87420b587 don't return error when user not supported 2005-06-02 22:01:36 +00:00
Jeremy Ellington
33cad9b907 In Get SEL Info, if the BMC returns a date of 0x00000000 of 0xffffffff,
print "Not available" instead of attempting to interpret the date.
2005-05-23 19:07:17 +00:00
Jeremy Ellington
b42902f880 Added the readraw and writeraw subcommands. These will allow the user
to save and view binary versions of the SEL.  The readraw subcommand is
being added to aid the Newisys troubleshooting facility, and the writeraw
subcommand is being added for parity.
2005-05-23 18:31:53 +00:00
Jeremy Ellington
8e77031a97 Added documentation for the readraw/writeraw subcommands. 2005-05-19 20:55:54 +00:00
Duncan Laurie
b7962d85dc forgot one patch from sourceforge 2005-05-19 01:39:59 +00:00
Duncan Laurie
36fefdabc3 update changelogs for 1.8.2 release 2005-05-18 23:51:18 +00:00
Duncan Laurie
0ad17ece4a minor manpage update 2005-05-18 21:27:04 +00:00
Duncan Laurie
990a9a4b6b fix display of binary encoded fru data 2005-05-18 07:14:15 +00:00
Duncan Laurie
df7d0e6ee6 when caching sdrs from file leave room for trailing null to end description string 2005-05-17 22:55:25 +00:00
Duncan Laurie
0f3c980b49 clear sensor desc before copying 2005-05-17 22:28:36 +00:00
Duncan Laurie
8cfb4c0897 add helper define for max string length, allow default commands to receive options 2005-05-17 21:05:21 +00:00
Duncan Laurie
650f12ab23 *** empty log message *** 2005-05-17 03:41:44 +00:00
Duncan Laurie
fb0cc0187c don't print some event status fields 2005-05-16 23:59:39 +00:00
Duncan Laurie
723b7c0614 export functions for use 2005-05-16 23:59:23 +00:00
Duncan Laurie
bac5e21634 fix csv handling for 'sel elist' command 2005-05-15 17:47:13 +00:00
Duncan Laurie
2ef302401e fix compile warnings with -Wall 2005-05-15 17:42:21 +00:00
Duncan Laurie
cd174d8e73 don't stop looking when sensor is not found 2005-05-15 17:40:20 +00:00
Duncan Laurie
718232945c add csv output support 2005-05-15 17:39:25 +00:00
Duncan Laurie
fa3bb0960b broke fru lookups for 'sel get' command 2005-05-15 06:23:50 +00:00
Duncan Laurie
b8a2890ace update manpage with new command help 2005-05-15 06:18:01 +00:00
Duncan Laurie
5a7385f780 clean up output 2005-05-15 06:12:41 +00:00
Duncan Laurie
9708c8326f add support for generating events based on sensor information 2005-05-15 05:59:36 +00:00
Duncan Laurie
b1cf8c6a2b export function for other use 2005-05-15 05:57:35 +00:00
Duncan Laurie
3af858eecf add 'sdr get' command, add hysteresis to sdr verbose output 2005-05-15 05:56:44 +00:00
Duncan Laurie
f04b6d858f clean up output and shorten blink names 2005-05-15 05:55:09 +00:00
Duncan Laurie
12c19f88ca add structure for PEMs 2005-05-15 04:53:39 +00:00