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

DCFM Enterprise User Manual 707
53-1001357-01
Encryption Device
D
TABLE 135 QUORUM_CARD_GROUP_MAPPING
Field Definition Format Size
ID int
ENCRYPTION_GROUP_ID Foreign key reference to the ENCRYPTION_GROUP for
which an authorization card is registered.
int
SMART_CARD_ID Foreign key reference to the SMART_CARD that is
registered as an authorization card for the encryption
group.
int
TABLE 136 HA CLUSTER
Field Definition Format Size
ID* int
NAME User-supplied name for the HA Cluster. varchar 64
ENCRYPTION_GROUP_ID Foreign key reference to the ENCRYPTION_GROUP
that contains this HA Cluster.
int
MEMBER_LIST A comma-separated list of Encryption Engines in the
HA Cluster. Each engine is identified by a switch node
WWN, followed by a slash (/), followed by the slot
number. The slot number is 0 if the switch does not
have removable blades.
varchar 256
TABLE 137 SMART CARD
Field Definition Format Size
ID* int
CARD_TYPE Indicates how this smart card is configured: 0 =
authorization card.
smallint
CARD_INFO Additional smart card details. For recovery set cards,
the details include the recovery set size and the
card's position within the set; e.g., 2 of 5.
CARDCN_ID A unique name for the card, derived from the card’s
serial number and usage.
varchar 64
FIRST_NAME Optional first name of the person responsible for this
card.
varchar 64
LAST_NAME Optional last name of the person responsible for this
card.
varchar 64
NOTES User-supplied notes about the card. varchar 256
PUBLIC_CERTIFICATE The public key certificate of the card, in PEM format.
Used to validate the card and set up a secure
communications channel to the card.
varchar 4096
CERTIFICATE_LABEL User-supplied name for the card’s public key
certificate.
varchar 64