SANtricity 11.9 Commands ( CA08871-194 ~ 196 )

Start check volume parity job

The start check volume parity job command starts a new check volume parity operation on a given volume.

Supported Series

This command applies to any individual storage system, including the ETERNUS AB3100 and ETERNUS AB6100; as long as all SMcli packages are installed.

Roles

To execute this command on an ETERNUS AB3100 and ETERNUS AB6100 storage system, you must have the Storage Admin role.

Syntax

start check volume[<volume_label>] parity job
(startingLba=<start_lba> endingLba=<end_lba> scanPriority=<scan_priority> repairParityErrors=<true | false>
repairMediaErrors=<true | false>);

Parameters

Parameter Description

startingLba

The volume logical block address where the parity scan will start. The default value is 0.

endingLba

The volume logical block address where the parity scan will stop. The default value is maximum volume lba.

scanPriority

The parity scan priority. The default value is medium

repairParityErrors

Determines whether to automatically attempt to repair parity errors detected during the parity scan. Default value is true.

repairMediaErrors

Determines whether to automatically attempt to repair media errors detected during the parity scan. Default value is true.

Minimum firmware level

11.80

Top of Page