ProLiant Servers (ML,DL,SL)
1753969 Members
7253 Online
108811 Solutions
New Discussion юеВ

Re: UPS Management Module MIBs

 
SOLVED
Go to solution
TreeHouse
New Member

UPS Management Module MIBs

I couldn't find the values for Run Time Remaining, Battery Capacity etc. There just seems to be information about IP, MAC, uptime and so on. I used:

snmpwalk -c public -v 2c address.of.ups.man.module

Does someone use the SNMP service of the UPS Management Module? Using HP UPS Management Module Firmware Version 2.1.3.

Thanks.
5 REPLIES 5
TreeHouse
New Member

Re: UPS Management Module MIBs

The OID's in the csv file in the following link are not recognized by the ups management module:

http://www.apc-forums.com/thread.jspa;jsessionid=C3D7A5D4DC1D92734AE7276C52280A16.node0?messageID=4891сМЫ
TreeHouse
New Member

Re: UPS Management Module MIBs

An example:


snmpget -c public -v 2c address.of.ups.man.module 1.3.6.1.4.1.232.165.2.2.1.1.3

The OID is "upsBatTimeRemaining", see http://www.oidview.com/mibs/232/CPQPOWER-MIB.html .

Result:
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: SNMPv2-SMI::enterprises.232.165.2.2.1.1.3
Brian Vo
Trusted Contributor
Solution

Re: UPS Management Module MIBs

Here are OIDs:
Battery Time Remaining=
.1.3.6.1.4.1.232.165.3.2.1.0

Battery Voltage
.1.3.6.1.4.1.232.165.3.2.2.0

Battery Current:
.1.3.6.1.4.1.232.165.3.2.3.0

Battery Capacity=
.1.3.6.1.4.1.232.165.3.2.4.0

Brian
TreeHouse
New Member

Re: UPS Management Module MIBs

Great! It works. Where did you find the information?
TreeHouse
New Member

Re: UPS Management Module MIBs

.1.3.6.1.4.1.232.165.3.4.1.0: The load in percentage.

Use snmpwalk with the folliwng root OID for only UPS variables: .1.3.6.1.4.1.232.165.3