
13-9
Working with Tasks
Before suspending a task, use the task list command to display
information about all tasks running on a controller, as in the
following example. In the example the Ta s k I D column indicates 107,
which means that task 107 is running on a controller, and the
Done% column indicates 50%, which means that the task is 50%
complete.
HPN0> task list
Executing: task list
Controller Tasks
TaskId Function Done% Container State Specific1 Specific2
------ -------- ------- --------- ----- --------- ---------
107 Scrub 50% 00 RUN 00000000 00000000
To suspend task 107, use the task suspend command, as in the
following example. In the example, the task suspend command
suspends the task with the task ID of 107.
HPN0> task suspend 107
Executing: task suspend 107
After executing the task suspend command, use the task list
command to verify that task 107 has been suspended, as in the
following example. In the example, the State column indicates SUS,
which means that task 107 has been suspended.
HPN0> task list
Executing: task list
Controller Tasks
TaskId Function Done% Container State Specific1 Specific2
------ -------- ------- --------- ----- --------- ---------
107 Scrub 60% 00 SUS 00000000 00000000
Resuming Tasks
The CLI’s task resume command allows you to resume one or all
tasks that are running on a controller.
This section provides an example that describes how to resume a
task.
Comentarios a estos manuales