Start a Conversation

Unsolved

Closed

P

1 Rookie

 • 

2 Posts

454

March 13th, 2023 07:00

IPs processing unsuccessful:1

Hi,

Command:

python dellemc_nagios_discovery_service_utility.py --host=x.x.x.x --snmp.version=2 --snmp.community=x --output.file=/usr/local/nagios/dell/config/objects --all

Result:

Total no of Hosts / IPs provided :1
Total no of Hosts / IPs processed successfully :0
Total no of Hosts / IPs already discovered:0
Total no of Hosts / IPs processing unsuccessful:1

SNMP On, All packages of EMC have been installed.

Where is problem? Please help

2 Intern

 • 

278 Posts

March 19th, 2023 23:00

Based on the output, it seems that the command was not able to successfully process the provided host/IP address. It could be due to various reasons such as incorrect SNMP community string or version, incorrect IP address or hostname, firewall blocking SNMP traffic, or SNMP not properly configured on the target device.

To troubleshoot this issue, you can try the following steps:

  1. Double-check the IP address or hostname of the target device to ensure it is correct.

  2. Verify that SNMP is properly configured on the target device and that the SNMP community string matches the one specified in the command.

  3. Check if there is any firewall blocking SNMP traffic between the Nagios server and the target device. If so, allow SNMP traffic through the firewall.

  4. Verify that all required EMC packages are installed on the Nagios server and that they are up-to-date.

  5. Try running the command with different SNMP versions (e.g., SNMPv3) or community strings to see if that resolves the issue.

If the issue persists, you may need to consult the Dell EMC support team or the Nagios community for further assistance.

No Events found!

Top