Hello,
I was able to configure ipmi for two RAC nodes (12.1.0.2) that are Dell blades with iDRAC 6
But now I have other 2 blades that come with iDRAC7 and I have to configure similar way.
I discovered that the ipmitool (ipmitool-1.8.11-16.el6.x86_64) command works on them only if I use the option
-I lanplus
When trying to configure in CRS I get
$ crsctl set css ipmiaddr 10.10.193.59
CRS-4232: Configuration data stored but IPMI authorization information is required to complete the change. The change cannot be validated until the information is complete.
so far so good. Now the user configuration
$ crsctl set css ipmiadmin myfenceuser
IPMI BMC password:
CRS-4233: New IPMI configuration data stored, but failed validation by remote node.
I also found this inside logs at $GRID_BASE/diag/crs/racnode2/crs/trace/ocssd.trc
2015-11-25 15:30:21.037231 : CSSD:742110976: clssnkipmiTalkToBMC: 01710: LAN recv no data timeout
2015-11-25 15:30:21.137314 : CSSD:742110976: clssnkipmiTalkToBMC: 01810: LAN recv no data timeout
2015-11-25 15:30:21.137346 : CSSD:742110976: clssnkipmiTrMsg: 06 00 ff 07 00 00 00 00 00 00 0
0 00 00 18 20 18 c8 81 08 39 02 66 65 6e 63 65 75 73 65 72 00 00 00 00 00 00 00 7c
2015-11-25 15:30:21.137355 : CSSD:742110976: clssnkipmiTrMsgApp: 01810:00 00 00 00:REQ:NONE:0008:GETSESCHAL : :
2015-11-25 15:30:21.237515 : CSSD:742110976: clssnkipmiTalkToBMC: 01910: LAN recv no data timeout
2015-11-25 15:30:21.327596 : CSSD:742110976: clssnkipmiTalkToBMC: 02000:IPMI message not received
2015-11-25 15:30:21.327605 : CSSD:742110976: clssnkipmiGetSesChal: Failed
2015-11-25 15:30:21.327609 : CSSD:742110976: clssnkipmiDestroySes: Start
2015-11-25 15:30:21.327613 : CSSD:742110976: clssnkipmiTermCtx: Start
2015-11-25 15:30:21.329072 : CSSD:742110976: (:CSSNK00004:)clssnkipmiValidate: IPMI validation for the BMC at IP addr 10.10.193.59 fails in validating Admin priveleges.
2015-11-25 15:30:21.329081 : CSSD:742110976: clssnkipmiValidate: Failed validate using method 2
2015-11-25 15:30:21.329087 : CSSD:742110976: clssnmNodeKillValidate: Unable to validate admin privileges for node 2, racnode2, for node kill
2015-11-25 15:30:21.329139 : CSSD:742110976: (:CSSNM00003:)clssnmNodeKillValidate: Nodekill info validation for node racnode2 was performed by this node and it fails in Admin validation
2015-11-25 15:30:21.329231 : CSSD:742110976: clssscthrdmain: Terminating thread clssnmAuthHandleReqThread
I suppose that perhaps in its intenral ipmitool command Oracle doesn't use interface lanplus option..... how can I set it? Any configuration file?
Thanks in advance,
Gianluca