- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2017 01:19 PM
I only have about 20,000 computers, servers, and network devices in the cmdb, but have over 500,000 network adapter ci's. Is this normal, or is there something I don't have configured right?
Solved! Go to Solution.
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2018 08:54 AM
We ended up removing the network adapter field from the Transform map for the SCCM integration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2020 11:03 AM
I was looking at this same issue and would like to thank those of you who explained what was going on with the SCCM database.
To address this, my thinking is to modify the following in the SCCM 2012 v2 Network transform map
1) Set Coalesce to False on the mac_address field map
2) Add a field map for Correlation ID with Coalesce = True
3) Delete all cmdb_ci_network where Correlation ID is empty and Created By is SCCM
Thoughts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 08:46 AM
Hi @jdiegeliv, We are seeing the same issue, and I'd like to know if your solution worked?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 01:18 PM
We're upgrading to NY at the moment and I'm going to put it in when that is done.
That said, I did create a HI case and they agreed with the approach.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2020 01:11 PM
Hey, heads up. The solution worked as expected.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2020 09:47 AM
Note: The above works, but will only have one network adapter per SCCM resource ID (computer). If you add the Name field as the second coalesce value (in addition to Correlation ID), then you will have one adapter per unique name (e.g. ndiswan, e1dexpress, e1i65x64, vwifimp), which should be the desired behavior.