Ad Widget

Collapse

IPMI agent configuration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • g.vecchi
    Member
    • Dec 2010
    • 44

    #1

    IPMI agent configuration

    Hello everybody.

    I'm in trouble with IPMI agent configuration, Zabbix v 1.8.1 on Ubuntu Server 10.04.4

    I have enabled IPMI interface on a IBM xSeries server and it works great; this is an example using ipmitool from zabbix server terminal:

    Code:
    ipmitool -H 192.168.255.16 -U user -P password sdr
    Ambient Temp     | 21 degrees C      | ok
    AVG Power        | 300 Watts         | ok
    Fan 1 Tach       | 4275 RPM          | ok
    Fan 2 Tach       | 4725 RPM          | ok
    Fan 3 Tach       | 4275 RPM          | ok
    Fan 4 Tach       | 4725 RPM          | ok
    Fan 5 Tach       | 4575 RPM          | ok
    Fan 6 Tach       | 4125 RPM          | ok
    Fan 7 Tach       | 4050 RPM          | ok
    Fan 8 Tach       | 4650 RPM          | ok
    Fan 9 Tach       | 3975 RPM          | ok
    Fan 10 Tach      | 4200 RPM          | ok
    CPU 1 Temp       | disabled          | ns
    Fan 1 Present    | 0x00              | ok
    Fan 2 Present    | 0x00              | ok
    Fan 3 Present    | 0x00              | ok
    Fan 4 Present    | 0x00              | ok
    Fan 5 Present    | 0x00              | ok
    Fan 6 Present    | 0x00              | ok
    Fan 7 Present    | 0x00              | ok
    Fan 8 Present    | 0x00              | ok
    Fan 9 Present    | 0x00              | ok
    Fan 10 Present   | 0x00              | ok
    CPU 2 Temp       | disabled          | ns
    Planar 5V        | 5.13 Volts        | ok
    Planar 12V       | 12.28 Volts       | ok
    Planar VBAT      | 2.83 Volts        | ok
    Riser Detect     | 0x00              | ok
    RSA II Detect    | 0x01              | ok
    FP Cable Detect  | 0x00              | ok
    PS 2 Status      | 0x01              | ok
    SCSI BP Detect   | 0x00              | ok
    Planar 3.3V      | 3.31 Volts        | ok
    CPU 1 Status     | 0x80              | ok
    ABR Status       | 0x00              | ok
    CPU 2 Status     | 0x80              | ok
    USB Cable Detect | 0x00              | ok
    NMI State        | 0x00              | ok
    Voltage Fault    | 0x00              | ok
    Power 12V Fault  | 0x00              | ok
    Power 5V Fault   | 0x00              | ok
    PS 1 Fan Fault   | 0x00              | ok
    PS 2 Fan Fault   | 0x00              | ok
    PS 1 Status      | 0x01              | ok
    Drive 1 Status   | 0x01              | ok
    Drive 2 Status   | 0x01              | ok
    Drive 3 Status   | Not Readable      | ns
    Drive 4 Status   | Not Readable      | ns
    Drive 5 Status   | Not Readable      | ns
    Drive 6 Status   | Not Readable      | ns
    Drive 7 Status   | Not Readable      | ns
    Drive 8 Status   | Not Readable      | ns
    RAID Error       | 0x00              | ok
    CPU Fault Reboot | 0x00              | ok
    SEL Fullness     | 40 messages       | ok
    Sys pwr monitor  | 0x00              | ok
    Watchdog         | 0x00              | ok
    VRD Status       | 0x00              | ok
    VRM Status       | 0x01              | ok
    Pwr Planar Fault | 0x00              | ok
    Critical Int     | 0x00              | ok
    CPU 1 OverTemp   | 0x00              | ok
    CPU 2 OverTemp   | 0x00              | ok
    CPU 1 PECI tics  | -56 unspecified   | ok
    CPU 2 PECI tics  | -60 unspecified   | ok
    Trying to retrieve sensors with decimal value data type (like Ambient Temp or AVG Power) it works, but sensors with other data type value (like RAID Error) fail; Zabbix Server log says:

    Code:
    Parameter [server1:raid.error] is not supported by agent Old status [0]
    Working agent example:

    Code:
    Description: Ambient Temp
    Type: IPMI Agent
    IPMI sensor: Ambient Temp
    Key: ambient.temp
    Type of information: Numeric (unsigned)
    Data type: Decimal
    NOT working agent example:

    Code:
    Description: RAID Error
    Type: IPMI Agent
    IPMI sensor: RAID Error
    Key: raid.error
    Type of information: Numeric (unsigned)
    Data type: Hexadecimal
    Any ideas?

    Thanks
Working...