How to associate multiple Assets to a single Configuration Item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 06:14 PM
Hi all,
Can anyone advise on how one would go about relating multiple assets to a single configuration item? To me this should be quite simple as assets and configuration items should be treated as a many to many relationship but it seems ServiceNow treat them as 1:1 relationship type of situation.
In my use case as a Network Engineer many devices can be configured into one logical device for example, the C9300 series cisco switches can made up of 1-8 devices (Assets) but are considered to be 1 logical device (CI). How can I create CI in ServiceNow then relate 1-8 assets to this particular CI? Is this even possible considering how Asset-CI mapping and synchronization works?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 04:41 AM
Hi @ManyToMany
A CI can mapped to 1 Asset at a time. Did not find any related list to map CI with Asset .
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 05:23 AM
Asset and CI are two sides of a single coin and thus have a one-to-one relationship when they are linked. In your example the logical CI is tracked at the main switch level, and also has an asset which represents the chassis or perhaps the management interface. Individual modules are also assets that are children of the chassis asset. Each of these may also have a CI, which is related to the main switch CI using CI relationships or references. Alternately, this could be represented without the parent asset, and only the individual devices are tracked as assets. A scenario for this might be that the actual switches are not in an enclosure and may be distributed across different physical locations (racks, rooms, etc.) In this case, there is no parent asset. The logical top level CI is related to its 1-8 individual child CIs, and each of those is related to a single asset. The specifics of how this works may depend on your specific tools and processes that are used to populate your asset and CI records.
The opinions expressed here are the opinions of the author, and are not endorsed by ServiceNow or any other employer, company, or entity.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 04:29 PM
Hi CMDB Whisper,
@CMDB Whisperer wrote:Asset and CI are two sides of a single coin and thus have a one-to-one relationship when they are linked. In your example the logical CI is tracked at the main switch level, and also has an asset which represents the chassis or perhaps the management interface. Individual modules are also assets that are children of the chassis asset. Each of these may also have a CI, which is related to the main switch CI using CI relationships or references. Alternately, this could be represented without the parent asset, and only the individual devices are tracked as assets. A scenario for this might be that the actual switches are not in an enclosure and may be distributed across different physical locations (racks, rooms, etc.) In this case, there is no parent asset. The logical top level CI is related to its 1-8 individual child CIs, and each of those is related to a single asset. The specifics of how this works may depend on your specific tools and processes that are used to populate your asset and CI records.
This is actually quite close to my situation, but I'll explain it in a better detail. Multiple Cisco switches in this example the Catalyst 9300 series can be configured to be a "Switch Stack", this is the concept of multiple individual switches connected together by their data ports which allows them to be configured as ONE logical device. This means they're no longer individual configuration items but series of assets/hardware that make up one logical configuration item being the "Switch Stack". To put it further they also share the same configuration as well and if one of the "Switch Stack" members failed and had to be replaced you could just remove the old one and connect the new one and it'd inherit existing configuration from the stack for the member it replaced.
Sorry if this doesn't make sense but at the end of the day the CI is just a logical construct that comes into creation after an asset has been configured, it seems odd that a CI then couldn't be made up of one or more assets if they're configured in a way that transforms them into one logical device.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 09:29 AM - edited 03-07-2024 09:30 AM
The point is that they basically can! Each of those assets also has its own CI, which is related to the logical parent CI. The individual CIs describe how the individual asset is configured, and also provides the relationships to the parent CI.
The opinions expressed here are the opinions of the author, and are not endorsed by ServiceNow or any other employer, company, or entity.