Now I work with Nagios monitoring system. I want to monitoring temperature on next servers. And have some error, and I don`t know why.
I have two Dell PowerEdge servers: PowerEdge R410 and R510. with Windows Server 2008R2. Nagios installed on Ubuntu Server. When I run snmpwalk to R410 all working correctly, but when I run snmpwalk to R510 I have: "SNMPv2-SMI::enterprises.674.10892.1.700.1.20.1 = No Such Object available on this agent at this OID". In NAGIOS I have "ERROR: Problem retrieving OID 1.3.6.1.4.1.674.10892.1.700.1.4 table: Requested table is empty or does not exist." I have some error with R410 when OSMA is not installed. But now, I installed on this servers OSMA. And dont have this error with R410, but with R510 I have this error now.
I was checked all settings on R510 and reconfigure snmp on NAGIOS server. I use any different OIDs (.674.10891 or 674.10893). But have not any result.
Does anybody have any solution to resolve this problem? I broke my brain for a whole week.
Did you install OMSA on the R510? SNMP needs an agent program like OMSA to communicate with, and the SNMP service in the OS needs to be configured to use the same community string as the management station. Also the destination address needs to be the IP of the management station.
The next thing to look at is network connectivity. Make sure UDP ports 161 and 162 are open. Also, if there is heavy TCP/IP traffic, you will lose SNMP packets regularly.
DELL-Jeff M
2 Intern
•
793 Posts
791
0
Posted August 22nd, 2011 16:00
Did you install OMSA on the R510? SNMP needs an agent program like OMSA to communicate with, and the SNMP service in the OS needs to be configured to use the same community string as the management station. Also the destination address needs to be the IP of the management station.