lsvdisksyncprogress

The lsvdisksyncprogress command displays the progress of VDisk copy synchronization.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-svcinfo-- --lsvdisksyncprogress-- --+---------------+-------->
                                       '- -copy -- id -'   

>--+------------+----------------------------------------------><
   +-vdisk_name-+   
   '-vdisk_id---'   

Parameters

-copy id
(Optional) Specifies the VDisk copy ID to list synchronization progress for. You must also specify a vdisk_name | vdisk_id value. 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 synchronization progress for.

Description

The lsvdisksyncprogress command displays the progress of VDisk copy synchronization. To display the VDisk copies that require synchronization, specify the command with no parameters. Estimated completion time is in the YYMMDDHHMMSS format. The command displays progress for the following types of VDisks:
  • A synchronized copy displays a progress of 100 and a blank estimated completion time.
  • An offline copy displays a blank estimated completion time, and a gradually decreasing progress if the VDisk is being written to.
  • Nonmirrored VDisks are displayed as a single copy with a progress of 100, and a blank estimated completion time.

The lsvdisksyncprogress command also displays the progress of a mirrored VDisk synchronization. After you create a mirrored VDisk using the svctask mkvdisk or svctask addvdiskcopy command, you can use the command to monitor the progress of the synchronization.

An invocation example

svcinfo lsvdisksyncprogress

The resulting output

vdisk_id vdisk_name copy_id progress estimated_completion_time
0 vdisk0 0 100
0 vdisk0 1 50 070301150000
3 vdisk3 0 72 070301132225
3 vdisk3 1 100
4 vdisk4 0 22 070301160000
4 vdisk4 1 100
8 vdisk8 0 100
8 vdisk8 1 33

An invocation example

svcinfo lsvdisksyncprogress vdisk0

The resulting output

vdisk_id vdisk_name copy_id progress estimated_completion_time
0 vdisk0 0 100
0 vdisk0 1 50 070301150000
Library | Support | Terms of use | Feedback
© Copyright IBM Corporation 2003, 2009. All Rights Reserved.