Linux

ipmi_ctx_open_outofband_2_0:內部錯誤

  • December 30, 2020

我想在 Zabbix 3.4 中設置監控 ILOM

Linux zabbixapp01 4.1.12-103.3.8.el7uek.x86_64 #2 SMP Mon Aug 21 17:27:54 PDT 2017 x86_64 x86_64 x86_64 GNU/Linux

我安裝了 freeipmi-1.5.7 並嘗試了測試連接

/usr/sbin/ipmi-sensors -D LAN2_0 -h 192.168.0.21 -u username -p password -l USER -W discretereading --no-header-output --quiet-cache --sdr-cache-recreate --comma-separated-output --entity-sensor-names

返回錯誤

ipmi_ctx_open_outofband_2_0: internal error

如何解決這個問題?

我嘗試安裝其他應用程序

yum install OpenIPMI OpenIPMI-tools

檢查

ipmitool sensor -H 192.168.0.51 -I lanplus -U username -P password -L ADMINISTRATOR

返回的感測器列表

啟用參數 StartIPMIPollers=3

nano /etc/zabbix/zabbix_server.conf

從範例 HP ILO 創建自己的模板

設置數據元素組,例如:溫度、電壓

元素數據後

   •   Name - PS0/P_IN
   •   Type - IPMI агент
   •   Key - PS0_P_IN
   •   IPMI sensor - PS0/P_IN 
...

否則查看此資訊

我在使用英特爾伺服器時遇到了這個問題。發現如果你使用它可以與 freeipmi 一起使用--cipher-suite-id=17

否則就一直用 freeipmi (ipmi-sensors) 說:

ipmi_ctx_open_outofband_2_0:BMC 忙

並使用 ipmitool:

打開會話響應消息中的錯誤:會話資源不足

錯誤:無法建立 IPMI v2 / RMCP+ 會話

認為有人可能會覺得有用。我剛剛花了最後一個小時左右

引用自:https://serverfault.com/questions/876553