Brocade Network Advisor SAN User Manual v12.0.0 (53-1002696-01, April 2013)
Brocade Network Advisor SAN User Manual 1249
53-1002696-01
Database tables and fields
H
TABLE 187 LICENSE_RULE
Field Definition Format Size
ID Unique generated database identifier. int
NAME Name of the license rule varchar
DESCRIPTION Description of the rule varchar
SCOPE Scope of the rule - is it applicable to Fabric, switch or
ports
varchar
CATEGORY Category of the rule - is it used by unknown - 0, asset
collection - 1, or 2 - the license manager service
smallint
ENABLE Whether the rule needs to be considered or not. 1 -
consider, 0 - do not consider for calculation.
The default value is 1.
smallint
TABLE 188 LICENSED_FEATURE
Field Definition Format Size
ID* Unique generated database identifier. int
NAME License feature name, a short text description. varchar 64
DESCRIPTION Optional detailed description about the license
feature.
varchar 256
TABLE 189 LINK
Field Definition Format Size
LINK_ID Unique database generated identifier. int
TYPE Type of the link. Currently it is always U. varchar 1
NAME Name of the link which is combination of device
display name and ifName of the interface which this
link associated.
varchar 255
TABLE 190 LOCK
Field Definition Format Size
NAME The name of this transaction synchronization lock. The
name should be upper case and should describe the
activity being synchronized, such as
MANAGED_ELEMENT_CREATION.
varchar 40
LAST_USED_BY Identifies the transaction that last updated this lock
record, such as IP_DISCOVERY. This field is primarily
here just to have something to modify. The new value
does not need to be different than the previous value.
varchar 40
LAST_USED_TIME Optional time when the lock was last modified. Might
be useful for debugging someday.
timestamp