NetXMS Support Forum

English Support => General Support => Topic started by: RickB on April 20, 2018, 02:39:41 AM

Title: Duplicate Subnets in Tree
Post by: RickB on April 20, 2018, 02:39:41 AM
I keep getting duplicate subnets in the tree.  I've tried deleting all of them, but they just keep coming back.  Is there a way to tell NetXMS to not create a subnet if one already exists?

Thank you,

-Rick

Title: Re: Duplicate Subnets in Tree
Post by: Victor Kirhenshtein on May 02, 2018, 09:16:39 PM
Hi,

looks like a bug. Could you set debug level to 4 or higher and check for records with Node::createSubnet prefix? Then check what nodes are mentioned when duplicate subnets are created.

Best regards,
Victor
Title: Re: Duplicate Subnets in Tree
Post by: RickB on May 08, 2018, 12:45:05 AM
Here's an example after deleting the 134.39.121.128/25 subnet:

2018.05.07 14:40:48.881 *D* Node::createSubnet(): Created new subnet 134.39.121.128/25 [14901] for node 134.39.121.245 [11293]

2018.05.07 14:40:48.881 *D* Node::createSubnet(): Created new subnet 134.39.121.128/25 [14902] for node 134.39.121.243 [11256]

-Rick