Revision 0c3fb24613f66c7b2ae3caabf9ea813efbb31639 authored by Emanuele Rocca on 07 June 2017, 14:15:35 UTC, committed by Ema on 08 June 2017, 08:31:31 UTC
If /dev/ipmi0 is not available, multiple IPMI software can communicate
inband to the BMC simultaneously, subsequently racing with each other.
Ultimately, this can lead to communication problems. In FreeIPMI, this
is most commonly seen through "internal IPMI error" or "driver busy"
messages.

Ensure that the ipmi_devintf kernel module is loaded and /dev/ipmi0
created.

Bug: T125205
Bug: T167121
Ref: http://www.gnu.org/software/freeipmi/freeipmi-faq.html#Why-am-I-seeing-so-many-_0027internal-IPMI-error_0027-or-_0027driver-busy_0027-messages_003f
Change-Id: I41b2c0a71b27cadf37c79bf2fda893d33d75f1cd
1 parent e8f3c09
Raw File
.gitmodules
[submodule "modules/zookeeper"]
	path = modules/zookeeper
	url = https://gerrit.wikimedia.org/r/operations/puppet/zookeeper
[submodule "modules/jmxtrans"]
	path = modules/jmxtrans
	url = https://gerrit.wikimedia.org/r/operations/puppet/jmxtrans
[submodule "modules/varnishkafka"]
	path = modules/varnishkafka
	url = https://gerrit.wikimedia.org/r/operations/puppet/varnishkafka
[submodule "modules/kafkatee"]
	path = modules/kafkatee
	url = https://gerrit.wikimedia.org/r/operations/puppet/kafkatee
[submodule "modules/nginx"]
	path = modules/nginx
	url = https://gerrit.wikimedia.org/r/operations/puppet/nginx
[submodule "modules/cdh"]
	path = modules/cdh
	url = https://gerrit.wikimedia.org/r/operations/puppet/cdh
back to top