Brocade Network Advisor SAN User Manual v12.0.0 (53-1002696-01, April 2013)
1176 Brocade Network Advisor SAN User Manual
53-1002696-01
Database tables and fields
H
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. For firmware versions below 7.1.0 it will be in
PEM format (encoded) and for firmware versions
7.1.0 and above it will be in p12 format (encoded).
varchar 8192
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
UN_ERASE_ENABLED This variable indicates whether LUN Erase feature is
enabled or not on the switch. The value 1 means LUN
Erase is enabled on the switch.The Value 0 means
LUN Erase is not enabled on the switch.
smallint
TABLE 65 CRYPTO_TARGET_CONTAINER
Field Definition Format Size
ID Unique generated database identifier. int
ENCRYPTION_ENGINE_ID Foreign key reference to the ENCRYPTION_ENGINE
that owns this container.
int
NAME A user-supplied name for the container. varchar 64
VT_NODE_WWN The Node WWN of the Virtual Target that represents
the real physical target device.
char 23
VT_PORT_WWN The Port WWN of the Virtual Target that represents the
real physical target device.
char 23
FAILOVER_STATUS Indicates whether this container''s target is being
encrypted by the encryption
engine on which the container is configured (value 0)
or by another encryption
engine in the HA Cluster (value 1).
Default value is 0..
smallint
FAILOVER_STATUS_2 Failover status from the HA Cluster peer. smallint
DEVICE_STATUS The physical target storage device operational status
when the virtual initiator last
attempted to access the target. For possible values,
see the enum definition in the
DTO class.
Default value is 0.
smallint
DEVICE_TYPE Indicates whether the target storage device is a disk
(0) or tape (1) device.
Default value is 0.
smallint
TABLE 64 CRYPTO_SWITCH (Continued)
Field Definition Format Size