UNSOLVED

rudniev.vv

updated

3 years ago

Closed

RV

rudniev.vv

1 Rookie

24 Posts

0

1075

April 4th, 2023 05:00

Current input power consumption by SNMP

Hi everyone,

I'm currently working on monitoring the power consumption of Dell servers and I was wondering if it's possible to collect the current input power consumption by each PSU using SNMP.

I've been doing some research and managed to collect power consumption data for Gen13 - Gen14 servers with tools like racadm, ipmitool, and redfish. However, it seems that it's not possible to get real-time power consumption data for servers older than gen13.

While the OID '1.3.6.1.4.1.674.10892.5.4.600.12' does show some power-related data, it only contains state and spec data, which doesn't include current values:

snmpwalk -v2c -c public  1.3.6.1.4.1.674.10892.5.4.600.12
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.1.1.1 = INTEGER: 1
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.1.1.2 = INTEGER: 1
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.2.1.1 = INTEGER: 1
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.2.1.2 = INTEGER: 2
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.3.1.1 = INTEGER: 0
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.3.1.2 = INTEGER: 0
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.4.1.1 = INTEGER: 242
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.4.1.2 = INTEGER: 242
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.5.1.1 = INTEGER: 3
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.5.1.2 = INTEGER: 3
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.6.1.1 = INTEGER: 5500
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.6.1.2 = INTEGER: 5500
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.7.1.1 = INTEGER: 9
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.7.1.2 = INTEGER: 9
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.8.1.1 = STRING: "PS1 Status"
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.8.1.2 = STRING: "PS2 Status"
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.9.1.1 = INTEGER: 264
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.9.1.2 = INTEGER: 264
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.10.1.1 = INTEGER: 1
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.10.1.2 = INTEGER: 1
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.11.1.1 = INTEGER: 1
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.11.1.2 = INTEGER: 1
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.13.1.1 = INTEGER: 1
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.13.1.2 = INTEGER: 1
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.14.1.1 = INTEGER: 6660
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.14.1.2 = INTEGER: 6660
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.15.1.1 = STRING: "PSU.Slot.1"
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.15.1.2 = STRING: "PSU.Slot.2"
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.16.1.1 = INTEGER: 232
SNMPv2-SMI::enterprises.674.10892.5.4.600.12.1.16.1.2 = INTEGER: 230

 

Has anyone had experience with this before? If so, could you please clarify whether it's possible to collect the current input power consumption by each PSU using SNMP and if there are any specific SNMP OIDs or Dell OMSA commands that I should be used to collect this information?

Thank you in advance for your help!

 

  • DELL-Charles R

    Moderator

    4730 Posts

    25476 Points

    197

    0

    Posted April 4th, 2023 11:00

    Hello rudniev.vv,

     

    Earlier iDRAC did not stream real time power consumption. Only recorded average:

    https://dell.to/3U7SBiI

     

    DELL-Charles R

    Social Media and Communities Professional
    Dell Technologies | Enterprise Support Services
    #IWork4Dell

    Did I answer your query? Please click on ‘Accept as Solution’. ‘Thumbs up’ the posts you like!

  • rudniev.vv

    1 Rookie

    24 Posts

    175

    0

    Posted April 5th, 2023 05:00

    Dear Charles R,

    Thank you for taking the time to respond to my message. However, I believe there may have been some confusion as your response does not seem to be related to the question I asked.

    I was actually wondering if it's possible to collect the current input power consumption by each PSU (or for both) using SNMP at least for modern Dell servers and if there are any specific SNMP OIDs that I should be used to collect this information.

    If you have any insights or experiences related to this topic, I would greatly appreciate it if you could share them with me.

    Thank you for your understanding.

    Best regards, Volodymyr Rudniev.

     

  • DELL-Charles R

    Moderator

    4730 Posts

    25476 Points

    175

    0

    Posted April 5th, 2023 06:00

    Hello rudniev.vv,

     

    I hope this may be helpful.

     

    Integrated Dell Remote Access Controller RACADM CLI Guide

    https://dell.to/3ZGIxyA

    Page 32

    To run all the power-related get or set commands:

    racadm/system>cd power

    racadm/Power>

     

    Page 49:

    racadm getsensorinfo

    Sensor Type : POWER

    Or

    Sensor Type : CURRENT

     

     

    Integrated Dell Remote Access Controller 9 User's Guide

    Monitoring power

    https://dell.to/413rcRn

     

    DELL-Charles R

    Social Media and Communities Professional
    Dell Technologies | Enterprise Support Services
    #IWork4Dell

    Did I answer your query? Please click on ‘Accept as Solution’. ‘Thumbs up’ the posts you like!