Brocade Network Advisor SAN User Manual v12.3.0 User Manual

Page 1593

Advertising
background image

Brocade Network Advisor SAN User Manual

1541

53-1003154-01

Database tables and fields

H

TABLE 76

CRYPTO_LUN

Field

Definition

Format

Size

ID

Unique generated database identifier.

int

CRYPTO_TARGET_CONTAI
NER_ID

Foreign key reference to the
CRYPTO_TARGET_CONTAINER that contains the host
for which these LUNs are configured.

int

SERIAL_NUMBER

The LUN serial number, used to identify the physical
LUN.

varchar

256

ENCRYPTION_STATE

Boolean.

True (1) if LUN is being encrypted.

False (0) if cleartext.

The default value is 0.

smallint

STATUS

Not currently used but left in for possible future use.
Replaced by LUN_STATE. The default value is 0.

smallint

REKEY_INTERVAL

The number of days that data encryption keys should
be used before automatically generated a new key. 0 =
infinite, i.e., no re-keying.

int

VOLUME_LABEL_PREFIX

A user-configured string used to construct the
Brocade-specific volume label on encrypted tapes.
Ignored for disk LUNs.

varchar

256

LAST_REKEY_DATE

The last time a data encryption key was generated for
this LUN. REKEY_INTERVAL days after this date, a new
key will be generated.

timestamp

LAST_REKEY_STATUS

The success or failure of the most recent re-keying
operation, if any. This field is not currently used, but is
left in the hope that FOS will support it in the future.
Only valid for disk LUNs. The default value is 0.

smallint

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

Advertising