Database tables and fields

I

TABLE 106 ENCRYPTION_GROUP (Continued)

 

 

 

 

 

 

Field

Definition

Format

Size

 

 

 

 

PRIMARY_KEY_VAULT_ID

Foreign key reference to the KEY_VAULT record that

int

 

 

describes the primary key vault for

 

 

 

this Encryption Group. Null if no primary key vault is

 

 

 

configured.

 

 

 

 

 

 

BACKUP_KEY_VAULT_ID

Foreign key reference to the KEY_VAULT record that

int

 

 

describes the backup key vault for

 

 

 

this Encryption Group. Null if no backup key vault is

 

 

 

configured.

 

 

 

 

 

 

GROUP_LEADER_STATUS

Stores the status of the Group leader node

int

 

 

 

 

 

SRDF_MODE

This field denotes whether the SRDF support is

smallint

 

 

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.

 

 

 

 

 

TABLE 107 ENCRYPTION_GROUP_MEMBER

 

 

 

 

 

 

Field

Definition

Format

Size

 

 

 

 

ID

Unique generated database identifier.

int

 

 

 

 

 

ENCRYPTION_GROUP_ID

Foreign key reference to the ENCRYPTION_GROUP

int

 

 

record that identifies the encryption group that this

 

 

 

member switch belongs to

 

 

 

 

 

 

MEMBER_IP_ADDRESS

The management IP address (IPv4, IPv6, or

varchar

128

 

hostname) of the member switch

 

 

 

 

 

 

MEMBER_WWN

the node WWN of the member switch

char

23

 

 

 

 

MEMBER_STATUS

The reachability status of the member switch as seen

smallint

 

 

by the group leader switch. For possible values see

 

 

 

the enum definition in the DTO class

 

 

 

 

 

TABLE 108 ENCRYPTION_KMIP_PARAMETERS

 

 

 

 

 

 

Field

Definition

Format

Size

 

 

 

 

ENCRYPTION_GROUP_ID

Foreign key reference to the ENCRYPTION_GROUP

int

 

 

record that describes the group ID of this Encryption

 

 

 

Group.

 

 

 

 

 

 

HA_MODE

Indicates the configured High Availability mode for

varchar

32

 

the encryption group. Possible values are noHA,

 

 

 

opaque, transparent, and NA.

 

 

 

 

 

 

AUTHENTICATION_MODE

Indicates the configured User Authentication mode

varchar

32

 

for the encryption group. Possible values are None,

 

 

 

Username, UserPass, and NA.

 

 

 

 

 

 

CERTIFICATE_TYPE

Indicates the configured Certificate Type for the

varchar

32

 

encryption group. Possible values are self, CASign,

 

 

 

and NA.

 

 

 

 

 

 

Brocade Network Advisor IP User Manual

1419

53-1003056-01

 

Page 1471
Image 1471
Brocade Communications Systems IP250 user manual Encryptiongroupmember, Encryptionkmipparameters