Objectives

Perform consistency check on a disk volume via command line interface using StorCLI

Prerequisites

  1. 1 or more Raid Disk Group(s) recognizable by LVM
  2. StorCLI installed

Steps

Step 1: Show Consistency Check Progress

You can show the progress of the consistency check using the following command.

/opt/MegaRAID/storcli/storcli64 /c0 /vX show cc

X represents the virtual disk number. You can also replace it with “all” to operate on all virtual disks registered.

Step 2: Start Consistency Check Operation

You can start the consistency check operation using the following command.

/opt/MegaRAID/storcli/storcli64 /c0 /vX start cc [force]

Step 3: Pause Consistency Check Operation

You can pause a currently running consistency check operation using the following command.

/opt/MegaRAID/storcli/storcli64 /c0 /vX pause cc

Step 4: Resume Consistency Check Operation

You can resume a currently paused consistency check operation using the following command.

/opt/MegaRAID/storcli/storcli64 /c0 /vX resume cc

Step 5: Stop Consistency Check Operation

You can stop a currently running consistency check operation using the following command.

/opt/MegaRAID/storcli/storcli64 /c0 /vX stop cc