NetXMS Support Forum

English Support => General Support => Topic started by: jermudgeon on June 05, 2019, 06:16:12 PM

Title: Duplicate node detection vs. DNS?
Post by: jermudgeon on June 05, 2019, 06:16:12 PM
Enabled server flags:
EnableZoning 1
UseDNSNameForDiscoveredNodes 1
SyncNodeNamesWithDNS 1
NetworkDiscovery.EnableParallelProcessing 1

Behavior:
SNMP-capable devices with multiple IP addresses in discovery networks are discovered multiple times. What we want is for the first discovered IP to be the primary host name.
Reverse DNS for each IP is unique.
For example,
ip1.node.some.domain <- primary, wanted
ip2.node.some.domain <- not wanted
ip3.node.some.domain <- not wanted

Shouldn't sysOID duplicate detection prevent the creation of duplicate nodes?
Title: Re: Duplicate node detection vs. DNS?
Post by: Victor Kirhenshtein on June 06, 2019, 10:14:30 AM
Hi,

currently you should enable duplicate detection - that will not prevent duplicate node creation, but they will be deleted shortly after. We are currently working on improving parallel discovery and earlier duplicate detection.

Best regards,
Victor
Title: Re: Duplicate node detection vs. DNS?
Post by: jermudgeon on June 06, 2019, 05:48:06 PM
Thanks, Victor; duplicate detection makes sense. For some reason I had thought that it was enabled by default. Will let you know if we still have issues.