How to restrict creation or updation of Software installations through discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hii All,
We have a requirement to restrict insertion or updation of software installations in cmdb_sam_sw_install table through discovery for servers, since we want this to be updated via tanium only . What will be the best approach to disable it through discovery .
I have disabled software filter for both unix and windows under discovery configuration console , but still insertion is happening. Not able to restrict it through IRE since it is not visible in class manager.
Can anyone suggest the best approach on this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hello @Dharani7 ,
Could you please find the below video and let me know if it is useful or not.
https://www.youtube.com/watch?v=HQJG51qcd9U
Thanks
Santosh.p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hii @SP22 ,
Thank you for the reply ,
This video is not helpful , if we enable restricted software field for software models, software installations will be deleted . But we need software installations to created or updated from Tanium . Just want to know is there any way to restrict ServiceNow discovery from capturing software installations and its updation in CMDB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hello @Dharani7,
Configure Identification and Reconciliation Rules (IRE):
Purpose: Ensure only Tanium can update software CIs.
step by step gudience:
-
Navigate to:
Configuration > CI Class Manager
-
Search for Software CI Class:
For example,cmdb_ci_spkg
. -
Open the Class:
Click on the class name. -
Go to Reconciliation Rules:
- Click the Reconciliation Rules tab.
- Review existing rules.
-
Edit/Create Rule:
- Set Tanium as the preferred data source for relevant attributes (e.g., version, installation date).
- Set Discovery as a lower priority or exclude it from updating these attributes.
-
Save the Rule.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hii @SP22 ,
Software installation[cmdb_sam_sw_install] table is not available under CI class manager , since it is not extending cmdb_ci class so reconciliation rule cannot be applied on it.