SNMP data from IBM IMM
Posted: Tue Oct 27, 2015 9:45 am
Hi everyone, I want to get the data displayed on the IBM IMM as temperature, voltage and so on via SNMP.
For example I ran the following command:
where IP_address is the address of the IMM. I get
Instead if IP_address is the server IP I get
Obviously the SNMP is active on both the IMM and the server.
I also tried the plugin check_snmp_ibm_imm
It answers again Timeout: No response, both using the server address or the IMM address.
Can anyone suggest me what is the right way to get this data and what could be wrong (SNMP configuration, firewall, anything else)?
Thank you very much.
For example I ran the following command:
Code: Select all
snmpget -O n -v 2c -c public IP_address .1.3.6.1.4.1.2.3.51.3.1.1.2.1.1Code: Select all
Timeout: No response from Code: Select all
no such object available on this agent at this oidI also tried the plugin check_snmp_ibm_imm
Code: Select all
./check_snmp_ibm_imm.sh -H IP -C public -T healthCan anyone suggest me what is the right way to get this data and what could be wrong (SNMP configuration, firewall, anything else)?
Thank you very much.