Brocade Network Advisor SAN User Manual v12.3.0 User Manual

Page 1620

Advertising
background image

1568

Brocade Network Advisor SAN User Manual

53-1003154-01

Database tables and fields

H

ACTIVE_MASTER_KEY_
STATUS

The operational status of the "master key" or "Key
Encryption Key (KEK)" used to encrypt Data
Encryption Keys in a key vault. Not used for Decru
LKM key vaults. 0 = not used, 1 = required but not
present, 2 = present but not backed up,
3 = okay.
The default value is 0.

smallint

ALT_MASTER_KEY_STATUS The operational status of an alternate "master key"

used to access older data encryption keys. Not used
for Decru LKM key vaults.
0 = not used, 1 = not present, 3 = okay.
The default value is 0.

smallint

QUORUM_SIZE

The number of authentication cards required to
approve certain secure operations. This feature is not
yet supported.
The default value is 0.

smallint

RECOVERY_SET_SIZE

No longer used. Previously used to indicate the
number of smart cards used to back up a Master Key.
The number of cards is now specified when the
backup is created, and not persisted in the database.
The default value is 0.

smallint

KEY_VAULT_TYPE

Indicates the type of key vault used by switches in this
Encryption Group.
0 = Decru Lifetime Key Manager (LKM),
1 = RSA Key Manager (RKM),
2 = Brocade internal key storage (for demo use only).
The default value is 0.

smallint

PRIMARY_KEY_VAULT_ID

Foreign key reference to the KEY_VAULT record that
describes the primary key vault for
this Encryption Group. Null if no primary key vault is
configured.

int

BACKUP_KEY_VAULT_ID

Foreign key reference to the KEY_VAULT record that
describes the backup key vault for
this Encryption Group. Null if no backup key vault is
configured.

int

GROUP_LEADER_STATUS

Stores the status of the Group leader node

int

SRDF_MODE

This field denotes whether the SRDF support is
enabled or not. Feature available only from 6.4
release onwards and for RSA key vaults.
EncryptionGroup collector and EncryptionGroupBean
fills in this value.
The default value is -1.

smallint

TABLE 109

ENCRYPTION_GROUP (Continued)

Field

Definition

Format

Size

Advertising