Francois Isabelle
6514de2b13
added read/write support and PICMG ekey support
2005-07-12 13:15:02 +00:00
Francois Isabelle
89f6d591e0
added GetSelfTestResult defines
2005-07-12 13:13:47 +00:00
Francois Isabelle
f9f0599908
added PICMG netfn\n ran lindent
2005-07-12 13:09:33 +00:00
Francois Isabelle
c792f6e7e1
added SEL event definition for PICMG events
2005-07-12 12:42:02 +00:00
Francois Isabelle
bce51c05f8
Added picmg fru data types
2005-07-12 12:37:23 +00:00
Francois Isabelle
e0912fc6b7
Added initial PICMG command support
2005-07-12 12:36:47 +00:00
Francois Isabelle
2c117c95ea
added initial PICMG support
...
- added command support
- added PICMG FRU data support
2005-07-12 12:36:00 +00:00
Francois Isabelle
e7140ed0c8
added support for alternate devfs node location
2005-07-12 12:28:09 +00:00
Francois Isabelle
6049aa0fe4
added support for channel and lun command line arguments
2005-07-12 12:25:29 +00:00
Francois Isabelle
96876bb061
added support for built-in sdrs
2005-07-12 12:21:13 +00:00
Duncan Laurie
4d2f9ebdc2
email address for Jon has changed
2005-07-11 20:14:00 +00:00
Jeremy Ellington
54dfc91b2b
Extended the string list for Entity IDs, per the 2.0 spec's table 43-13.
2005-07-05 16:12:13 +00:00
Duncan Laurie
86d54446e9
fix for freebsd
2005-06-28 21:14:51 +00:00
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