HP ProLiant Gen8 Health Agents 和 EL6.x - cpqHoMibHealthStatusArray 已更改为值:x

eww*_*ite 6 hardware monitoring hp snmp hp-proliant

我注意到我的 HP ProLiant Gen8 服务器/opt/hp/hp-snmp-agents/cma.conf在重新启动时通过电子邮件向 root(或在 中配置的目标)报告以下消息。

Trap-ID=11020

cpqHoMibHealthStatusArray has changed to the value :02 03 02 02 02 02 02 03 02 02 02 02 02 01 01 02
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Run Code Online (Sandbox Code Playgroud)

或者有时...

Trap-ID=11020

cpqHoMibHealthStatusArray has changed to the value :02 04 02 02 00 00 02 04 02 02 02 02 02 01 01 02
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Run Code Online (Sandbox Code Playgroud)

这似乎是 EL6.x 和 Gen8 组合所独有的,并且在初始启动或hp-snmp-agents服务重新启动时发生。关于这个输出意味着什么的任何想法?

tre*_*ead 4

这是有记录的。查看 HP 博客上名为“ HP ProLiant Gen8 无代理管理概述”的帖子”的帖子 - 相关部分复制如下。基本上,每个数组元素都是不同受监视组件的状态。

\n\n

\xe2\x80\x9ccpqHoMibHealthStatusArray\xe2\x80\x9d 的定义:

\n\n
  cpqHoMibHealthStatusArray OBJECT-TYPE\n      SYNTAX  OCTET STRING (SIZE (1..256))\n      ACCESS  read-only\n      STATUS  mandatory\n      DESCRIPTION\n         "The MIB Health Status Array is an array of status values representing an\n            overall status in element 0 follwed by server and storage status values as follows:\n\n           Octet   Element   Field\n          ======== ======= =========\n             0        0    Aggregated Status of array elements\n             1        1    Status of element 1\n             2        2    Status of element 2\n             .\n             .\n             .\n             n        n    Status of element n\n\n\n          Status         0 - Not available\n                         1 - Other\n                         2 - OK\n                         3 - Degraded\n                         4 - Failed\n             .\n             .\n    Mibs are assigned an array element as follows.  New items are added at the end.\n         0 -  System Health Status (overall status as reported by who is reporting (agents or iLO))\n         1 -  Total Aggregate (Includes IML Status)\n         2 -  Processors    (TBD 232.1.2.2.4:cpqSeCpuCondition)\n         3 -  Memory        (232.6.2.14.4:cpqHeResilientMemCondition)\n         4 -  Cooling       (232.6.2.6.4:cpqHeThermalSystemFanStatus)\n         5 -  Sensors       (232.6.2.6.3:cpqHeThermalTempStatus)\n         6 -  Power         (232.6.2.9.1:cpqHeFltTolPwrSupplyCondition)\n         7 -  ProLiant Logs (232.6.2.11.2:cpqHeEventLogCondition)\n         8 -  ASR           (232.6.2.5.17:cpqHeAsrCondition)\n         9 -  Drive Array   (232.3.1.3:cpqDaMibCondition)\n         10 - SCSI          (232.5.1.3:cpqScsiMibCondition)\n         11 - Storage Enclosures (232.8.1.3:cpqSsMibCondition)\n         12 - IDE           (232.14.1.3:cpqIdeMibCondition)\n         13 - FC            (232.16.1.3:cpqFcaMibCondition)\n         14 - Networks      (232.18.1.3:cpqNicMibCondition)\n         15 - MP            (232.9.1.3:cpqSm2MibCondition) "\n
Run Code Online (Sandbox Code Playgroud)\n\n

HP SIM MIB 套件文档中有更多信息

\n