Create an IRE data source rule
-
- UpdatedJan 30, 2025
- 3 minutes to read
- Yokohama
- Configuration Management
When using Identification and Reconciliation Engine (IRE), you can prevent a specific discovery (data) source from inserting new CIs for a specific class. Create IRE data source rules for discovery sources that you don't trust in creating CIs but continue to trust in updating those CIs that exist.
Before you begin
About this task
IRE data source rules have no impact when dynamic reconciliation rules are in effect.
For example, an IP scan tool that discovers network gear but does not discover servers and therefore creates server CIs without details. You can prevent such discovery source from creating specific CIs, while still permitting it to update those specific CIs if they exist. IRE data source rules are stored in the IRE Data Source Rule [cmdb_ire_data_source_rule] table.
- Child classes derive IRE data source rules from parent classes like identification rules do.
- IRE data source rules that are specified for a child class, override any IRE data source rules derived from a parent class.
If later, a permitted discovery source attempts to insert that same CI, then IRE inserts the CI after merging it with the matching CI from the partial payloads. IRE then deletes the partial payload from the CMDB IRE Partial Payloads [cmdb_ire_partial_payloads] table, and allows future updates by the discovery source specified in the rule.
IRE data source rules do not apply to lookup and related items, and only a single rule can be active for any class/discovery source pair.
Procedure
Result
- The insert operation fails and IRE logs the following message:
INSERT_NOT_ALLOWED_FOR_SOURCE Insert into [xyz] is blocked for data source [xyz] by IRE data source rule.
- If using CreateOrUpdateCIEnhanced(), then IRE stores the payload item as a partial payload in the CMDB IRE Partial Payloads [cmdb_ire_partial_payloads] table.
- The current CI is merged with the matching CI from the partial payload, applying static reconciliation rules as needed.
- The respective partial payload in the CMDB IRE Partial Payloads [cmdb_ire_partial_payloads] table is deleted.
- Later payloads in which the non-permitted discovery source updates the respective CI, run successfully.
- IRE allows the discovery source, that was previously prohibited from inserting the CI, to update that same CI which now exists in the CMDB.