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

706 DCFM Enterprise User Manual
53-1001357-01
Encryption Device
D
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
TAPE_POOL_OPERATION_M
ODE
Specifies which type of encryption should be used by
tape volumes in this tape pool.
0 = Native
1 = DF-compatible.
smallint
TAPE_POOL_POLICY Specifies whether tape volumes in this tape pool
should be encrypted.
0 = encrypted
1 = cleartext
smallint
KEY_EXPIRATION Number of days each data encryption key for this
tape pool should be used. After the configured
number of days, a new data encryption key is
automatically generated for any further tape volumes
in this pool. 0 = no expiration.
int
TAPE_POOL_LABEL_TYPE Indicates whether the TAPE_POOL_NAME field is a
name or a number.
0 = name
1 = number
smallint
TABLE 133 RECOVERY_CARD_GROUP_MAPPING
Field Definition Format Size
ID* int
ENCRYPTION_GROUP_ID Foreign key reference to the ENCRYPTION_GROUP for
which a recovery card is registered.
int
SMART_CARD_ID Foreign key reference to the SMART_CARD that is
registered as a recovery card for the encryption
group.
int
POSITION The position of the card within the recovery card set.
1 = first card, 2 = second card, etc.
int
TABLE 134 ENCRYPTION_GROUP_MEMBER
Field Definition Format Size
ID* 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 132 ENCRYPTION_TAPE_POOL
Field Definition Format Size