Description | This table keeps track of the license installation history.
Each time licenses are installed, a record is made in one of
the entries in this table.
When licensed features are applicable to physical entities,
this table contains entries showing various licenseable
vendor-specific hardware entities represented by the object
celLicenseEntityVendorType, the corresponding license
serial numbers (if any), and license update time-stamp, and
license update sequence numbers.
When licensed features are not applicable to a physical
entity, the object celLicenseEntityVendorType is set to NULL.
Each time a new entry is made in this table, the total
number of installed licenses is updated in the table
celPoolLicenseTable in the appropriate entry. If the
necessary entry in the table celPoolLicenseTable does not
exist, it is created.
The implementations may choose to implement the table in
circular fashion by limiting the number of entries in the
table. In this case the oldest entry is overwritten by the
latest. The object celLicenseConfigHistoryIndex always
increase monotonically and indicates how many times the
licenses have been installed. |