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

DCFM Enterprise User Manual 711
53-1001357-01
Encryption Container
D
DECRYPT_EXISTING_DATA Not used. When configuring disk LUN that was
previously encrypted and is to become cleartext, this
property tells the switch whether or not to start a
re-keying operation to decrypt the existing LUN data.
This property does not need to be persisted. This
feature is no longer supported in Fabric OS.
smallint
KEY_ID Hex-encoded binary key vault ID for the current data
encryption key for this LUN. This ID may be used to
locate the data encryption key in the key vault
varchar 64
CRYPTO_HOST_ID Foreign key reference to the CRYPTO_HOST that uses
this LUN.
int
LUN_NUMBER The Logical Unit Number of the LUN, as seen by the
LUNs host. This may be an integer (0 - 65565) or a
WWN-format 8-byte hex number.
varchar 23
BLOCK_SIZE 'The LUN's Logical Block Size, in bytes. Only valid for
disk LUNs.
int
TOTAL_BLOCKS The total number of logical blocks in the LUN.
Multiplying BLOCK_SIZE
by TOTAL_BLOCKS gives the LUN size in bytes.
int
LUN_STATE LUN operational status, such as OK or disabled for
various reasons. For possible values see the enum
definition in CryptoClientConstants.
int
LUN_FLAGS Bitmap of LUN options. The only option currently used
is bit 0 (least significant) which indicates that the LUN
must be manually enabled because it has been
disabled due to inconsistent metadata detected.
bigint
TABLE 142 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
STATUS Not used. Previously used to indicate the engine’s
operational status. Replaced by EE_STATE.
smallint
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
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
TABLE 141 CRYPTO LUN
Field Definition Format Size