3PAR InForm® OS 2.2.4 CLI Administrator's Manual (320-200113 Rev A, March 2009)
13.4
About Tasks
3PAR InForm OS CLI Administrator’s Manual InForm OS Version 2.2.4
Phase - For Active tasks, indicates the number of completed phases and the total number
of phases in the current step, using the format
<#completed_phase>/<#total_phases>. See individual task type descriptions for an
indication of the number of phases for all tasks of that type.
Step - For Active tasks, indicates the number of completed steps and the total number of
steps in the current task, using the format
<#completed_step>/<#total_steps>. For most task types, the total steps is equal to
the number of regions in the operation. See individual task type descriptions for step
definitions.
Start Time - Indicates the time at which the task was started.
Finish Time - For Done, Cancelled, and Failed tasks, indicates the time at which the
task stopped due to completion, cancellation, or failure.
To obtain a task ID (for example, because the task was initiated via the InForm Management
Console), or to see a list of all tasks that have been active within the last 24 hours, you can use
the
showtask command without specifying a task ID, as shown in the following example:
All tasks are displayed by their task IDs, including ongoing and completed tasks. The system
stores information for up to 1000 tasks.
cli% showtask
Id Type Name Status Phase Step -----Start_Time------ ------Finish_Time-------
1 vv_copy vv1a Done 0/0 0/0 Wed Oct 06 18:44:05 EDT 2004 Wed Oct 06 18:44:57 EDT 2004
2 vv1b vv_copy Active 2/3 0/8 Wed Oct 06 19:44:34 EDT 2004 --
NOTE: Use the showtask -t option to see older tasks. To learn more about the
showtask command, including all available options, see the InForm OS
Command Line Interface Reference.