How one CI is related to another CI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2023 10:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2023 10:36 PM
Hi @--oooo--,
CIs can be related to one another in several ways, depending on the nature of their relationship. Here are some common types of relationships between CIs:
-
Parent/Child Relationship: This type of relationship is used to show a hierarchical relationship between CIs. For example, a server may have child CIs such as databases, applications, and services.
-
Related-to Relationship: This type of relationship is used to show a non-hierarchical relationship between CIs. For example, a server may be related to a network switch that it connects to.
-
Dependent-on Relationship: This type of relationship is used to show that one CI is dependent on another CI. For example, an application may be dependent on a specific version of a database.
-
Containment Relationship: This type of relationship is used to show that one CI is contained within another CI. For example, a blade server may be contained within a chassis.
In ServiceNow, these relationships can be defined using the CMDB and can be viewed and managed using various tools such as Dependency Views, Configuration Maps, and Relationship Diagrams.
I hope this helps!
Regards,
Hemant
**Please mark my answer correct or helpful based on the impact**

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2023 08:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2023 09:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2023 09:43 PM
Configuration Items (CIs) can be related to each other using various relationship types, such as "Depends On", "Runs On", "Contained By", and "Related To". Here are the general steps to create a relationship between two CIs:
Identify the two CIs that you want to relate. Make sure that they already exist in the ServiceNow instance.
Navigate to one of the CIs and open its form.
Click the "Related Links" menu and select "Relationships".
In the "Related Records" list, click the "New" button to create a new relationship.
Select the relationship type that you want to use (e.g., "Depends On", "Runs On", etc.).
In the "Related CI" field, select the CI that you want to relate to.
Optionally, fill in any additional information about the relationship, such as its start date, end date, and description.
Save the relationship record.
Repeat these steps for the other CI, if necessary.
Once the relationship is created, you can view it from either CI's form by navigating to the "Related Links" menu and selecting "Relationships". You can also view the relationship details by opening the relationship record itself.