lsrepairvdiskcopyprogress

The lsrepairvdiskcopyprogress command displays the progress of mirrored VDisk repairs and validations.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-svcinfo-- --lsrepairvdiskcopyprogress-- --------------------->

>--+---------------+--+------------+---------------------------><
   '- -copy -- id -'  +-vdisk_name-+   
                      '-vdisk_id---'   

Parameters

-copy id
(Optional) Specifies the VDisk copy ID to list repair progress for. If you do not specify this parameter, progress is displayed for all copies.
vdisk_name | vdisk_id
(Optional) Specifies the virtual disk name or ID to list repair progress for. You must specify this parameter last on the command line.

Description

The lsrepairvdiskcopyprogress command displays the progress of repairs and validations being made to mirrored VDisks. Use this command to track progress after running the svctask repairvdiskcopy command. You can specify a VDisk copy using the -copy id parameter. To display the VDisks that have two or more copies with an active task, specify the command with no parameters; it is not possible to have only one VDisk copy with an active task.

The command displays progress for the following types of VDisk copies:
  • All VDisk copies display the same task; validate, medium or resync, depending on the specified parameter.
  • All VDisk copies display the same percentage and estimated completion time.
  • If specified, non-mirrored VDisks are displayed as a single copy with a blank task; they are not displayed in the full concise view.
  • Once a task completes, the task is blank for all copies.
  • If the task is blank, the percentage and the completion time are also blank.

An invocation example

svcinfo lsrepairvdiskcopyprogress –delim :

The resulting output

vdisk_id:vdisk_name:copy id:task:progress:estimated_completion_time
0:vdisk0:0:medium:50:070301120000
0:vdisk0:1:medium:50:070301120000

An invocation example

svcinfo lsrepairvdiskcopyprogress –delim : vdisk0

The resulting output

vdisk_id:vdisk_name:copy id:task:progress:estimated_completion_time
0:vdisk0:0:medium:50:070301120000
0:vdisk0:1:medium:50:070301120000

An invocation example

svcinfo lsvdiskcopyrepairprogress –delim : -copy 0 vdisk0

The resulting output

vdisk_id:vdisk_name:copy id:task:progress:estimated_completion_time
0:vdisk0:0:medium:50:070301120000
Library | Support | Terms of use | Feedback
© Copyright IBM Corporation 2003, 2009. All Rights Reserved.