Database tables and fields

I

TABLE 73

CRYPTO_LUN (Continued)

 

 

 

 

 

 

 

Field

 

Definition

Format

Size

 

 

 

 

DECRYPT_EXISTING_DATA

Not used. When configuring disk LUN that was

smallint

 

 

 

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.

 

 

 

 

 

 

 

KEY_ID

 

Hex-encoded binary key vault ID for the current data

varchar

64

 

 

encryption key for this LUN.

 

 

 

 

This ID may be used to locate the data encryption key

 

 

 

 

in the key vault.

 

 

 

 

 

 

CRYPTO_HOST_ID

Foreign key reference to the CRYPTO_HOST that uses

int

 

 

 

this LUN.

 

 

 

 

 

 

LUN_NUMBER

The Logical Unit Number of the LUN, as seen by the

varchar

64

 

 

LUNs host. This may be an

 

 

 

 

integer (0 - 65565) or a WWN-format 8-byte hex

 

 

 

 

number.

 

 

 

 

 

 

 

BLOCK_SIZE

 

The LUN''s Logical Block Size, in bytes. Only valid for

int

 

 

 

disk LUNs.

 

 

 

 

 

 

TOTAL_BLOCKS

The total number of logical blocks in the LUN.

int

 

 

 

Multiplying BLOCK_SIZE by TOTAL_BLOCKS gives the

 

 

 

 

LUN size in bytes.

 

 

 

 

 

 

 

LUN_STATE

 

LUN operational status, such as OK or disabled for

int

 

 

 

various reasons. For possible values see the enum

 

 

 

 

definition in CryptoClientConstants. The default value

 

 

 

 

is 0.

 

 

 

 

 

 

 

LUN_FLAGS

 

Bitmap of LUN options. The only option currently used

bigint

 

 

 

is bit 0 (least significant) which indicates that the LUN

 

 

 

 

must be manually enabled because it has been

 

 

 

 

disabled due to inconsistent metadata detected. The

 

 

 

 

default value is 0.

 

 

 

 

 

 

ENCRYPTION_ALGORITHM

Stores the Encryption Algorithm used to

varchar

512

 

 

encrypt/decrypt data on the LUN

 

 

 

 

 

 

KEY_ID_STATE

State of the Key ID retrieval from Key Vault. The

smallint

 

 

 

default value is 0.

 

 

 

 

 

 

REKEY_SESSION_NUMBE

Unique Rekey session number. The default value is 0.

int

 

R

 

 

 

 

 

 

 

 

PERCENTAGE_COMPLETE

Percentage of rekey completion. The default value is 0.

int

 

 

 

 

 

 

REKEY_ROLE

 

Rekey Role definition. The default value is 0.

smallint

 

 

 

 

 

CURRENT_LBA

Current Logical Block address for the rekey session in

int

 

 

 

progress. The default value is 0.

 

 

 

 

 

 

LUN_STATE_STRING

Lun state string.

varchar

2048

 

 

 

 

 

NEW_LUN

 

This field specifies that when a LUN is added to its

smallint

 

 

 

container, indicate that it''s a new LUN to be used in

 

 

 

 

SRDF Configuration. Feature available only from 6.4

 

 

 

 

release onwards and for RSA key vaults. CryptoLun

 

 

collector and CryptoLunBean fills in this value. The default value is -1.

Brocade Network Advisor IP User Manual

1393

53-1003056-01

 

Page 1445
Image 1445
Brocade Communications Systems IP250 user manual Database tables and fields Cryptolun