I have a number of servers that I regularly scan with ipmitool - that is, I run:
timeout 5 ipmitool -I lanplus -H some.host.name -U mickey -P mouse mc info
against them. However, I have a strange problem, or it seems strange to me: quite often some of them will fail to respond, either because timeout
kills them, or because ipmitool itself is rejected by the BMC - but which servers fail changes every time. I have had as many as half fail, only to have them all succeed a few minutes later.
What can possibly explain this?