Hi,
I am getting this error after polling(ipmiutil.exe sensor -c -q -N 192.168.1.71 -U <user> -P <pass>). is there any way to fix this?</pass></user>
Note- This error is not specific for any release. I tried all versions.
o/p-
attempting ipmi driver auto-negotiation
auto-negotiation failed (204): ipmiutil sensor version 3.18
Connecting to node 192.168.1.71
GetSessChallenge: Invalid data field in request
ipmilan_open_session error, rv = 0xcc
ipmilan Invalid data field in request
ipmiutil sensor, Invalid data field in request
attempting ipmi with lan2 driver forced
lan2 driver failed (-1): ipmiutil sensor version 3.18
Connecting to node 192.168.1.71
GetSessChallenge: Invalid data field in request
ipmilan_open_session error, rv = 0xcc
ipmilan Invalid data field in request
ipmiutil sensor, Invalid data field in request
ipmiutil sensor version 3.18
Opening lanplus connection to node 192.168.1.71 ...
ipmiutil sensor, error -1
ipmi_status: -1
It appears that the firmware will not accept a lanplus connection session.
There are two possible causes that I can think of:
1) This firmware only accepts IPMI LAN 1.x and not LAN 2.0 (lanplus), which
seems unlikely but is easy to check by adding option "-Flan"
2) The IPMI LAN configuration is incorrect on that server somehow. Running
'ipmiutil lan' and 'ifconfig' (or ipconfig) locally on the 192.168.1.171
server will show all of the configuration parameters for review.
Last edit: Andy Cress 2022-04-05
Since this seems to be specific to that firmware, we need more information.
1) What happens if you try this with -Flan instead of -Flan2?
2) Can you get the IPMI LAN configuration from the server at 192.168.1.171? Do you know which firmware vendor it is?
if we do not get a response with the above information by 6/30, we will assume that Pankaj resolved it via step 1 or 2 above.