Software asset connections
Summarize
Summary of Software Asset Connections
Software asset connections integrate third-party discovery sources with the Software Asset Management (SAM) application to gather installed software data. This process identifies software installation locations, device owners, and their locations, merging this data into the Configuration Management Database (CMDB) for broader business use.
Show less
Key Features
- Identification and Reconciliation Engine (IRE): Centralizes data integration with the CMDB, performing reconciliations and deduplication of incoming data using identification and reconciliation rules.
- Payload Construction: Third-party applications send payloads via the IRE REST API to insert or update software installation records in SAM tables.
- Domain Separation: Supports third-party discovery while ensuring that domain-specific data is accurately managed to prevent data overlap across domains.
Key Outcomes
By configuring third-party discovery sources, organizations can effectively populate the Software Installation table with accurate software data, manage uninstalled software, and ensure compliance with licensing models. This enhances visibility and control over software assets, facilitating better asset management and cost optimization.
Use third-party discovery sources to discover the installed software data that you can integrate with the Software Asset Management application.
The discovery process is an integral part of the Software Asset Management application. The discovery process consists of discovering where the installed software in your organization is installed, who the owner of the device is, and where it's located. The discovered information is then merged into a common configuration management database such as the CMDB application.
The CMDB application enables other business applications to use the discovered information to support various business needs.
ServiceNow platform's identification and reconciliation engine (IRE) framework enables all third-party data integrations with the CMDB application.
- Independent: If the Independent check box is selected on a CI identifier, it means that the CI is not dependent on any other CI.
- Dependent: If the Independent check box is not selected on a CI identifier, it implies that this CI is dependent on other CIs.
You should have already configured loading the CIs in the ServiceNow instance. For each CI in your environment, the Hardware [cmdb_ci_hardware] table has a corresponding CI identifier rule. When the third-party discovery application runs, the software is identified on CIs. The third-party application constructs a payload and sends the payload via the IRE REST API endpoint to the ServiceNow instance to insert or update data into the Software Asset Management tables.
A generic payload is used for creating installed software records. For Oracle, VMware, and Citrix, specific payloads feed additional publisher-specific data apart from software installations.
If multiple discovery sources are enabled and if the key details of the software, such as the display name and the version for all discovery sources, match, the Installation record is overwritten. If multiple discovery sources identify the same software with different field values, an entry is created in the Software Installation [cmdb_sam_sw_install] table. When the schedule job SAM- Deduplication install table runs and if all the normalized values of these installations match, only one record is set to active. The rest of the records are marked as inactive.
- The IRE REST API stamps the domain that you are logged in to when the REST call is made.
- Log in to the domain where the CI resides and from where you run the payload.
- Don't log in to the parent domain. Being logged in the parent domain updates the existing CI and also creates a new CI in the parent domain.
- Send the payload from the same domain where the CIs reside. For example, if you send a payload from Domain A and if the payload has CIs that belong to Domain B, a new CI gets created in Domain A.