<h2>Asset and Configuration Item (CI) synchronization for Operational Technology (OT) assets</h2><br/><div style="overflow-x:auto"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><meta content="text/html; charset=UTF-8" /><meta name="copyright" content="(C) Copyright 2025" /><meta name="DC.rights.owner" content="(C) Copyright 2025" /><meta name="generator" content="DITA-OT" /><meta name="DC.type" content="concept" /><meta name="DC.title" content="Asset and Configuration Item (CI) synchronization for Operational Technology (OT) assets" /><meta name="abstract" content="Maintain synchronization between asset and CI for OT assets through MAC address on the asset and the Network Adapter CI." /><meta name="description" content="Maintain synchronization between asset and CI for OT assets through MAC address on the asset and the Network Adapter CI." /><meta name="DC.relation" scheme="URI" content="../../../product/enterprise-asset-management/concept/ot-asset-management.html" /><meta name="DC.relation" scheme="URI" content="../../../product/software-asset-management2/concept/it-asset-management.html" /><meta name="DC.relation" scheme="URI" content="../../../product/enterprise-asset-management/concept/licensing-ot-asset-management.html" /><meta name="DC.relation" scheme="URI" content="../../../product/enterprise-asset-management/task/view-license-report-otam.html" /><meta name="DC.relation" scheme="URI" content="../../../product/enterprise-asset-management/concept/ot-asset-ws-otam.html" /><meta name="DC.creator" content="ServiceNow" /><meta name="DC.date.created" content="2024-12-23T11:50:58+05:30" /><meta name="DC.date.modified" content="2025-01-30" /><meta name="DC.format" content="XHTML" /><meta name="DC.identifier" content="asset-ci-sync-ot-assets" /><link rel="stylesheet" type="text/css" href="../../../CSS/commonltr.css" /><title>Asset and Configuration Item (CI) synchronization for Operational Technology (OT) assets</title></head><body id="asset-ci-sync-ot-assets"> <div class="breadcrumb"><a class="link" href="../../../product/software-asset-management2/concept/it-asset-management.html" title="Manage software licenses, hardware assets, and cloud assets with intuitive work flows and life cycle visibility.">IT Asset Management</a> > </div> <h1 class="title topictitle1" id="ariaid-title1">Asset and Configuration Item (CI) synchronization for <span class="ph">Operational Technology</span> (OT) assets</h1> <div class="body conbody"><p class="shortdesc">Maintain synchronization between asset and CI for OT assets through MAC address on the asset and the Network Adapter CI.</p> <p class="p">Synchronization between asset and CI is achieved using the <span class="ph uicontrol">Serial number</span> field. However, an OT asset need not necessarily have a serial number, but it’s associated with a MAC address. Therefore, the asset-CI synchronization for OT assets includes the<span class="ph uicontrol">MAC address</span> (mac_addr) field in the Asset [alm_asset] table in addition to the serial number.</p> <p class="p">A CI can have multiple MAC addresses. The Network Adapter [cmdb_ci_network_adapter] table stores all the MAC addresses and also has a reference field to the CI [cmdb_ci] table. Therefore, the relationship between MAC address and CI is maintained.</p> <div class="section" id="asset-ci-sync-ot-assets__section_gw4_yzl_5dc"><h2 class="title sectiontitle">Synchronization from asset to CI</h2> <div class="p">When an asset is created with a MAC address, synchronization happens as follows:<ol class="ol" id="asset-ci-sync-ot-assets__ol_h5s_h1m_5dc"><li class="li">A CI is created.</li><li class="li">A record for the corresponding MAC address is created in the Network Adapter [cmdb_ci_network_adapter] table with a reference to the CI.</li></ol> </div> <p class="p">When the MAC address of an asset is updated, the existing record in the Network Adapter [cmdb_ci_network_adapter] table isn't updated. Instead, a new record is created in the Network Adapter [cmdb_ci_network_adapter] table.</p> </div> <div class="section" id="asset-ci-sync-ot-assets__section_fnp_4bm_5dc"><h2 class="title sectiontitle">Synchronization from CI to asset</h2> <div class="p">When a CI is created with a MAC address, synchronization happens as follows:<ol class="ol" id="asset-ci-sync-ot-assets__ol_gnp_4bm_5dc"><li class="li">An asset is created.</li><li class="li">The MAC address of the CI is copied to the asset.</li></ol> </div> <p class="p">If there's an existing CI, then the associated asset is updated with the MAC address only if the asset doesn't have it already.</p> </div> <div class="section" id="asset-ci-sync-ot-assets__section_ugb_qcm_5dc"><h2 class="title sectiontitle">Rules for generating CI names</h2> <p class="p">A CI name follows a format that's based on the following conditions:</p> <div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="asset-ci-sync-ot-assets__table_swb_bdm_5dc" class="table" frame="border" border="1" rules="all"><caption><span class="tablecap"><span class="table--title-label">Table 1. </span>Conditions and CI name</span></caption><colgroup><col /><col /></colgroup><thead class="thead" style="text-align:left;"><tr class="row"><th class="entry cellrowborder" style="vertical-align:top;" id="d409053e128">Condition</th><th class="entry cellrowborder" style="vertical-align:top;" id="d409053e131">CI name format</th></tr></thead><tbody class="tbody"><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d409053e128 ">Asset has a Serial number</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d409053e131 ">Concatenation of Serial number and Model name separated by hyphen. For example, SN123 - DemoModel.</td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d409053e128 ">Asset has a Serial number and a MAC address</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d409053e131 ">Concatenation of Serial number and Model name separated by hyphen. For example, SN123 - DemoModel.</td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d409053e128 ">Asset has no Serial number but has a MAC address</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d409053e131 ">Concatenation of MAC address and Model name separated by hyphen. For example, 88-22-33-66-888-AB - DemoModel.</td></tr><tr class="row"><td class="entry cellrowborder" style="vertical-align:top;" headers="d409053e128 ">Asset has no Serial number and MAC address</td><td class="entry cellrowborder" style="vertical-align:top;" headers="d409053e131 ">Model name</td></tr></tbody></table> </div> <div class="p">Whenever there are updates to <span class="ph uicontrol">Serial number</span> or <span class="ph uicontrol">MAC address</span> fields, the CI name is synchronized only under the following conditions:<ul class="ul" id="asset-ci-sync-ot-assets__ul_pvs_chm_5dc"><li class="li">CI name isn't updated manually.</li><li class="li">The <span class="ph">Discovery</span> source is <span class="keyword parmname">SNassetmanagement</span>, which means that the CI is created from an asset.</li><li class="li">CI name hasn't been modified by <span class="ph">CMDB</span>.</li></ul> </div> </div> <div class="section" id="asset-ci-sync-ot-assets__section_xlv_ztq_5dc"><h2 class="title sectiontitle">OT entity synchronization between asset and CI</h2> <p class="p">The CI [cmdb_ci] table has the <span class="ph uicontrol">OT entity</span> [cmdb_ot_entity] field. Also, the Asset [alm_asset] has a corresponding <span class="ph uicontrol">OT entity</span> [ot_entity] field. Synchronization of the OT entity happens as follows:</p> <ul class="ul" id="asset-ci-sync-ot-assets__ul_f1s_bwq_5dc"><li class="li">When a CI is created with the OT entity reference set on the CI, the<span class="ph uicontrol">OT entity</span> [ot_entity] field in the Asset [alm_asset] table is set to <span class="ph uicontrol">true</span>.</li><li class="li">When an asset with the OT entity set to <span class="ph uicontrol">true</span> is created, a corresponding CI and an OT entity are created on the <span class="ph">CMDB</span> side. The OT entity reference is then set on the CI.</li></ul> <div class="note important"><span class="importanttitle">Important:</span> After a CI is marked as an OT entity, it can't be reverted to a non-OT entity.</div> </div> </div> <div class="related-links"> <div class="familylinks"> <div class="parentlink"><strong>Parent Topic:</strong> <a class="link" href="../../../product/enterprise-asset-management/concept/ot-asset-management.html" title="Operational Technology (OT) Asset Management is a specialized offering within the suite of Enterprise Asset Management solutions for managing Operational Technology (OT) and Operational Equipment (OE) assets. With OT Asset Management, you can effectively manage the lifecycle of OT and OE assets.">OT Asset Management</a></div> </div> <div class="linklist relinfo relconcepts"><strong>Related concepts</strong><br /> <ul class="linklist"><li class="linklist"><a class="link" href="../../../product/enterprise-asset-management/concept/licensing-ot-asset-management.html" title="The ServiceNow platform uses a licensing method where your organization is charged for using the OT Asset Management application. In this licensing model, all assets of the Industrial and Hardware model categories are charged based on the Subscription unit ratio.">OT Asset Management licensing</a></li><li class="linklist"><a class="link" href="../../../product/enterprise-asset-management/concept/ot-asset-ws-otam.html" title="The OT Asset Workspace is the intuitive and streamlined user interface of the OT Asset Management application to manage your Operational Technology (OT) and Operational Equipment (OE) assets.">OT Asset Workspace</a></li></ul></div> <div class="linklist relinfo reltasks"><strong>Related tasks</strong><br /> <ul class="linklist"><li class="linklist"><a class="link" href="../../../product/enterprise-asset-management/task/view-license-report-otam.html" title="View details of the subscriptions consumed by your organization for the OT Asset Management application by using the ITAM License Report.">View the license report for the OT Asset Management application</a></li></ul></div> </div></body></html></div>