Use > Data Flow Management > Reconciliation > Data Reconciliation > How to Create an Identification Rule

How to Create an Identification Rule

This task describes how to prepare the XML schema for an identification rule.

The identification rule is defined in an XML file. The rule describes the required identification and match criteria for a specific CI type.

When you apply an identification rule to a CI type, it is also applied to each of the CI type's descendants, unless one of them has a identification rule of its own.

You can create an identification rule document from a blank document or use existing information as a basis.

Note UCMDB is packaged with out-of-the-box identification rules for most usable and problematic CITs, such as node, running software, and so on.

To create an identification rule:

  1. Navigate to Modeling > CI Type Manager.

  2. Click the Details tab.

  3. In the Identification area, in the Identification field, select Advanced identification, and click Edit at the bottom of the Identification area.

  4. In the Edit Identification Rule dialog box that opens, define identification criteria and match (verification and validation) criteria for the identification rule. For details about the schema elements and attributes, see Identification Rule Schema.

    Example of the identification criteria section

    In this example:

    • A 66% match of mac_address from the connected interface CI types is required.

    • If the number of identification candidates vs the CMDB with the same value of mac_adress is equal to or greater than 50, then this value is automatically excluded from further identification process.

    • The name attribute must be the same.

    • The name attribute is not case sensitive.

    • A 66% match of the connected IP addresses is required.

    • Both name and routing_domain of the connected IP address must be the same in order to match.

    • The bios_uuid attribute must be the same.

    • Only one of the identification criteria needs to be fulfilled for the reconciliation engine to find a possible match.

         

    Example of the match criteria section

    In this example:

    • The structure of the conditions is the same as those conditions in the Identification section.

    • Only one priority criterion is given in this example, but there may be many criteria with the same priority.

    Related Topics Link IconRelated Information