User's Manual
1416 Brocade Network Advisor IP User Manual
53-1003056-01
Database tables and fields
I
TABLE 104 DISK_USAGE
Field Definition Format Size
ID Primary key of the table. Autogenerated. int
TIME_THRESHOLD_CROSSED Holds the timestamp at which the disk space
was analyzed and found to have crossed the
threshold (both low to high and vice versa).
timestamp
MEMORY_UTILIZATION Holds the disk usage as a percentage. Value
varies from 0 to 100.
double
precision
THRESHOLD_TYPE Denotes whether disk space usage crosses
above or below threshold limit. 1 if it is goes
above threshold, 0 if it goes below threshold (in
previous instance it was above threshold).
smallint
FREE_SPACE Holds the free disk space at the particular time
in bytes.
bigint
TOTAL_SPACE Holds the total disk space at the particular time
in bytes.
bigint
TABLE 105 ENCRYPTION_ENGINE
Field Definition Format Size
ID Unique generated database identifier. int
SWITCH_ID Foreign key reference to both the VIRTUAL_SWITCH
table and the CRYPTO_SWITCH table (both switch
tables use the same primary key values). Identifies the
switch that contains this encryption engine.
int
SLOT_NUMBER For chassis switches, the slot or blade that contains
the encryption engine. Always 0 for pizza-box switches
with a single embedded encryption engine.
smallint
STATUS Not used. Previously used to indicate the engine''s
operational status. Replaced by EE_STATE.
The default value is 0.
smallint
HA_CLUSTER_ID Foreign key reference to an HA_CLUSTER record.
Identifies the HA Cluster that this engine belongs to.
Null if this engine does not belong to an HA Cluster.
int
SYSTEM_CARD_STATUS Indicates whether a System Card is currently inserted
in the Encryption Engine,
and whether the card is valid or not. This feature is not
yet supported.
The default value is ‘disabled’.
varchar 256
WWN_POOLS_AVAILABLE Not used. Previously used to indicate the number of
WWN pools remaining for allocation on this encryption
engine. This feature is no longer supported.
int
STATE Administrative state for this engine. 0 = disabled, 1 =
enabled.
The default value is 0.
smallint