Brocade Network Advisor SAN User Manual v11.1x (53-1002167-01, May 2011)

Brocade Network Advisor SAN User Manual 1089
53-1002167-01
Database tables and fields
E
LAST_REKEY_PROGRESS Indicates whether a re-key operation is in progress. 0
= no re-keying in progress.
> 0 = percentage done of re-keying operation in
progress. Only valid for disk LUNs. The default value is
0.
smallint
CURRENT_VOLUME_LABE
L
If a tape session is in progress, this is the volume label
for the currently mounted tape. Only valid for tape
LUNs.
varchar 2048
PRIOR_ENCRYPTION_STAT
E
Not used. When configuring a new disk LUN, this field
indicates whether the LUN is already encrypted (1) or
cleartext (0). This information does not need to be
persisted. Only valid for disk LUNs.
smallint
ENCRYPTION_FORMAT If ENCRYPTION_STATE is true, ENCRYPTION_FORMAT
indicates the type of encryption. 0 = cleartext, 1 =
DF-compatible, 2 = native.
smallint
ENCRYPT_EXISTING_DATA Not used. When configuring a disk LUN that was
previously cleartext and is to be encrypted, this
property tells the switch whether or not to start a
re-keying operation to encrypt the existing LUN data.
This property does not need to be persisted.
smallint
DECRYPT_EXISTING_DATA Not used. When configuring disk LUN that was
previously encrypted and is to
become cleartext, this property tells the switch
whether or not to start a re-keying
operation to decrypt the existing LUN data. This
property does not need to be
persisted. This feature is no longer supported in FOS.
smallint
KEY_ID Hex-encoded binary key vault ID for the current data
encryption key for this LUN.
This ID may be used to locate the data encryption key
in the key vault.
varchar 64
CRYPTO_HOST_ID Foreign key reference to the CRYPTO_HOST that uses
this LUN.
int
LUN_NUMBER The Logical Unit Number of the LUN, as seen by the
LUNs host. This may be an
integer (0 - 65565) or a WWN-format 8-byte hex
number.
varchar 64
BLOCK_SIZE The LUN''s Logical Block Size, in bytes. Only valid for
disk LUNs.
int
TOTAL_BLOCKS The total number of logical blocks in the LUN.
Multiplying BLOCK_SIZE
by TOTAL_BLOCKS gives the LUN size in bytes.
int
LUN_STATE LUN operational status, such as OK or disabled for
various reasons.
For possible values see the enum definition in
CryptoClientConstants. The default value is 0.
int
TABLE 293 CRYPTO_LUN (Continued)
Field Definition Format Size