Skip to main content

Repair volume parity

The repair volume parity command repairs the parity errors on a volume.

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.

Context

CAUTION
If volume parity and volume data do not match, volume data might be defective rather than volume parity. Repairing volume parity destroys the ability to repair the defective volume data, if necessary.

Syntax

repair volume [<var id="GUID-5B65E1D9-EC24-4D43-BAE8-ADB26899ACD6__V1111698" className="keyword varname">volumeName</var>] parity 
parityErrorFile="<var id="GUID-5B65E1D9-EC24-4D43-BAE8-ADB26899ACD6__V1111699" className="keyword varname">filename</var>"
[verbose=(TRUE | FALSE)]

Parameters

ParameterDescription
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 .