Skip to main content
Version: 1.10.1

CI Relationships

tip

Role required: cmdb_admin, cmdb_manager, admin.

A CI relationship describes a connection between two configuration items by determining the attributes of their relationship. CI Relationships are represented with single-directional and bi-directional arrows connecting CIs on the Dependency Map.

You can determine an impact direction of CI relationships when specifying the Source CI and Recipient CI. According to the established relationship, if any of the source CIs degrades or becomes unavailable, the recipient CI is affected.

Add a new CI relationship

To establish a new CI Relationship, complete the following steps:

  1. Navigate to the CMDB → CI Relationships.
  2. Click New and fill in the form.
  3. Click Save or Save and exit to apply the changes.

CI Relationship form fields

FieldMandatoryDescription
Source CIYSpecify a CI from the list to make a relationship outcoming from it.
Recipient CIYSpecify a CI from the list to specify a relationship as incoming.
Bilateral relationNSelect the checkbox so both source and recipient CIs have impact on each other.
Operational state transfer typeNSelect one of the possible values describing the type of operational impact:
  • Conditional – the operational state of the Recipient CI is transferred by a few source CIs with relationship weights of the same values, in total equal to 1. If the number of the CI Relationships changes, their weight changes, too.
  • Unconditional – degradation or unavailability of the Source CI makes the Recipient CI unavailable under any conditions, regardless of the other circumstances. In this case, the Relationship weight is equal to 1.
Relationship weightNAn automatically calculated decimal number, equal to or less than 1. It defines a CI Relationship impact.
Weight on changeNAn automatically calculated decimal number, equal to or less than 1. It defines the CI Relationship actual weight depending on the Operational state change.
If the source CI is not available, the CI Relationship carries the 0 value within the Weight on change field. If the source CI is degraded, the relationship transfers a half weight. Thus, the weight of conditional relationship or the sum weight of unconditional relationship provides the operational state of a recipient CI with the following value:
  • 0 – makes a recipient CI unavailable.
  • 1 – maintains CI availability.
  • from 0 to 1 – makes CI degraded.

Configuration item dependency map

The CI dependency map is a service model represented by a hierarchical structure of the CIs with an IT service at the top. Hierarchical levels are determined by the CI types. Creating a new CI Type results in adding the next lower level of this model.

The CI dependency map visualizes CI Relationships with simple-directional or bi-directional arrows depending on an impact direction and with color-coded frames denoting the CI current operational state.

There are two ways to open the CI dependency map:

  • Click next to the Source CI or the Recipient CI field on the CI Relationship form to see the hierarchical place of your CI on the map.
  • Navigate to CMDB → Service Model and in the URL https://instance.example.com/visual/dependency?sys_id=XXXXXXXXXXXXXXXXX&essence=sys_cmdb_ci&script=CI, substitute the X's with the CI ID.

The following table shows the accordance between color-coded frames and CI states.

CI Frame ColorCI Operationsl State
GreenAvailable
YellowDegraded
RedUnavailable, Maintenance

Create a CI Relationship


To add a new CI Relationship from the Dependency Map view, follow the steps below:

  1. Right-click the required CI and click Create relationship in the context menu.
  2. Select one of the options:
    • Incoming – to create an incoming connection to your CI
    • Outgoing – to create an outgoing connection from your CI.
  3. Fill in the form.
  4. Click Save or Save and exit to apply the changes.

Change the CI operational state


To change the CI Relationship operational state from the Dependency Map view, complete the steps below:

  • Right-click the required CI and click Change operational state to in the context menu.
  • Select one of the CI operational states. For more information, see Configuration Management Database.

CI Position


The position of a configuration item on the Dependency Map is determined by a CI Position record. A CI position is assigned to a CMDB Class Type and is applied to all configuration items that belong to that type.

Create a CI Position

To create a new CI Position, complete the following steps:

  1. Navigate to CMDB → CI Types.
  2. From the list, select the CMDB Class Type the required CI belongs to.
  3. In the Related Lists area, select the CI Positions tab.
  4. Click New and fill in the fields.
  5. Click Save or Save and exit to apply the changes.

CI Position form fields

FieldMandatoryDescription
CI typeNSpecify the CMDB Class Type this CI position is assigned to. This field is populated automatically if you opened the form via the CMDB Class Type related list.
OrderNSet the vertical position of the CI on the Dependency Map. The higher this value, the lower the CI is displayed on the Dependency Map.
IconNSet the icon that represents the CI on the Dependency Map.If the field is empty, the CI is represented on the Dependency Map by an empty frame. Available icon options:
  • book
  • box-open
  • database
  • server
  • sitemap

All CI positions are included in the CI Position (sys_cmdb_ci_position) table. Use this table to quickly customize the arrangement of configuration items by editing values in the Order column.