Skip to main content

F.4 Displaying the Configuration Status of a Hardware RAID Volume


F.4 Displaying the Configuration Status of a Hardware RAID Volume
Use the sas2ircu status command to display the configuration status of the created hardware RAID volume.
In the following examples, the configuration status of the newly created RAID volume (ID:285) is displayed. It indicates that the progress rate is 0.14% with the Background Init status.
Note - "Current Operation:Background Init" indicates that the RAID volume configuration is in process. When "Percentage complete" (progress rate) becomes 100%, it changes to "Current Operation:None," and the RAID volume can be used safely.
In the examples that follow, (1) to (2) indicate the following:
(1): RAID volume 1 information

- RAID volume ID is 285

- Current RAID operation is Background Init, and operation progress rate is 0.14%

- RAID volume is enabled and optimized

(2): RAID volume 2 information

- RAID volume ID is 286

- No current RAID operation

- RAID volume is enabled and optimized
root# ./sas2ircu 0 status
LSI Corporation SAS2 IR Configuration Utility.
Version 17.00.00.00 (2013.07.19)
Copyright (c) 2009-2013 LSI Corporation. All rights reserved.

Background command progress status for controller 0...

IR Volume 1 <-- (1)
  Volume ID                               : 285
  Current operation                       : Background Init
  Volume status                           : Enabled
  Volume state                            : Optimal
  Volume wwid                             : 00c354402fc35418
  Physical disk I/Os                      : Not quiesced
  Volume size (in sectors)                : 1754880000
  Number of remaining sectors             : 1752440704
  Percentage complete                     : 0.14%

IR Volume 2 <-- (2)
  Volume ID                               : 286
  Current operation                       : None
  Volume status                           : Enabled
  Volume state                            : Optimal
  Volume wwid                             : 0aa6d102f1bf517a
  Physical disk I/Os                      : Not quiesced
SAS2IRCU: Command STATUS Completed Successfully.
SAS2IRCU: Utility Completed Successfully.