User Manual v12.3.0 Owner's manual
Brocade Network Advisor IP User Manual 1563
53-1003153-01
Database tables and fields
I
TABLE 110 ENCRYPTION_GROUP_MEMBER
Field Definition Format Size
ID Unique generated database identifier. int
ENCRYPTION_GROUP_ID Foreign key reference to the ENCRYPTION_GROUP
record that identifies the encryption group that this
member switch belongs to
int
MEMBER_IP_ADDRESS The management IP address (IPv4, IPv6, or
hostname) of the member switch
varchar 128
MEMBER_WWN the node WWN of the member switch char 23
MEMBER_STATUS The reachability status of the member switch as seen
by the group leader switch. For possible values see
the enum definition in the DTO class
smallint
TABLE 111 ENCRYPTION_KMIP_PARAMETERS
Field Definition Format Size
ENCRYPTION_GROUP_ID Foreign key reference to the ENCRYPTION_GROUP
record that describes the group ID of this Encryption
Group.
int
HA_MODE Indicates the configured High Availability mode for
the encryption group. Possible values are noHA,
opaque, transparent, and NA.
varchar 32
AUTHENTICATION_MODE Indicates the configured User Authentication mode
for the encryption group. Possible values are None,
Username, UserPass, and NA.
varchar 32
CERTIFICATE_TYPE Indicates the configured Certificate Type for the
encryption group. Possible values are self, CASign,
and NA.
varchar 32
TABLE 112 ENCRYPTION_TAPE_POOL
Field Definition Format Size
ID Unique generated database identifier. int
SWITCH_ID No longer used. Tape pools used to belong to
specific switches, but are now shared by
all switches in an encryption group
int
ENCRYPTION_ENGINE_ID No longer used. Tape pools used to belong to
specific encryption engines, but are now
shared by all encryption engines in an encryption
group
int
ENCRYPTION_GROUP_ID Foreign key reference to the
ENCRYPTION_GROUP record that describes
which encryption group this tape pool belongs to
int
TAPE_POOL_NAME User-supplied name or number for the tape pool.
This is the same name or number specified in
the tape backup application. Numbers are stored
in hex
varchar 64