SANtricity 11.8 Commands

to Japanese version

Start check volume parity job

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

Supported Arrays

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

Roles

To execute this command on an AB6100 and AB3100 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