[Panicsel-developers] hwreset -o option
Brought to you by:
arcress
|
From: <nei...@no...> - 2004-08-09 13:50:18
|
Hi, When I try to use hwreset with the -o option on a langley server it reports that the IPMI reset succeeded ok but in fact no reset occurs. I'm unclear whether the "Invalid data field" in=20 the verbose output indicates a malformed ipmi request or a problem with the imb ipmi driver. Thanks, Neil root@xxx:/util/panicsel# ./hwreset -o hwreset ver 1.8 hwreset: powering down ... hwreset: IPMI_Reset ok root@icgsprobe:/util/panicsel# root@xxx:/util/panicsel# ./hwreset -ox hwreset ver 1.8 hwreset: powering down ... Driver type 1, rc =3D 0 ipmi_cmd_ia: request (len=3D13): 08 20 00 00 00 9c fc ff bf 06 00 00 00 req.data=3D0xbffffc9c, dlen=3D6: 05 80 00 48 00 00 ipmi_cmd_ia: sendImbRequest status=3D0, ccode=3D0 ipmi_cmd_ia: response (len=3D0): ipmi_cmd_ia: request (len=3D13): 02 20 00 00 00 9c fc ff bf 01 00 00 00 req.data=3D0xbffffc9c, dlen=3D1: 05 ipmi_cmd_ia: sendImbRequest status=3D0, ccode=3Dcc ipmi_cmd_ia: response (len=3D0): ccode cc: Invalid data field in request Cmd 2 code cc, resp[0] =3D 0, resp[1] =3D 0 hwreset: IPMI_Reset ok |