NetWorker: Unable to See the Data Domain Statistics in NetWorker Management Console
Summary: Unable to see the Data Domain statistics in the NetWorker Management Console Enterprise window. The following error is displayed: "Status information is not available due to missing or incorrect SNMP Community string" ...
Symptoms
- Unable to see the Data Domain statistics in the NetWorker Management Console (NMC) Enterprise window.
The following error is displayed:
Status information is not available due to missing or incorrect SNMP Community string

- The community string is created on the Data Domain host, and the NMC server is defined in the SNMP community's "Hosts" list.

- The community string is defined on the Data Domain properties in NMC - Enterprise.

- SNMP polling request is not sent out from the NMC server.
- SNMP port 161 is open on the Data Domain host.
Cause
Name resolution issue. The wrong IP address mapped to the Data Domain in the hosts table of the NMC server.
Resolution
-
On the NetWorker Management Console (NMC) server, confirm that you can resolve the Data Domain host and connect to port 161.
nsrports -t DD_HOSTNAME -p 161
[root@lnx-nwserv]:~# nsrports -t ddve01.amer.lan -p 161 Forward lookup for ddve01.amer.lan Query time: 0.001 sec Canonical name (CNAME): ddve01.amer.lan Address (A): 192.168.9.106 Connect to port 161: Succeeded (0.001 sec) Reverse lookup for 192.168.9.106 Query time: 0.000 sec Name: ddve01.amer.lan
-
Resolve any name resolution, or port connection issues observed.
NetWorker: Name Resolution Troubleshooting Best PracticesIf
nsrportsis not available you can use the following operating system commands: Linux:curl -v DD_HOSTNAME:161
Windows (PowerShell):tnc DD_HOSTNAME -p 161
-
Check the operating system hosts file on the NMC server and correct or remove any entries pointing to the IP address assigned to the Data Domain host.
-
Restart the NMC service:
Linux:systemctl restart gstd
Windows:net stop gstd
net start gstd