Data Center Fabric Manager Enterprise User Manual v10.3.X (53-1001357-01, November 2009)

708 DCFM Enterprise User Manual
53-1001357-01
Encryption Device
D
GROUP_NAME 'The name of the Encryption Group used to initialize
the card. For recovery set cards, this identifies which
group’s master key is backed up on the card.
varchar 64
CREATION_TIME The date and time that the card was initialized. For
recovery set cards, this is the date and time the
master key was written to the card.
timestamp 256
TABLE 138 ENCRYPTION ENGINE
Field Definition Format Size
ID* int
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 contains this encryption engine.
int
SLOT NUMBER For chassis switches, the slot or blade that contains
the encryption engine. Always 0 for switches with a
single embedded encryption engine.
smallint 64
STATUS Not used. Previously used to indicate the engine’s
operational status. Replaced by EE_STATE.
smallint 64
HA_CLUSTER_ID Foreign key reference to an HA_CLUSTER record.
Identifies the HA Cluster that this engine belongs to.
Null if this engine does not belong to an HA Cluster.
int 64
SYSTEM_CARD_ID Foreign key reference to the SMART_CARD record
that identifies the System Card required to enable
this engine. Null if no System Card has been
registered yet. This feature is not yet supported.
int 256
SYSTEM_CARD_STATUS Indicates whether a System Card is currently inserted
in the Encryption Engine, and whether the card is
valid or not. This feature is not yet supported.
smallint 4096
WWN_POOLS_AVAILABLE Not used. Previously used to indicate the number of
WWN pools remaining for allocation on this
encryption engine. This feature is no longer
supported.
int 64
STATE Administrative state for this engine:
0 = disabled
1 = enabled
smallint 64
SP_CERTIFICATE The public key certificate, in PEM format, for the
Security Processor within the Encryption Engine.
Used to create link keys for NetApp LKM key vaults.
varchar 4096
EE_STATE The operational status of this Encryption Engine. For
possible values, see the enum definition in the DTO
class.
int
TABLE 137 SMART CARD
Field Definition Format Size