lsrepairsevdiskcopyprogress

The lsrepairsevdiskcopyprogress command lists the repair progress for space-efficient VDisk copies.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-svcinfo-- --lsrepairsevdiskcopyprogress-- --+----------+----->
                                               '- -nohdr -'   

>-- --+-----------------------+--+---------------+-------------->
      '- -delim -- delimiter -'  '- -copy -- id -'   

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

Parameters

-delim delimiter
(Optional) By default in a concise view, all columns of data are space-separated. The width of each column is set to the maximum possible width of each item of data. In a detailed view, each item of data has its own row, and if the headers are displayed, the data is separated from the header by a space. The -delim parameter overrides this behavior. Valid input for the -delim parameter is a one-byte character. If you enter -delim : on the command line, the colon character (:) separates all items of data in a concise view; for example, the spacing of columns does not occur. In a detailed view, the data is separated from its header by the specified delimiter.
-copy id
(Optional) Lists the repair progress for the specified copy.
-nohdr
(Optional) By default, headings are displayed for each column of data in a concise style view, and for each item of data in a detailed style view. The -nohdr parameter suppresses the display of these headings.
Note: If there is no data to be displayed, headings are not displayed.
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. If you do not enter this parameter, the command lists progress for all space-efficient copies in the cluster.

Description

The lsrepairsevdiskcopyprogress command lists the repair progress for space-efficient copies of the specified VDisk. If you do not specify a VDisk, the command lists the repair progress for all space-efficient copies in the cluster.
Note: Only run this command after running the svctask repairsevdiskcopy command, which you must only run as required by the Directed Maintenance Procedures or by IBM® support.

An invocation example

svcinfo lsrepairsevdiskcopyprogress –delim :

The resulting output

vdisk_id:vdisk_name:copy id:task:progress:estimated_completion_time
0:vdisk0:0:repairing:50:070301120000
0:vdisk0:1:repairing:51:070301120000
1:vdisk1:0:repairing:32:070301153500

An invocation example

svcinfo lsrepairsevdiskcopyprogress –delim : vdisk0

The resulting output

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

An invocation example

svcinfo lsrepairsevdiskcopyprogress –delim : -copy 1 vdisk0

The resulting output

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