UIM - How to calculate product and probe licenses?
search cancel

UIM - How to calculate product and probe licenses?

book

Article ID: 204119

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

This article provides the required information to generate licensing count / reports for UIM probes. 

Resolution

* Licensing change in UIM 9.x Release (Also impacts later UIM releases).

From CA UIM 9.2.0 onward, hub/robot- and probe-level licensing requirements have been removed. Deploy the hub, robot, and distsrv versions released with CA UIM 9.2.0 to remove the license dependency. If you want to continue with the older versions of hub and probes that require an extension of the license, contact our Global Customer Assistance team so that they can assist you in extending the license (if required).

Manage Licenses for Components in Infrastructure Manager - https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/it-operations-management/unified-infrastructure-management/9-0-2/administering/working-with-infrastructure-manager/manage-licenses-for-ca-uim-components-in-infrastructure-manager.html


* License count for each probe.

The Usage Metering (usage_metering) probe identifies the resources and the total capacity of your monitored environment.
The probe then generates the following types of billing reports:

- Overall Billing Summary Report
- Origin (CA UIM hub) specific Billing Summary Report

usage_metering (Usage Metering) - https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/ca-unified-infrastructure-management-probes/GA/alphabetical-probe-articles/usage-metering-usage-metering.html

v8.0 usage_metering IM Configuration - https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/ca-unified-infrastructure-management-probes/GA/alphabetical-probe-articles/usage-metering-usage-metering/usage-metering-version-8-0/v8-0-usage-metering-im-configuration.html

usage_metering Billing Reports - https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/ca-unified-infrastructure-management-probes/GA/alphabetical-probe-articles/usage-metering-usage-metering/usage-metering-billing-reports.html


* Additional Information.

Regarding the count of domain/hub/robot/probes, a db query could be executed; something like:

SELECT DISTINCT A.domain, A.hub, A.robot, B.probe_name FROM CM_NIMBUS_ROBOT A, CM_NIMBUS_PROBE B WHERE A.robot_id = B.robot_id group by A.domain, A.hub, A.robot, B.probe_name

Note: You can modify this query to filter specific UIM domains, Hubs, Robots and Probes.