This describes the wi_licensetotal table and how each column of data arises from the FLEXLM_LICENSE_USAGE table.
The wi_licensetoal is being used to store the most up-to-day total available license across the cluster of a particular cluster. It gets this total from the houly aggregation for the records in the wi_licenseutilmart. For each record we inserted into the wi_licenseutilmart, we take the total_avail and the "LicenseFeature" from each record and insert/update this into the wi_licensetotal table. It is an update if the "LicenseFeature" record already exists, otherwise, a new record will be inserted.
This is the column description of each data column of WI_LICENSETOTAL and how each column is filled with data.
Column Name |
Description |
Key |
LICENSE_FEATURE_NAME |
This is the license name. It comes from the "LIC_FEATURE_NAME" in the flexlm_license_usage row data table. |
Primary key |
LIC_SITE_NAME_CODE |
This comes from the "LIC_SITE_NAME" field in the flexlm_license_usage row data table. |
Primary key
|
TOTAL_AVAIL |
This is the total number of license in the cluster for this "LICENSE_FEATURE_NAME". |
|