- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2018 01:46 PM
Hello,
I have a big list of discovered software products that is no longer being discovered and in some case the servers has been retired and removed from the network. How do we remove or retire these products from our CMDB?
Eddie
Solved! Go to Solution.
- Labels:
-
Blacklisted Software Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2018 04:09 PM
Hi Eddie,
Starting in the ServiceNow London Release, the Reconciliation Engine does not count Software Installation records related to CI's in a state of Retired. For releases prior to London it is recommended you create a Business Rule to remove Software Installation records upon install_status change to Retired. You may also want to create a Business Rule to remove Device Allocations under the same circumstances.
Regards,
Daniel W. Slocum
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2018 01:51 PM
Best way to handle inactivation of CI's is to use the Status (install_status) field. The default value of "Installed" means that the CI is active. The choice of "Retired" is used as inactive and it will not be discovered in next Discovery Schedule!!
Note: You would need the CI's for audit purposes later-on. So never delete CI's. If it goes too large you can run a archive rule on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2018 02:01 PM
I have thousands of Software CI that need to be retired or removed from the CMDB so they don't count against our entitlements.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2018 04:09 PM
Hi Eddie,
Starting in the ServiceNow London Release, the Reconciliation Engine does not count Software Installation records related to CI's in a state of Retired. For releases prior to London it is recommended you create a Business Rule to remove Software Installation records upon install_status change to Retired. You may also want to create a Business Rule to remove Device Allocations under the same circumstances.
Regards,
Daniel W. Slocum
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2018 11:30 PM
Great piece of intelligence, Daniel !