The lsrepairsevdiskcopyprogress command
lists the repair progress for thin-provisioned volume copies or compressed
volume copies.
Syntax
lsrepairsevdiskcopyprogress [ -nohdr ] [ -delimdelimiter ] [ -copyid ] [ { vdisk_name | vdisk_id } ]
Parameters
- -delimdelimiter
- (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.
- -copyid
- (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 volume 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 thin-provisioned copies in the clustered
system.
Description
The
lsrepairsevdiskcopyprogress command
lists the repair progress for thin-provisioned or compressed copies
for the specified volume. If you do not specify a volume, the command
lists the repair progress for all thin-provisioned or compressed copies
in the clustered system.
Remember: Only
run this command after running the repairsevdiskcopy command,
which you must only run as required by the fix procedures or by your
product support information.
The
command returns values for the following
volume copy
attributes:
- task
- Specifies the task completion percentage,
and is always 0 when task is compressed_repairing.
- Specifies the active task.
- repairing indicates
repair of a thin-provisioned volume copy
- compressed_repairing indicates repair
of a compressed volume copy.
- progress
- Specifies the active task.
- Specifies the task completion percentage.
- estimated_completion_time
- Specifies the expected duration of the task in the
format YYMMDDHHMMSS (or blank if the estimated
completion time is unknown).
An invocation example
lsrepairsevdiskcopyprogress delim :
The resulting output:
id: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
lsrepairsevdiskcopyprogress delim : vdisk0
The resulting output:
id:name:copy id:task:progress:estimated_completion_time
0:vdisk0:0:repairing:50:070301120000
0:vdisk0:1:repairing:51:070301120000
An invocation example
lsrepairsevdiskcopyprogress delim : -copy 1 vdisk0
The resulting output:
id:name:copy id:task:progress:estimated_completion_time
0:vdisk0:1:repairing:51:070301120000