The repair volume parity command repairs the parity errors on a volume.
This command applies to an individual DE2000H, DE4000H, DE4000F, DE6000H, or DE6000F storage array.
To execute this command on an storage array, you must have the Storage Admin role.
repair volume [volumeName] parity
parityErrorFile="filename"
[verbose=(TRUE | FALSE)]
Parameter | Description |
---|---|
volume | The name of the volume for which you are repairing parity. Enclose the volume name in square brackets ([ ]). If the volume name has special characters or numbers, you must enclose the volume name in double quotation marks (" ") inside square brackets. |
parityErrorFile | The file path and the file name that contains the parity error information that you use to repair the errors. Enclose the file name in double quotation marks (" "). For example: file="C:\Program Files\CLI\sup\parfile.txt"
Note: A parityErrorFile
is the result of a previous check
volume parity operation.
|
verbose | The setting to capture progress details, such as percent complete, and to show the information as the volume parity is being repaired. To capture progress details, set this parameter to TRUE . To prevent capturing progress details, set this parameter to FALSE . |