Start storage array configuration database diagnostic
The start storageArray configDbDiagnostic command runs a consistency check against a configuration database.
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 Storage Admin role.
Syntax
start storageArray configDbDiagnostic
[sourceLocation=(disk | onboard) |
diagnosticType=(fileSystem | <span className="ph skipCustomization">mirror</span>) |
controller[(<span className="ph">a</span>|<span className="ph">b</span>)]]
Parameters
Parameter | Description |
---|---|
sourceLocation | This parameter specifies the location of the database.
|
diagnosticType | The level of diagnostic testing that you want to run on the database. You can run one of these levels of testing: fileSystem – This option checks the structural integrity of the database. mirror – The tests run using this option vary according to the value of the sourceLocation parameter:
Note You can run the The default value is fileSystem . |
controller | The controller that has the database on which you want to run the diagnostic tests. Valid controller identifiers are a or b , where a is the controller in slot A , and b is the controller in slot B . Enclose the controller identifier in square brackets ([ ]). |
Notes
This command runs a consistency check against a configuration database. All database records are checked. Error data is written to a file in the data folder on disk automatically. You do not need to specify an output file.
Upon completion of the diagnostic test, the controller firmware returns one of these results:
- Diagnosis completed without errors. No ZIP file created.
Diagnosis completed with errors. Refer to the ZIP file created at:
...\Install_dir\data\FirmwareUpgradeReports\timestamp_buildNo.zip
If the diagnostic test detects an inconsistency in the configuration database, the controller firmware performs these actions:
Returns a description of the inconsistency
Saves a ZIP file containing raw binary data
The controller firmware saves the ZIP file to this location:
...\Install_dir\data\FirmwareUpgradeReports\timestamp_buildNo.zipYou can use the binary data to help determine the cause of the problem, or you can send the file containing the binary data to technical support.
To stop the database configuration diagnostic test, use the stop storageArray configDbDiagnostic command.
In addition, you can start the database configuration diagnostic test through the storage management software GUI; however, you cannot stop the database configuration diagnostic test through the storage management software GUI. If you want to stop a running diagnostic test, you must use the stop storageArray configDbDiagnostic command.