RE: [Freeipmi-devel] FW: [bug #24300] ipmiconsole cannot connect to various Intel servers

2008-12-08 Thread Al Chu
Hey Andrew, For fi4.log I see a return code of CCh = Invalid data field in Request for the Activate Payload command. Comparing FreeIPMI's code to your code in ipmiutil, I see: if (mfg == VENDOR_INTEL) ibuf[2] |= SOL_BMC_ASSERTS_CTS_MASK_TRUE; else ibuf[2] |=

RE: [Freeipmi-devel] FW: [bug #24300] ipmiconsole cannot connect to various Intel servers

2008-12-08 Thread Cress, Andrew R
Al, For the CTS_MASK, I'm not where I can pull this up, but I thought that this option was something that could be detected. IIRC, I think all BMCs will work with this FALSE, but only some support it with TRUE. For the status loop, I'd first assume a software bug, before pointing to the

[Freeipmi-devel] [bug #24300] ipmiconsole cannot connect to various Intel servers

2008-12-08 Thread Bryan Henderson
Follow-up Comment #5, bug #24300 (project freeipmi): I tried freeIPMI 0.3.0, and ipmipower works: $ ipmipower -h xiv3-ipmi -R 2.0 --intel-2-0-session stat But that also works in freeIPMI 0.7.2: $ ipmipower -h xiv3-ipmi --driver-type=LAN_2_0 --authent=NONE --workaround=intel20 stat