Brocade Network Advisor SAN User Manual v11.1x (53-1002167-01, May 2011)

1036 Brocade Network Advisor SAN User Manual
53-1002167-01
Database tables and fields
E
CP_CERTIFICATE The public key certificate, in PEM format, of the
switch’s Control Processor module. This certificate is
exchanged with other switches to establish secure
communication between switches in an Encryption
Group.
varchar 4096
KAC_CERTIFICATE The public key certificate, in PEM format, of the
switch’s Key Archive Client module. This certificate is
installed on key vaults to establish secure
communication between this switch and the key
vault.
varchar 4096
PRIMARY_VAULT_
CONNECTIVITY_STATUS
The status of the network connection between this
switch and the primary key vault. For possible values,
see the enum definition in the DTO class.
Default value is 0.
smallint
BACKUP_VAULT_
CONNECTIVITY_STATUS
The status of the network connection between this
switch and the backup key vault. For possible values,
see the enum definition in the DTO class.
Default value is 0.
smallint
TABLE 165 ENCRYPTION GROUP
Field Definition Format Size
ID* int
NAME User-assigned name for this encryption group. varchar 64
LEADER_SWITCH_ID Foreign key reference to both the VIRTUAL_SWITCH
table and the CRYPTO_SWITCH table (both switch
tables use the same primary key values). Identifies
the switch that currently provides central
configuration and reporting capabilities for the
encryption group. This column may be null if the
group leader is not in a discovered fabric.
int
LEADER_SWITCH_WWN The Node WWN of the current group leader switch.
Each encryption group has one group leader switch.
char 23
DEPLOYMENT_MODE Indicates Transparent (0) or Non Transparent (1)
deployment mode. Only Transparent mode is
currently supported. All switches in the Encryption
Group share the same deployment mode.
Transparent mode uses re-direction zones to
preserve existing zoning of physical hosts and
targets. Non-transparent mode requires zoning
changes to zone physical hosts with Virtual Targets
and to zone Virtual Initiators with physical targets.
smallint
FAILBACK_MODE Indicates Automatic (0) or Manual (1) failback.
Failback occurs when a previously unavailable
Encryption Engine comes back online. In Auto mode,
the restored EncryptionEngine resumes encrypting
all traffic for target containers configured on the
Encryption Engine. In manual mode, encryption
continues running on the backup encryption engines
until manually changed.
smallint
TABLE 164 CRYPTO_SWITCH (Continued)
Field Definition Format Size