Save storage array DBM validator information file
The save storageArray dbmValidatorInfo command saves the database management (DBM) validation information for a storage array in an XML file.
Supported Arrays
This command applies to an individual DE2000H, DE4000H, DE4000F, DE6000H, or DE6000F storage array.
Roles
To execute this command on an storage array, you must have the Security Admin role.
Context
Technical support can use this XML file to generate a validator string (a security code). The validator string must be included in the load storageArray dbmDatabase command when restoring a storage array back to a pre-existing configuration.
Syntax
save storageArray dbmValidatorInfo file="<var id="GUID-06877D9A-3377-46A8-9F31-ECE3F331FE5C__V1166960" className="keyword varname">filename</var>" dbmDatabase="<var id="GUID-06877D9A-3377-46A8-9F31-ECE3F331FE5C__V1166960" className="keyword varname">filename</var>"
Parameters
Parameter | Description |
---|---|
file | The file path and the file name of the DBM validator required for technical support. Enclose the file name in double quotation marks (" "). For example: file="C:\Array Backups \DBMvalidator.xml"This command does not automatically append a file extension to the saved file. You must specify the .xml file extension when you enter the file name. |
dbmDatabase | The file path and the file name of the DBM database from which you want to generate the XML information file. Enclose the file name in double quotation marks (" "). For example: dbmDatabase="C:\Array Backups \DBMbackup_03302010.dbm"This command does not automatically append a file extension to the saved file. You must specify the .dbm file extension when you enter the file name. |
Notes
<?xml version="1.0" encoding="utf-8"?>
<DbmImageMetadata>
<Controllers>
<A>1IT0nnnnnnnnnABCD</A>
<B>1T0nnnnnnnnnABCD</B>
</Controllers>
<Header>
<ImageVersion>1</ImageVersion>
<TimeStamp>1269388283</TimeStamp>
</Header>
<Trailer>
<CRC>nnnnnnnnnn</CRC><
/Trailer>
</DbmImageMetadata>