I

Database tables and fields

 

 

 

 

 

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

timestamp

 

 

 

 

was analyzed and found to have crossed the

 

 

 

 

 

threshold (both low to high and vice versa).

 

 

 

 

 

 

 

 

 

 

MEMORY_UTILIZATION

Holds the disk usage as a percentage. Value

double

 

 

 

 

varies from 0 to 100.

precision

 

 

 

 

 

 

 

 

 

THRESHOLD_TYPE

Denotes whether disk space usage crosses

smallint

 

 

 

 

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).

 

 

 

 

 

 

 

 

 

 

FREE_SPACE

Holds the free disk space at the particular time

bigint

 

 

 

 

in bytes.

 

 

 

 

 

 

 

 

 

 

TOTAL_SPACE

Holds the total disk space at the particular time

bigint

 

 

 

 

in bytes.

 

 

 

 

 

 

 

 

TABLE 105 ENCRYPTION_ENGINE

Field

Definition

Format

Size

 

 

 

 

ID

Unique generated database identifier.

int

 

 

 

 

 

SWITCH_ID

Foreign key reference to both the VIRTUAL_SWITCH

int

 

 

table and the CRYPTO_SWITCH table (both switch

 

 

 

tables use the same primary key values). Identifies the

 

 

 

switch that contains this encryption engine.

 

 

 

 

 

 

SLOT_NUMBER

For chassis switches, the slot or blade that contains

smallint

 

 

the encryption engine. Always 0 for pizza-box switches

 

 

 

with a single embedded encryption engine.

 

 

 

 

 

 

STATUS

Not used. Previously used to indicate the engine''s

smallint

 

 

operational status. Replaced by EE_STATE.

 

 

 

The default value is 0.

 

 

 

 

 

 

HA_CLUSTER_ID

Foreign key reference to an HA_CLUSTER record.

int

 

 

Identifies the HA Cluster that this engine belongs to.

 

 

 

Null if this engine does not belong to an HA Cluster.

 

 

 

 

 

 

SYSTEM_CARD_STATUS

Indicates whether a System Card is currently inserted

varchar

256

 

in the Encryption Engine,

 

 

 

and whether the card is valid or not. This feature is not

 

 

 

yet supported.

 

 

 

The default value is ‘disabled’.

 

 

 

 

 

 

WWN_POOLS_AVAILABLE

Not used. Previously used to indicate the number of

int

 

 

WWN pools remaining for allocation on this encryption

 

 

 

engine. This feature is no longer supported.

 

 

 

 

 

 

STATE

Administrative state for this engine. 0 = disabled, 1 =

smallint

 

 

enabled.

 

 

 

The default value is 0.

 

 

1416

Brocade Network Advisor IP User Manual

 

53-1003056-01

Page 1468
Image 1468
Brocade Communications Systems IP250 user manual Diskusage, Encryptionengine