Chapter 8. Using Metadata - Dell PowerVault ML6000 User Manual

Dell powervault ml6000 encryption key manager user's guide
Hide thumbs Also See for PowerVault ML6000:
Table of Contents

Advertisement

Chapter 8. Using Metadata

The Encryption Key Manager must be configured to create an XML file that
captures vital information as data is being encrypted and written to tape. This file
can be queried by volume serial number to display the alias or key label that was
used on the volume. Conversely, the file can be queried by alias to display all
volumes associated with that key label/alias.
Note: If you do not configure a metadata file, the Encryption Key Manager will
As encryption processing is performed, the Encryption Key Manager collects the
following data:
v Drive Serial Number
v Drive WorldWideName
v Creation Date
v Key Alias 1
v Key Alias 2
v DKi
v VolSer
When the collected data reaches a certain limit, it is written to an XML file. The
default limit, which can be set in the Encryption Key Manager properties file
(KeyManagerConfig.properties), is 100 records. Once the file is written, it can be
queried as long as the Encryption Key Manager is running. To prevent the file
from growing too large, it is automatically rolled over to a new file after a
maximum file size is reached. The default maximum file size for rollover, which
can also be set in the Encryption Key Manager properties file, is 1 MB. Only a
current and a previous file version is saved. The values to set in the Encryption
Key Manager configuration properties file are:
Audit.metadata.file.name
Audit.metadata.file.size
Audit.metadata.file.cachecount
XML File Format
The file contains records in the following format.
<KeyUsageEvent>
not start.
Name of XML file where metadata is saved. This is required.
The maximum filesize, specified in kilobytes, before rolling the file over from
current to previous version. This is optional. The default is 1024 (1MB).
The number of records to be cached before writing the metadata file. This is
optional. The default is 100.
<DriveSSN>FVTDRIVE0000</driveSSN>
<VolSer>TESTER</volSer>
<DriveWWN>57574E414D453030</driveWWN>
<keyAlias2>cert2</keyAlias2>
-Drive Serial Number
-Volume Serial
-drive WWN
-Key Alias1
8-1

Advertisement

Table of Contents
loading

Table of Contents